Color Hex Logo

#e09e2b Color Hex

#E09E2B
(224,158,43)
0 Favorites   0 Comments

Color spaces of #e09e2b

RGB 22415843
HSL0.110.740.52
HSV38°81°88°
CMYK 0.000.290.81   0.12
XYZ43.403440.47547.8104
Yxy40.47540.47340.4414
Hunter Lab63.620310.441837.2554
CIE-Lab69.806815.176564.8428

#e09e2b color RGB value is (224,158,43).

#e09e2b hex color red value is 224, green value is 158 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #e09e2b hue: 0.11 , saturation: 0.74 and the lightness value of e09e2b is 0.52.

The process color (four color CMYK) of #e09e2b color hex is 0.00, 0.29, 0.81, 0.12. Web safe color of #e09e2b is #cc9933. Color #e09e2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011110 00101011
Octal 340 236 53
Decimal 224 158 43
Hex E0 9E 2B

RGB Percentages of Color #e09e2b

%52.71
%37.18
%10.12

CMYK Percentages of Color #e09e2b

%0
%29
%81
%12

Triadic Colors of #e09e2b

#e09e2b #2be09e #9e2be0

Analogous Colors of #e09e2b

#e09e2b #c8e02b #e0432b

Monochromatic Colors of #e09e2b

#e09e2b

Complementary Color

#e09e2b #2b6de0

#e09e2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09e2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09e2b Color CSS Codes

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

#e09e2b Text Font Color

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

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


#e09e2b Background Color

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

This div background color is #e09e2b


#e09e2b Border Color

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

This div border color is #e09e2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,158,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e09e2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e09e2b;
  -webkit-box-shadow: 1px 1px 3px 2px #e09e2b;
  box-shadow:         1px 1px 3px 2px #e09e2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,158,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09e2b


Comments

No comments written yet.

Please login to write comment.