#EECEAF

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

Shades of Desert Sand #EECEAF

Tints of Desert Sand #EECEAF

Color information

#EECEAF (or 0xEECEAF) is unknown color: approx Desert Sand. HEX triplet: EE, CE and AF. RGB value is (238,206,175). Sum of RGB (Red+Green+Blue) = 238+206+175=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECEAF is #113150. Grayscale: #D4D4D4. Windows color (decimal): -1126737 or 11521774. OLE color: 11521774.

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

Color convert

RGB238206175-
CMYK00.130.260.07
HSL29.52º64.95%80.98%-
HSV(B)29.52º26.47%93.33%-
XYZ65.0765.4149.75-
YUV212.03107.1146.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=38.45%
G=33.28%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820617500.130.260.0729.5264.9580.98
HexEECEAF0D1A71e4151
Octal35631625701532736101121
Binary11101110110011101010111101101110101111111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECEAF; }

 p { color: rgb(238,206,175); }

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

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

 a { background-color: rgb(238,206,175); }

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

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

 span { border-color: rgb(238,206,175); }

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