Shades of Watusi #EED2BC
Tints of Watusi #EED2BC
RGB
CMYK
RGB Variations
Color information
#EED2BC (or 0xEED2BC) is known color: Watusi. HEX triplet: EE, D2 and BC. RGB value is (238,210,188). Sum of RGB (Red+Green+Blue) = 238+210+188=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2BC is #112D43. Grayscale: #D7D7D7. Windows color (decimal): -1125700 or 12374766. OLE color: 12374766.
HSL color Cylindrical-coordinate representation of color #EED2BC: hue angle of 26.4º 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 #EED2BC is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 188 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.07 |
| HSL | 26.4º | 0.6% | 0.84% | - |
| HSV(B) | 26.4º | 0.21% | 0.93% | - |
| XYZ | 67.38 | 67.9 | 57.13 | - |
| YUV | 215.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 188 | 0 | 0.12 | 0.21 | 0.07 | 26.4 | 0.6 | 0.84 |
| Hex | EE | D2 | BC | 0 | C | 15 | 7 | 1A | 3C | 54 |
| Octal | 356 | 322 | 274 | 0 | 14 | 25 | 7 | 32 | 74 | 124 |
| Binary | 11101110 | 11010010 | 10111100 | 0 | 1100 | 10101 | 111 | 11010 | 111100 | 1010100 |
Color Harmonies of #EED2BC
Complementary color
Monochromatic Colors of #EED2BC
Black with #EED2BC
Text Example
Text Example
White with #EED2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2BC; }
p { color: rgb(238,210,188); }
H1.HeaderClassName
{
color: #EED2BC;
}
.AnyTagClassName
{
color: #EED2BC;
}
</style>
background-color css
<style>
a { background-color: #EED2BC; }
a { background-color: rgb(238,210,188); }
div.DivClassName
{
background-color: #EED2BC;
}
.BgClassName
{
background-color: #EED2BC;
}
</style>
border-color css
<style>
span { border-color: #EED2BC; }
span { border-color: rgb(238,210,188); }
td.TdClassName
{
border-color: #EED2BC;
}
.TagClassName
{
border-color: #EED2BC;
}
</style>