#EECAB9

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

Shades of Watusi #EECAB9

Tints of Watusi #EECAB9

Color information

#EECAB9 (or 0xEECAB9) is unknown color: approx Watusi. HEX triplet: EE, CA and B9. RGB value is (238,202,185). Sum of RGB (Red+Green+Blue) = 238+202+185=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAB9 is #113546. Grayscale: #D2D2D2. Windows color (decimal): -1127751 or 12176110. OLE color: 12176110.

HSL color Cylindrical-coordinate representation of color #EECAB9: hue angle of 19.25º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EECAB9 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238202185-
CMYK00.150.220.07
HSL19.25º60.92%82.94%-
HSV(B)19.25º22.27%93.33%-
XYZ65.1463.9254.8-
YUV210.83113.43147.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 185 (72.66% from 255) = 29.6%
R=38.08%
G=32.32%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820218500.150.220.0719.2560.9282.94
HexEECAB90F167133d53
Octal3563122710172672375123
Binary1110111011001010101110010111110110111100111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAB9; }

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

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

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

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

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

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

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

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