#EECAB0

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

Shades of Desert Sand #EECAB0

Tints of Desert Sand #EECAB0

Color information

#EECAB0 (or 0xEECAB0) is unknown color: approx Desert Sand. HEX triplet: EE, CA and B0. RGB value is (238,202,176). Sum of RGB (Red+Green+Blue) = 238+202+176=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAB0 is #11354F. Grayscale: #D1D1D1. Windows color (decimal): -1127760 or 11586286. OLE color: 11586286.

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

Color convert

RGB238202176-
CMYK00.150.260.07
HSL25.16º64.58%81.18%-
HSV(B)25.16º26.05%93.33%-
XYZ64.2263.5549.96-
YUV209.8108.93148.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 176 (69.14% from 255) = 28.57%
R=38.64%
G=32.79%
B=28.57%

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
Decimal23820217600.150.260.0725.1664.5881.18
HexEECAB00F1A7194151
Octal35631226001732731101121
Binary11101110110010101011000001111110101111100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAB0; }

 p { color: rgb(238,202,176); }

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

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

 a { background-color: rgb(238,202,176); }

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

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

 span { border-color: rgb(238,202,176); }

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