Shades of Watusi #EECFBC
Tints of Watusi #EECFBC
RGB
CMYK
RGB Variations
Color information
#EECFBC (or 0xEECFBC) is known color: Watusi. HEX triplet: EE, CF and BC. RGB value is (238,207,188). Sum of RGB (Red+Green+Blue) = 238+207+188=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFBC is #113043. Grayscale: #D6D6D6. Windows color (decimal): -1126468 or 12373998. OLE color: 12373998.
HSL color Cylindrical-coordinate representation of color #EECFBC: hue angle of 22.8º degrees, saturation: 0.6, 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 #EECFBC is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 188 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.07 |
| HSL | 22.8º | 0.6% | 0.84% | - |
| HSV(B) | 22.8º | 0.21% | 0.93% | - |
| XYZ | 66.65 | 66.43 | 56.89 | - |
| YUV | 214.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 188 | 0 | 0.13 | 0.21 | 0.07 | 22.8 | 0.6 | 0.84 |
| Hex | EE | CF | BC | 0 | D | 15 | 7 | 17 | 3C | 54 |
| Octal | 356 | 317 | 274 | 0 | 15 | 25 | 7 | 27 | 74 | 124 |
| Binary | 11101110 | 11001111 | 10111100 | 0 | 1101 | 10101 | 111 | 10111 | 111100 | 1010100 |
Color Harmonies of #EECFBC
Complementary color
Monochromatic Colors of #EECFBC
Black with #EECFBC
Text Example
Text Example
White with #EECFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFBC; }
p { color: rgb(238,207,188); }
H1.HeaderClassName
{
color: #EECFBC;
}
.AnyTagClassName
{
color: #EECFBC;
}
</style>
background-color css
<style>
a { background-color: #EECFBC; }
a { background-color: rgb(238,207,188); }
div.DivClassName
{
background-color: #EECFBC;
}
.BgClassName
{
background-color: #EECFBC;
}
</style>
border-color css
<style>
span { border-color: #EECFBC; }
span { border-color: rgb(238,207,188); }
td.TdClassName
{
border-color: #EECFBC;
}
.TagClassName
{
border-color: #EECFBC;
}
</style>