Color Hex Logo

#ef510b Color Hex

#EF510B
(239,81,11)
1 Favorites   0 Comments

Color spaces of #ef510b

RGB 2398111
HSL0.050.910.49
HSV18°95°94°
CMYK 0.000.660.95   0.06
XYZ38.599424.25972.9648
Yxy24.25970.58640.3686
Hunter Lab49.254153.691830.9090
CIE-Lab56.346958.429064.5667

#ef510b color RGB value is (239,81,11).

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

The process color (four color CMYK) of #ef510b color hex is 0.00, 0.66, 0.95, 0.06. Web safe color of #ef510b is #ff6600. Color #ef510b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010001 00001011
Octal 357 121 13
Decimal 239 81 11
Hex EF 51 B

RGB Percentages of Color #ef510b

%72.21
%24.47
%3.32

CMYK Percentages of Color #ef510b

%0
%66
%95
%6

Triadic Colors of #ef510b

#ef510b #0bef51 #510bef

Analogous Colors of #ef510b

#ef510b #efc30b #ef0b37

Monochromatic Colors of #ef510b

#ef510b

Complementary Color

#ef510b #0ba9ef

#ef510b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef510b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef510b Color CSS Codes

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

#ef510b Text Font Color

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

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


#ef510b Background Color

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

This div background color is #ef510b


#ef510b Border Color

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

This div border color is #ef510b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,81,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 #ef510b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef510b

#ef510b Color Palettes


Comments

No comments written yet.

Please login to write comment.