#EECAB1

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

Shades of Desert Sand #EECAB1

Tints of Desert Sand #EECAB1

Color information

#EECAB1 (or 0xEECAB1) is unknown color: approx Desert Sand. HEX triplet: EE, CA and B1. RGB value is (238,202,177). Sum of RGB (Red+Green+Blue) = 238+202+177=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAB1 is #11354E. Grayscale: #D2D2D2. Windows color (decimal): -1127759 or 11651822. OLE color: 11651822.

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

Color convert

RGB238202177-
CMYK00.150.260.07
HSL24.59º64.21%81.37%-
HSV(B)24.59º25.63%93.33%-
XYZ64.3263.5950.48-
YUV209.91109.43148.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.57%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 177 (69.53% from 255) = 28.69%
R=38.57%
G=32.74%
B=28.69%

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
Decimal23820217700.150.260.0724.5964.2181.37
HexEECAB10F1A7194051
Octal35631226101732731100121
Binary11101110110010101011000101111110101111100110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAB1; }

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

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

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

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

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

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

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

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