Color Hex Logo

#efbf3a Color Hex

#EFBF3A
(239,191,58)
0 Favorites   0 Comments

Color spaces of #efbf3a

RGB 23919158
HSL0.120.850.58
HSV44°76°94°
CMYK 0.000.200.76   0.06
XYZ54.991155.917811.8979
Yxy55.91780.44780.4553
Hunter Lab74.77820.405142.9112
CIE-Lab79.56704.707269.1541

#efbf3a color RGB value is (239,191,58).

#efbf3a hex color red value is 239, green value is 191 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #efbf3a hue: 0.12 , saturation: 0.85 and the lightness value of efbf3a is 0.58.

The process color (four color CMYK) of #efbf3a color hex is 0.00, 0.20, 0.76, 0.06. Web safe color of #efbf3a is #ffcc33. Color #efbf3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 00111010
Octal 357 277 72
Decimal 239 191 58
Hex EF BF 3A

RGB Percentages of Color #efbf3a

%48.98
%39.14
%11.89

CMYK Percentages of Color #efbf3a

%0
%20
%76
%6

Triadic Colors of #efbf3a

#efbf3a #3aefbf #bf3aef

Analogous Colors of #efbf3a

#efbf3a #c5ef3a #ef653a

Monochromatic Colors of #efbf3a

#efbf3a

Complementary Color

#efbf3a #3a6aef

#efbf3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbf3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbf3a Color CSS Codes

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

#efbf3a Text Font Color

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

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


#efbf3a Background Color

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

This div background color is #efbf3a


#efbf3a Border Color

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

This div border color is #efbf3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbf3a


Comments

No comments written yet.

Please login to write comment.