#EECABD

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

Shades of Watusi #EECABD

Tints of Watusi #EECABD

Color information

#EECABD (or 0xEECABD) is unknown color: approx Watusi. HEX triplet: EE, CA and BD. RGB value is (238,202,189). Sum of RGB (Red+Green+Blue) = 238+202+189=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EECABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECABD is #113542. Grayscale: #D3D3D3. Windows color (decimal): -1127747 or 12438254. OLE color: 12438254.

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

Color convert

RGB238202189-
CMYK00.150.210.07
HSL15.92º59.04%83.73%-
HSV(B)15.92º20.59%93.33%-
XYZ65.5764.0957.06-
YUV211.28115.43147.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.84%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=37.84%
G=32.11%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820218900.150.210.0715.9259.0483.73
HexEECABD0F157103b54
Octal3563122750172572073124
Binary1110111011001010101111010111110101111100001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECABD; }

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

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

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

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

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

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

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

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