Shades of Watusi #EECEBD
Tints of Watusi #EECEBD
RGB
CMYK
RGB Variations
Color information
#EECEBD (or 0xEECEBD) is known color: Watusi. HEX triplet: EE, CE and BD. RGB value is (238,206,189). Sum of RGB (Red+Green+Blue) = 238+206+189=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEBD is #113142. Grayscale: #D5D5D5. Windows color (decimal): -1126723 or 12439278. OLE color: 12439278.
HSL color Cylindrical-coordinate representation of color #EECEBD: hue angle of 20.82º 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 #EECEBD is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 206 | 189 | - |
CMYK | 0 | 0.13 | 0.21 | 0.07 |
HSL | 20.82º | 0.59% | 0.84% | - |
HSV(B) | 20.82º | 0.21% | 0.93% | - |
XYZ | 66.52 | 65.99 | 57.38 | - |
YUV | 213.63 | 114.1 | 145.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 206 | 189 | 0 | 0.13 | 0.21 | 0.07 | 20.82 | 0.59 | 0.84 |
Hex | EE | CE | BD | 0 | D | 15 | 7 | 15 | 3B | 54 |
Octal | 356 | 316 | 275 | 0 | 15 | 25 | 7 | 25 | 73 | 124 |
Binary | 11101110 | 11001110 | 10111101 | 0 | 1101 | 10101 | 111 | 10101 | 111011 | 1010100 |
Color Harmonies of #EECEBD
Complementary color
Monochromatic Colors of #EECEBD
Black with #EECEBD
Text Example
Text Example
White with #EECEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEBD; }
p { color: rgb(238,206,189); }
H1.HeaderClassName
{
color: #EECEBD;
}
.AnyTagClassName
{
color: #EECEBD;
}
</style>
background-color css
<style>
a { background-color: #EECEBD; }
a { background-color: rgb(238,206,189); }
div.DivClassName
{
background-color: #EECEBD;
}
.BgClassName
{
background-color: #EECEBD;
}
</style>
border-color css
<style>
span { border-color: #EECEBD; }
span { border-color: rgb(238,206,189); }
td.TdClassName
{
border-color: #EECEBD;
}
.TagClassName
{
border-color: #EECEBD;
}
</style>