Color Hex Logo

#efb30a Color Hex

#EFB30A
(239,179,10)
0 Favorites   0 Comments

Color spaces of #efb30a

RGB 23917910
HSL0.120.920.49
HSV44°96°94°
CMYK 0.000.250.96   0.06
XYZ51.771550.61287.3278
Yxy50.61280.47190.4613
Hunter Lab71.14275.397243.6929
CIE-Lab76.44399.874078.0341

#efb30a color RGB value is (239,179,10).

#efb30a hex color red value is 239, green value is 179 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #efb30a hue: 0.12 , saturation: 0.92 and the lightness value of efb30a is 0.49.

The process color (four color CMYK) of #efb30a color hex is 0.00, 0.25, 0.96, 0.06. Web safe color of #efb30a is #ffcc00. Color #efb30a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110011 00001010
Octal 357 263 12
Decimal 239 179 10
Hex EF B3 A

RGB Percentages of Color #efb30a

%55.84
%41.82
%2.34

CMYK Percentages of Color #efb30a

%0
%25
%96
%6

Triadic Colors of #efb30a

#efb30a #0aefb3 #b30aef

Analogous Colors of #efb30a

#efb30a #b9ef0a #ef410a

Monochromatic Colors of #efb30a

#efb30a

Complementary Color

#efb30a #0a46ef

#efb30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb30a Color CSS Codes

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

#efb30a Text Font Color

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

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


#efb30a Background Color

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

This div background color is #efb30a


#efb30a Border Color

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

This div border color is #efb30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb30a


Comments

No comments written yet.

Please login to write comment.