Shades of Watusi #EED2BE
Tints of Watusi #EED2BE
RGB
CMYK
RGB Variations
Color information
#EED2BE (or 0xEED2BE) is known color: Watusi. HEX triplet: EE, D2 and BE. RGB value is (238,210,190). Sum of RGB (Red+Green+Blue) = 238+210+190=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2BE is #112D41. Grayscale: #D8D8D8. Windows color (decimal): -1125698 or 12505838. OLE color: 12505838.
HSL color Cylindrical-coordinate representation of color #EED2BE: hue angle of 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 #EED2BE is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 190 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.07 |
| HSL | 25º | 0.59% | 0.84% | - |
| HSV(B) | 25º | 0.2% | 0.93% | - |
| XYZ | 67.6 | 67.99 | 58.28 | - |
| YUV | 216.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 190 | 0 | 0.12 | 0.20 | 0.07 | 25 | 0.59 | 0.84 |
| Hex | EE | D2 | BE | 0 | C | 14 | 7 | 19 | 3B | 54 |
| Octal | 356 | 322 | 276 | 0 | 14 | 24 | 7 | 31 | 73 | 124 |
| Binary | 11101110 | 11010010 | 10111110 | 0 | 1100 | 10100 | 111 | 11001 | 111011 | 1010100 |
Color Harmonies of #EED2BE
Complementary color
Monochromatic Colors of #EED2BE
Black with #EED2BE
Text Example
Text Example
White with #EED2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2BE; }
p { color: rgb(238,210,190); }
H1.HeaderClassName
{
color: #EED2BE;
}
.AnyTagClassName
{
color: #EED2BE;
}
</style>
background-color css
<style>
a { background-color: #EED2BE; }
a { background-color: rgb(238,210,190); }
div.DivClassName
{
background-color: #EED2BE;
}
.BgClassName
{
background-color: #EED2BE;
}
</style>
border-color css
<style>
span { border-color: #EED2BE; }
span { border-color: rgb(238,210,190); }
td.TdClassName
{
border-color: #EED2BE;
}
.TagClassName
{
border-color: #EED2BE;
}
</style>