#EEC9AE

Color #EEC9AE Desert Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert Sand #EEC9AE

Tints of Desert Sand #EEC9AE

Color information

#EEC9AE (or 0xEEC9AE) is unknown color: approx Desert Sand. HEX triplet: EE, C9 and AE. RGB value is (238,201,174). Sum of RGB (Red+Green+Blue) = 238+201+174=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC9AE is #113651. Grayscale: #D1D1D1. Windows color (decimal): -1128018 or 11454958. OLE color: 11454958.

HSL color Cylindrical-coordinate representation of color #EEC9AE: hue angle of 25.31º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEC9AE is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB238201174-
CMYK00.160.270.07
HSL25.31º65.31%80.78%-
HSV(B)25.31º26.89%93.33%-
XYZ63.7963.0148.84-
YUV208.98108.26148.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 201 (78.91% from 255) = 32.79%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=38.83%
G=32.79%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820117400.160.270.0725.3165.3180.78
HexEEC9AE0101B7194151
Octal35631125602033731101121
Binary111011101100100110101110010000110111111100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC9AE; }

 p { color: rgb(238,201,174); }

 H1.HeaderClassName
 {
   color: #EEC9AE;
 }
 .AnyTagClassName
 {
   color: #EEC9AE;
 }
</style>
background-color css

<style>
 a { background-color: #EEC9AE; }

 a { background-color: rgb(238,201,174); }

 div.DivClassName
 {
   background-color: #EEC9AE;
 }
 .BgClassName
 {
   background-color: #EEC9AE;
 }
</style>
border-color css

<style>
 span { border-color: #EEC9AE; }

 span { border-color: rgb(238,201,174); }

 td.TdClassName
 {
   border-color: #EEC9AE;
 }
 .TagClassName
 {
   border-color: #EEC9AE;
 }
</style>