Color Hex Logo

#e09965 Color Hex

#E09965
(224,153,101)
0 Favorites   0 Comments

Color spaces of #e09965

RGB 224153101
HSL0.070.660.64
HSV25°55°88°
CMYK 0.000.320.55   0.12
XYZ44.480739.569317.6052
Yxy39.56930.43760.3893
Hunter Lab62.904116.138527.4392
CIE-Lab69.161721.116937.8730

#e09965 color RGB value is (224,153,101).

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

The process color (four color CMYK) of #e09965 color hex is 0.00, 0.32, 0.55, 0.12. Web safe color of #e09965 is #cc9966. Color #e09965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011001 01100101
Octal 340 231 145
Decimal 224 153 101
Hex E0 99 65

RGB Percentages of Color #e09965

%46.86
%32.01
%21.13

CMYK Percentages of Color #e09965

%0
%32
%55
%12

Triadic Colors of #e09965

#e09965 #65e099 #9965e0

Analogous Colors of #e09965

#e09965 #e0d765 #e0656f

Monochromatic Colors of #e09965

#e09965

Complementary Color

#e09965 #65ace0

#e09965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09965 Color CSS Codes

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

#e09965 Text Font Color

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

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


#e09965 Background Color

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

This div background color is #e09965


#e09965 Border Color

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

This div border color is #e09965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09965


Comments

No comments written yet.

Please login to write comment.