Color Hex Logo

#efb90c Color Hex

#EFB90C
(239,185,12)
0 Favorites   0 Comments

Color spaces of #efb90c

RGB 23918512
HSL0.130.900.49
HSV46°95°94°
CMYK 0.000.230.95   0.06
XYZ53.011953.07527.7983
Yxy53.07520.46550.4660
Hunter Lab72.85272.394844.6504
CIE-Lab77.91946.749578.8729

#efb90c color RGB value is (239,185,12).

#efb90c hex color red value is 239, green value is 185 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #efb90c hue: 0.13 , saturation: 0.90 and the lightness value of efb90c is 0.49.

The process color (four color CMYK) of #efb90c color hex is 0.00, 0.23, 0.95, 0.06. Web safe color of #efb90c is #ffcc00. Color #efb90c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 00001100
Octal 357 271 14
Decimal 239 185 12
Hex EF B9 C

RGB Percentages of Color #efb90c

%54.82
%42.43
%2.75

CMYK Percentages of Color #efb90c

%0
%23
%95
%6

Triadic Colors of #efb90c

#efb90c #0cefb9 #b90cef

Analogous Colors of #efb90c

#efb90c #b4ef0c #ef480c

Monochromatic Colors of #efb90c

#efb90c

Complementary Color

#efb90c #0c42ef

#efb90c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb90c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb90c Color CSS Codes

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

#efb90c Text Font Color

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

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


#efb90c Background Color

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

This div background color is #efb90c


#efb90c Border Color

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

This div border color is #efb90c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb90c


Comments

No comments written yet.

Please login to write comment.