Shades of Watusi #EECDC0
Tints of Watusi #EECDC0
RGB
CMYK
RGB Variations
Color information
#EECDC0 (or 0xEECDC0) is known color: Watusi. HEX triplet: EE, CD and C0. RGB value is (238,205,192). Sum of RGB (Red+Green+Blue) = 238+205+192=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDC0 is #11323F. Grayscale: #D5D5D5. Windows color (decimal): -1126976 or 12635630. OLE color: 12635630.
HSL color Cylindrical-coordinate representation of color #EECDC0: hue angle of 16.96º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EECDC0 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 205 | 192 | - |
CMYK | 0 | 0.14 | 0.19 | 0.07 |
HSL | 16.96º | 0.58% | 0.84% | - |
HSV(B) | 16.96º | 0.19% | 0.93% | - |
XYZ | 66.61 | 65.65 | 59.03 | - |
YUV | 213.39 | 115.93 | 145.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 205 | 192 | 0 | 0.14 | 0.19 | 0.07 | 16.96 | 0.58 | 0.84 |
Hex | EE | CD | C0 | 0 | E | 13 | 7 | 11 | 3A | 54 |
Octal | 356 | 315 | 300 | 0 | 16 | 23 | 7 | 21 | 72 | 124 |
Binary | 11101110 | 11001101 | 11000000 | 0 | 1110 | 10011 | 111 | 10001 | 111010 | 1010100 |
Color Harmonies of #EECDC0
Complementary color
Monochromatic Colors of #EECDC0
Black with #EECDC0
Text Example
Text Example
White with #EECDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDC0; }
p { color: rgb(238,205,192); }
H1.HeaderClassName
{
color: #EECDC0;
}
.AnyTagClassName
{
color: #EECDC0;
}
</style>
background-color css
<style>
a { background-color: #EECDC0; }
a { background-color: rgb(238,205,192); }
div.DivClassName
{
background-color: #EECDC0;
}
.BgClassName
{
background-color: #EECDC0;
}
</style>
border-color css
<style>
span { border-color: #EECDC0; }
span { border-color: rgb(238,205,192); }
td.TdClassName
{
border-color: #EECDC0;
}
.TagClassName
{
border-color: #EECDC0;
}
</style>