color codes Logo

#efc99f color codes

#EFC99F
(239,201,159)
0 Favorites   0 Comments

Color spaces of #efc99f

RGB 239201159
HSL0.090.710.78
HSV32°33°94°
CMYK 0.000.160.33   0.06
XYZ62.741362.627241.5823
Yxy62.62720.37580.3751
Hunter Lab79.13733.027224.2425
CIE-Lab83.24587.569426.0095

#efc99f color RGB value is (239,201,159).

#efc99f hex color red value is 239, green value is 201 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #efc99f hue: 0.09 , saturation: 0.71 and the lightness value of efc99f is 0.78.

The process color (four color CMYK) of #efc99f color code is 0.00, 0.16, 0.33, 0.06. Web safe color of #efc99f is #ffcc99. Color #efc99f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 10011111
Octal 357 311 237
Decimal 239 201 159
Hex EF C9 9F

RGB Percentages of Color #efc99f

%39.90
%33.56
%26.54

CMYK Percentages of Color #efc99f

%0
%16
%33
%6

Triadic Colors of #efc99f

#efc99f #9fefc9 #c99fef

Analogous Colors of #efc99f

#efc99f #edef9f #efa19f

Monochromatic Colors of #efc99f

#efc99f

Complementary Color

#efc99f #9fc5ef

#efc99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc99f Color CSS Codes

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

#efc99f Text Font Color

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

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


#efc99f Background Color

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

This div background color is #efc99f


#efc99f Border Color

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

This div border color is #efc99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc99f


Comments

No comments written yet.

Please login to write comment.