Shades of Watusi #EECFBD
Tints of Watusi #EECFBD
RGB
CMYK
RGB Variations
Color information
#EECFBD (or 0xEECFBD) is known color: Watusi. HEX triplet: EE, CF and BD. RGB value is (238,207,189). Sum of RGB (Red+Green+Blue) = 238+207+189=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFBD is #113042. Grayscale: #D6D6D6. Windows color (decimal): -1126467 or 12439534. OLE color: 12439534.
HSL color Cylindrical-coordinate representation of color #EECFBD: hue angle of 22.04º 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 #EECFBD is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 189 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.07 |
| HSL | 22.04º | 0.59% | 0.84% | - |
| HSV(B) | 22.04º | 0.21% | 0.93% | - |
| XYZ | 66.76 | 66.48 | 57.46 | - |
| YUV | 214.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 189 | 0 | 0.13 | 0.21 | 0.07 | 22.04 | 0.59 | 0.84 |
| Hex | EE | CF | BD | 0 | D | 15 | 7 | 16 | 3B | 54 |
| Octal | 356 | 317 | 275 | 0 | 15 | 25 | 7 | 26 | 73 | 124 |
| Binary | 11101110 | 11001111 | 10111101 | 0 | 1101 | 10101 | 111 | 10110 | 111011 | 1010100 |
Color Harmonies of #EECFBD
Complementary color
Monochromatic Colors of #EECFBD
Black with #EECFBD
Text Example
Text Example
White with #EECFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFBD; }
p { color: rgb(238,207,189); }
H1.HeaderClassName
{
color: #EECFBD;
}
.AnyTagClassName
{
color: #EECFBD;
}
</style>
background-color css
<style>
a { background-color: #EECFBD; }
a { background-color: rgb(238,207,189); }
div.DivClassName
{
background-color: #EECFBD;
}
.BgClassName
{
background-color: #EECFBD;
}
</style>
border-color css
<style>
span { border-color: #EECFBD; }
span { border-color: rgb(238,207,189); }
td.TdClassName
{
border-color: #EECFBD;
}
.TagClassName
{
border-color: #EECFBD;
}
</style>