#EECCAB

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

Shades of Desert Sand #EECCAB

Tints of Desert Sand #EECCAB

Color information

#EECCAB (or 0xEECCAB) is unknown color: approx Desert Sand. HEX triplet: EE, CC and AB. RGB value is (238,204,171). Sum of RGB (Red+Green+Blue) = 238+204+171=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECCAB is #113354. Grayscale: #D2D2D2. Windows color (decimal): -1127253 or 11259118. OLE color: 11259118.

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

Color convert

RGB238204171-
CMYK00.140.280.07
HSL29.55º66.34%80.2%-
HSV(B)29.55º28.15%93.33%-
XYZ64.264.347.56-
YUV210.4105.76147.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 171 (67.19% from 255) = 27.90%
R=38.83%
G=33.28%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820417100.140.280.0729.5566.3480.2
HexEECCAB0E1C71e4250
Octal35631425301634736102120
Binary11101110110011001010101101110111001111111010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCAB; }

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

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

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

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

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

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

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

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