Color Hex Logo

#e09266 Color Hex

#E09266
(224,146,102)
0 Favorites   0 Comments

Color spaces of #e09266

RGB 224146102
HSL0.060.660.64
HSV22°54°88°
CMYK 0.000.350.54   0.12
XYZ43.417637.364417.4941
Yxy37.36440.44180.3802
Hunter Lab61.126419.815825.8200
CIE-Lab67.549524.948235.3231

#e09266 color RGB value is (224,146,102).

#e09266 hex color red value is 224, green value is 146 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #e09266 hue: 0.06 , saturation: 0.66 and the lightness value of e09266 is 0.64.

The process color (four color CMYK) of #e09266 color hex is 0.00, 0.35, 0.54, 0.12. Web safe color of #e09266 is #cc9966. Color #e09266 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010010 01100110
Octal 340 222 146
Decimal 224 146 102
Hex E0 92 66

RGB Percentages of Color #e09266

%47.46
%30.93
%21.61

CMYK Percentages of Color #e09266

%0
%35
%54
%12

Triadic Colors of #e09266

#e09266 #66e092 #9266e0

Analogous Colors of #e09266

#e09266 #e0cf66 #e06677

Monochromatic Colors of #e09266

#e09266

Complementary Color

#e09266 #66b4e0

#e09266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09266 Color CSS Codes

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

#e09266 Text Font Color

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

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


#e09266 Background Color

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

This div background color is #e09266


#e09266 Border Color

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

This div border color is #e09266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09266


Comments

No comments written yet.

Please login to write comment.