Color Hex Logo

#e69308 Color Hex

#E69308
(230,147,8)
0 Favorites   0 Comments

Color spaces of #e69308

RGB 2301478
HSL0.100.930.47
HSV38°97°90°
CMYK 0.000.360.97   0.10
XYZ43.110737.70805.2359
Yxy37.70800.50100.4382
Hunter Lab61.406817.854037.9294
CIE-Lab67.804922.938271.7622

#e69308 color RGB value is (230,147,8).

#e69308 hex color red value is 230, green value is 147 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #e69308 hue: 0.10 , saturation: 0.93 and the lightness value of e69308 is 0.47.

The process color (four color CMYK) of #e69308 color hex is 0.00, 0.36, 0.97, 0.10. Web safe color of #e69308 is #ff9900. Color #e69308 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010011 00001000
Octal 346 223 10
Decimal 230 147 8
Hex E6 93 8

RGB Percentages of Color #e69308

%59.74
%38.18
%2.08

CMYK Percentages of Color #e69308

%0
%36
%97
%10

Triadic Colors of #e69308

#e69308 #08e693 #9308e6

Analogous Colors of #e69308

#e69308 #cae608 #e62408

Monochromatic Colors of #e69308

#e69308

Complementary Color

#e69308 #085be6

#e69308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69308 Color CSS Codes

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

#e69308 Text Font Color

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

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


#e69308 Background Color

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

This div background color is #e69308


#e69308 Border Color

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

This div border color is #e69308


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,147,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e69308; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e69308;
  -webkit-box-shadow: 1px 1px 3px 2px #e69308;
  box-shadow:         1px 1px 3px 2px #e69308; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,147,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69308


Comments

No comments written yet.

Please login to write comment.