#EECCB4

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

Shades of Desert Sand #EECCB4

Tints of Desert Sand #EECCB4

Color information

#EECCB4 (or 0xEECCB4) is unknown color: approx Desert Sand. HEX triplet: EE, CC and B4. RGB value is (238,204,180). Sum of RGB (Red+Green+Blue) = 238+204+180=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCB4 is #11334B. Grayscale: #D3D3D3. Windows color (decimal): -1127244 or 11848942. OLE color: 11848942.

HSL color Cylindrical-coordinate representation of color #EECCB4: hue angle of 24.83º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EECCB4 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB238204180-
CMYK00.140.240.07
HSL24.83º63.04%81.96%-
HSV(B)24.83º24.37%93.33%-
XYZ65.0964.6652.23-
YUV211.43110.26146.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 180 (70.70% from 255) = 28.94%
R=38.26%
G=32.80%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820418000.140.240.0724.8363.0481.96
HexEECCB40E187193f52
Octal3563142640163073177122
Binary1110111011001100101101000111011000111110011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCB4; }

 p { color: rgb(238,204,180); }

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

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

 a { background-color: rgb(238,204,180); }

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

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

 span { border-color: rgb(238,204,180); }

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