color codes Logo

#e78b0b color codes

#E78B0B
(231,139,11)
0 Favorites   0 Comments

Color spaces of #e78b0b

RGB 23113911
HSL0.100.910.47
HSV35°95°91°
CMYK 0.000.400.95   0.09
XYZ42.248035.47834.9379
Yxy35.47830.51110.4292
Hunter Lab59.563722.372136.7794
CIE-Lab66.119427.623370.2630

#e78b0b color RGB value is (231,139,11).

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

The process color (four color CMYK) of #e78b0b color code is 0.00, 0.40, 0.95, 0.09. Web safe color of #e78b0b is #ff9900. Color #e78b0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001011 00001011
Octal 347 213 13
Decimal 231 139 11
Hex E7 8B B

RGB Percentages of Color #e78b0b

%60.63
%36.48
%2.89

CMYK Percentages of Color #e78b0b

%0
%40
%95
%9

Triadic Colors of #e78b0b

#e78b0b #0be78b #8b0be7

Analogous Colors of #e78b0b

#e78b0b #d5e70b #e71d0b

Monochromatic Colors of #e78b0b

#e78b0b

Complementary Color

#e78b0b #0b67e7

#e78b0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78b0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78b0b Color CSS Codes

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

#e78b0b Text Font Color

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

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


#e78b0b Background Color

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

This div background color is #e78b0b


#e78b0b Border Color

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

This div border color is #e78b0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78b0b


Comments

No comments written yet.

Please login to write comment.