Shades of Watusi #EECCBD
Tints of Watusi #EECCBD
RGB
CMYK
RGB Variations
Color information
#EECCBD (or 0xEECCBD) is known color: Watusi. HEX triplet: EE, CC and BD. RGB value is (238,204,189). Sum of RGB (Red+Green+Blue) = 238+204+189=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCBD is #113342. Grayscale: #D4D4D4. Windows color (decimal): -1127235 or 12438766. OLE color: 12438766.
HSL color Cylindrical-coordinate representation of color #EECCBD: hue angle of 18.37º 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 #EECCBD is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 189 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.07 |
| HSL | 18.37º | 0.59% | 0.84% | - |
| HSV(B) | 18.37º | 0.21% | 0.93% | - |
| XYZ | 66.04 | 65.04 | 57.22 | - |
| YUV | 212.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 189 | 0 | 0.14 | 0.21 | 0.07 | 18.37 | 0.59 | 0.84 |
| Hex | EE | CC | BD | 0 | E | 15 | 7 | 12 | 3B | 54 |
| Octal | 356 | 314 | 275 | 0 | 16 | 25 | 7 | 22 | 73 | 124 |
| Binary | 11101110 | 11001100 | 10111101 | 0 | 1110 | 10101 | 111 | 10010 | 111011 | 1010100 |
Color Harmonies of #EECCBD
Complementary color
Monochromatic Colors of #EECCBD
Black with #EECCBD
Text Example
Text Example
White with #EECCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCBD; }
p { color: rgb(238,204,189); }
H1.HeaderClassName
{
color: #EECCBD;
}
.AnyTagClassName
{
color: #EECCBD;
}
</style>
background-color css
<style>
a { background-color: #EECCBD; }
a { background-color: rgb(238,204,189); }
div.DivClassName
{
background-color: #EECCBD;
}
.BgClassName
{
background-color: #EECCBD;
}
</style>
border-color css
<style>
span { border-color: #EECCBD; }
span { border-color: rgb(238,204,189); }
td.TdClassName
{
border-color: #EECCBD;
}
.TagClassName
{
border-color: #EECCBD;
}
</style>