Color Hex Logo

#ef904c Color Hex

#EF904C
(239,144,76)
0 Favorites   0 Comments

Color spaces of #ef904c

RGB 23914476
HSL0.070.840.62
HSV25°68°94°
CMYK 0.000.400.68   0.06
XYZ46.874438.819011.8598
Yxy38.81900.48050.3979
Hunter Lab62.304925.258932.3275
CIE-Lab68.620030.294050.3820

#ef904c color RGB value is (239,144,76).

#ef904c hex color red value is 239, green value is 144 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ef904c hue: 0.07 , saturation: 0.84 and the lightness value of ef904c is 0.62.

The process color (four color CMYK) of #ef904c color hex is 0.00, 0.40, 0.68, 0.06. Web safe color of #ef904c is #ff9933. Color #ef904c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010000 01001100
Octal 357 220 114
Decimal 239 144 76
Hex EF 90 4C

RGB Percentages of Color #ef904c

%52.07
%31.37
%16.56

CMYK Percentages of Color #ef904c

%0
%40
%68
%6

Triadic Colors of #ef904c

#ef904c #4cef90 #904cef

Analogous Colors of #ef904c

#ef904c #efe24c #ef4c59

Monochromatic Colors of #ef904c

#ef904c

Complementary Color

#ef904c #4cabef

#ef904c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef904c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef904c Color CSS Codes

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

#ef904c Text Font Color

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

This sample text font color is #ef904c
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.


#ef904c Background Color

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

This div background color is #ef904c


#ef904c Border Color

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

This div border color is #ef904c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef904c


Comments

No comments written yet.

Please login to write comment.