#EECABA

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

Shades of Watusi #EECABA

Tints of Watusi #EECABA

Color information

#EECABA (or 0xEECABA) is unknown color: approx Watusi. HEX triplet: EE, CA and BA. RGB value is (238,202,186). Sum of RGB (Red+Green+Blue) = 238+202+186=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EECABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECABA is #113545. Grayscale: #D3D3D3. Windows color (decimal): -1127750 or 12241646. OLE color: 12241646.

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

Color convert

RGB238202186-
CMYK00.150.220.07
HSL18.46º60.47%83.14%-
HSV(B)18.46º21.85%93.33%-
XYZ65.2463.9655.36-
YUV210.94113.93147.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 186 (73.05% from 255) = 29.71%
R=38.02%
G=32.27%
B=29.71%

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
Decimal23820218600.150.220.0718.4660.4783.14
HexEECABA0F167123c53
Octal3563122720172672274123
Binary1110111011001010101110100111110110111100101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECABA; }

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

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

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

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

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

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

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

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