#EECBAF

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

Shades of Desert Sand #EECBAF

Tints of Desert Sand #EECBAF

Color information

#EECBAF (or 0xEECBAF) is unknown color: approx Desert Sand. HEX triplet: EE, CB and AF. RGB value is (238,203,175). Sum of RGB (Red+Green+Blue) = 238+203+175=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECBAF is #113450. Grayscale: #D2D2D2. Windows color (decimal): -1127505 or 11521006. OLE color: 11521006.

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

Color convert

RGB238203175-
CMYK00.150.260.07
HSL26.67º64.95%80.98%-
HSV(B)26.67º26.47%93.33%-
XYZ64.3563.9849.52-
YUV210.27108.1147.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=38.64%
G=32.95%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820317500.150.260.0726.6764.9580.98
HexEECBAF0F1A71b4151
Octal35631325701732733101121
Binary11101110110010111010111101111110101111101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBAF; }

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

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

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

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

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

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

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

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