Shades of Watusi #EECBBE
Tints of Watusi #EECBBE
RGB
CMYK
RGB Variations
Color information
#EECBBE (or 0xEECBBE) is known color: Watusi. HEX triplet: EE, CB and BE. RGB value is (238,203,190). Sum of RGB (Red+Green+Blue) = 238+203+190=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBBE is #113441. Grayscale: #D4D4D4. Windows color (decimal): -1127490 or 12504046. OLE color: 12504046.
HSL color Cylindrical-coordinate representation of color #EECBBE: hue angle of 16.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EECBBE is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 190 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.07 |
| HSL | 16.25º | 0.59% | 0.84% | - |
| HSV(B) | 16.25º | 0.2% | 0.93% | - |
| XYZ | 65.91 | 64.61 | 57.71 | - |
| YUV | 211.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 190 | 0 | 0.15 | 0.20 | 0.07 | 16.25 | 0.59 | 0.84 |
| Hex | EE | CB | BE | 0 | F | 14 | 7 | 10 | 3B | 54 |
| Octal | 356 | 313 | 276 | 0 | 17 | 24 | 7 | 20 | 73 | 124 |
| Binary | 11101110 | 11001011 | 10111110 | 0 | 1111 | 10100 | 111 | 10000 | 111011 | 1010100 |
Color Harmonies of #EECBBE
Complementary color
Monochromatic Colors of #EECBBE
Black with #EECBBE
Text Example
Text Example
White with #EECBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBBE; }
p { color: rgb(238,203,190); }
H1.HeaderClassName
{
color: #EECBBE;
}
.AnyTagClassName
{
color: #EECBBE;
}
</style>
background-color css
<style>
a { background-color: #EECBBE; }
a { background-color: rgb(238,203,190); }
div.DivClassName
{
background-color: #EECBBE;
}
.BgClassName
{
background-color: #EECBBE;
}
</style>
border-color css
<style>
span { border-color: #EECBBE; }
span { border-color: rgb(238,203,190); }
td.TdClassName
{
border-color: #EECBBE;
}
.TagClassName
{
border-color: #EECBBE;
}
</style>