Color Hex Logo

#e29f09 Color Hex

#E29F09
(226,159,9)
0 Favorites   0 Comments

Color spaces of #e29f09

RGB 2261599
HSL0.120.920.46
HSV41°96°89°
CMYK 0.000.300.96   0.11
XYZ43.811540.98475.8602
Yxy40.98470.48330.4521
Hunter Lab64.019310.122439.3862
CIE-Lab70.165214.834773.0490

#e29f09 color RGB value is (226,159,9).

#e29f09 hex color red value is 226, green value is 159 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #e29f09 hue: 0.12 , saturation: 0.92 and the lightness value of e29f09 is 0.46.

The process color (four color CMYK) of #e29f09 color hex is 0.00, 0.30, 0.96, 0.11. Web safe color of #e29f09 is #cc9900. Color #e29f09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011111 00001001
Octal 342 237 11
Decimal 226 159 9
Hex E2 9F 9

RGB Percentages of Color #e29f09

%57.36
%40.36
%2.28

CMYK Percentages of Color #e29f09

%0
%30
%96
%11

Triadic Colors of #e29f09

#e29f09 #09e29f #9f09e2

Analogous Colors of #e29f09

#e29f09 #b9e209 #e23209

Monochromatic Colors of #e29f09

#e29f09

Complementary Color

#e29f09 #094ce2

#e29f09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29f09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29f09 Color CSS Codes

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

#e29f09 Text Font Color

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

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


#e29f09 Background Color

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

This div background color is #e29f09


#e29f09 Border Color

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

This div border color is #e29f09


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,159,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e29f09; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e29f09;
  -webkit-box-shadow: 1px 1px 3px 2px #e29f09;
  box-shadow:         1px 1px 3px 2px #e29f09; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,159,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29f09


Comments

No comments written yet.

Please login to write comment.