#EECCBA

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

Shades of Watusi #EECCBA

Tints of Watusi #EECCBA

Color information

#EECCBA (or 0xEECCBA) is unknown color: approx Watusi. HEX triplet: EE, CC and BA. RGB value is (238,204,186). Sum of RGB (Red+Green+Blue) = 238+204+186=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCBA is #113345. Grayscale: #D4D4D4. Windows color (decimal): -1127238 or 12242158. OLE color: 12242158.

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

Color convert

RGB238204186-
CMYK00.140.220.07
HSL20.77º60.47%83.14%-
HSV(B)20.77º21.85%93.33%-
XYZ65.7264.9155.52-
YUV212.11113.26146.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.90%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=37.90%
G=32.48%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820418600.140.220.0720.7760.4783.14
HexEECCBA0E167153c53
Octal3563142720162672574123
Binary1110111011001100101110100111010110111101011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCBA; }

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

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

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

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

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

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

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

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