#EEC8AE

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

Shades of Desert Sand #EEC8AE

Tints of Desert Sand #EEC8AE

Color information

#EEC8AE (or 0xEEC8AE) is unknown color: approx Desert Sand. HEX triplet: EE, C8 and AE. RGB value is (238,200,174). Sum of RGB (Red+Green+Blue) = 238+200+174=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC8AE is #113751. Grayscale: #D0D0D0. Windows color (decimal): -1128274 or 11454702. OLE color: 11454702.

HSL color Cylindrical-coordinate representation of color #EEC8AE: hue angle of 24.38º 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 #EEC8AE is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB238200174-
CMYK00.160.270.07
HSL24.38º65.31%80.78%-
HSV(B)24.38º26.89%93.33%-
XYZ63.5562.5448.77-
YUV208.4108.59149.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 200 (78.52% from 255) = 32.68%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=38.89%
G=32.68%
B=28.43%

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
Decimal23820017400.160.270.0724.3865.3180.78
HexEEC8AE0101B7184151
Octal35631025602033730101121
Binary111011101100100010101110010000110111111100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC8AE; }

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

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

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

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

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

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

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

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