Color Hex Logo

#efcb4b Color Hex

#EFCB4B
(239,203,75)
0 Favorites   0 Comments

Color spaces of #efcb4b

RGB 23920375
HSL0.130.840.62
HSV47°69°94°
CMYK 0.000.150.69   0.06
XYZ58.222561.570615.4723
Yxy61.57060.43040.4552
Hunter Lab78.4669-4.870143.2359
CIE-Lab82.6845-0.724565.7791

#efcb4b color RGB value is (239,203,75).

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

The process color (four color CMYK) of #efcb4b color hex is 0.00, 0.15, 0.69, 0.06. Web safe color of #efcb4b is #ffcc33. Color #efcb4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 01001011
Octal 357 313 113
Decimal 239 203 75
Hex EF CB 4B

RGB Percentages of Color #efcb4b

%46.23
%39.26
%14.51

CMYK Percentages of Color #efcb4b

%0
%15
%69
%6

Triadic Colors of #efcb4b

#efcb4b #4befcb #cb4bef

Analogous Colors of #efcb4b

#efcb4b #c1ef4b #ef794b

Monochromatic Colors of #efcb4b

#efcb4b

Complementary Color

#efcb4b #4b6fef

#efcb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcb4b Color CSS Codes

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

#efcb4b Text Font Color

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

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


#efcb4b Background Color

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

This div background color is #efcb4b


#efcb4b Border Color

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

This div border color is #efcb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcb4b


Comments

No comments written yet.

Please login to write comment.