Color Hex Logo

#ef970b Color Hex

#EF970B
(239,151,11)
0 Favorites   0 Comments

Color spaces of #ef970b

RGB 23915111
HSL0.100.910.49
HSV37°95°94°
CMYK 0.000.370.95   0.06
XYZ46.723640.50815.6729
Yxy40.50810.50290.4360
Hunter Lab63.646019.659539.2675
CIE-Lab69.829924.654673.2841

#ef970b color RGB value is (239,151,11).

#ef970b hex color red value is 239, green value is 151 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ef970b hue: 0.10 , saturation: 0.91 and the lightness value of ef970b is 0.49.

The process color (four color CMYK) of #ef970b color hex is 0.00, 0.37, 0.95, 0.06. Web safe color of #ef970b is #ff9900. Color #ef970b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010111 00001011
Octal 357 227 13
Decimal 239 151 11
Hex EF 97 B

RGB Percentages of Color #ef970b

%59.60
%37.66
%2.74

CMYK Percentages of Color #ef970b

%0
%37
%95
%6

Triadic Colors of #ef970b

#ef970b #0bef97 #970bef

Analogous Colors of #ef970b

#ef970b #d5ef0b #ef250b

Monochromatic Colors of #ef970b

#ef970b

Complementary Color

#ef970b #0b63ef

#ef970b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef970b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef970b Color CSS Codes

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

#ef970b Text Font Color

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

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


#ef970b Background Color

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

This div background color is #ef970b


#ef970b Border Color

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

This div border color is #ef970b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef970b


Comments

No comments written yet.

Please login to write comment.