color codes Logo

#ef731c color codes

#EF731C
(239,115,28)
0 Favorites   0 Comments

Color spaces of #ef731c

RGB 23911528
HSL0.070.870.52
HSV25°88°94°
CMYK 0.000.520.88   0.06
XYZ41.936930.69604.8132
Yxy30.69600.54150.3964
Hunter Lab55.404038.155033.6320
CIE-Lab62.250243.362064.1975

#ef731c color RGB value is (239,115,28).

#ef731c hex color red value is 239, green value is 115 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ef731c hue: 0.07 , saturation: 0.87 and the lightness value of ef731c is 0.52.

The process color (four color CMYK) of #ef731c color code is 0.00, 0.52, 0.88, 0.06. Web safe color of #ef731c is #ff6633. Color #ef731c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110011 00011100
Octal 357 163 34
Decimal 239 115 28
Hex EF 73 1C

RGB Percentages of Color #ef731c

%62.57
%30.10
%7.33

CMYK Percentages of Color #ef731c

%0
%52
%88
%6

Triadic Colors of #ef731c

#ef731c #1cef73 #731cef

Analogous Colors of #ef731c

#ef731c #efdd1c #ef1c2e

Monochromatic Colors of #ef731c

#ef731c

Complementary Color

#ef731c #1c98ef

#ef731c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef731c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef731c Color CSS Codes

.mybgcolor {background-color:#ef731c; } 
.myforecolor {color:#ef731c; }
.mybordercolor {border:3px solid #ef731c; }

#ef731c Text Font Color

<p style="color:#ef731c">Text here</p>

This sample text font color is #ef731c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ef731c Background Color

<div style="background-color:#ef731c">
Div content here</div>

This div background color is #ef731c


#ef731c Border Color

<div style="border:3px solid #ef731c">
Div here</div>

This div border color is #ef731c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,115,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef731c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef731c;
  -webkit-box-shadow: 1px 1px 3px 2px #ef731c;
  box-shadow:         1px 1px 3px 2px #ef731c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,115,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ef731c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ef731c;
  -webkit-box-shadow: 1px 1px 3px 2px #ef731c;
  box-shadow:         1px 1px 3px 2px #ef731c;">
Div content here</div>

This div box has shadow with color #ef731c


Comments

No comments written yet.

Please login to write comment.