Shades of Watusi #EEC7B9
Tints of Watusi #EEC7B9
RGB
CMYK
RGB Variations
Color information
#EEC7B9 (or 0xEEC7B9) is known color: Watusi. HEX triplet: EE, C7 and B9. RGB value is (238,199,185). Sum of RGB (Red+Green+Blue) = 238+199+185=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7B9 is #113846. Grayscale: #D1D1D1. Windows color (decimal): -1128519 or 12175342. OLE color: 12175342.
HSL color Cylindrical-coordinate representation of color #EEC7B9: hue angle of 15.85º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEC7B9 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 199 | 185 | - |
CMYK | 0 | 0.16 | 0.22 | 0.07 |
HSL | 15.85º | 0.61% | 0.83% | - |
HSV(B) | 15.85º | 0.22% | 0.93% | - |
XYZ | 64.44 | 62.53 | 54.57 | - |
YUV | 209.07 | 114.42 | 148.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 199 | 185 | 0 | 0.16 | 0.22 | 0.07 | 15.85 | 0.61 | 0.83 |
Hex | EE | C7 | B9 | 0 | 10 | 16 | 7 | 10 | 3D | 53 |
Octal | 356 | 307 | 271 | 0 | 20 | 26 | 7 | 20 | 75 | 123 |
Binary | 11101110 | 11000111 | 10111001 | 0 | 10000 | 10110 | 111 | 10000 | 111101 | 1010011 |
Color Harmonies of #EEC7B9
Complementary color
Monochromatic Colors of #EEC7B9
Black with #EEC7B9
Text Example
Text Example
White with #EEC7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7B9; }
p { color: rgb(238,199,185); }
H1.HeaderClassName
{
color: #EEC7B9;
}
.AnyTagClassName
{
color: #EEC7B9;
}
</style>
background-color css
<style>
a { background-color: #EEC7B9; }
a { background-color: rgb(238,199,185); }
div.DivClassName
{
background-color: #EEC7B9;
}
.BgClassName
{
background-color: #EEC7B9;
}
</style>
border-color css
<style>
span { border-color: #EEC7B9; }
span { border-color: rgb(238,199,185); }
td.TdClassName
{
border-color: #EEC7B9;
}
.TagClassName
{
border-color: #EEC7B9;
}
</style>