Shades of Watusi #EDCFC0
Tints of Watusi #EDCFC0
RGB
CMYK
RGB Variations
Color information
#EDCFC0 (or 0xEDCFC0) is known color: Watusi. HEX triplet: ED, CF and C0. RGB value is (237,207,192). Sum of RGB (Red+Green+Blue) = 237+207+192=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFC0 is #12303F. Grayscale: #D6D6D6. Windows color (decimal): -1192000 or 12636141. OLE color: 12636141.
HSL color Cylindrical-coordinate representation of color #EDCFC0: hue angle of 20º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDCFC0 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 207 | 192 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.07 |
| HSL | 20º | 0.56% | 0.84% | - |
| HSV(B) | 20º | 0.19% | 0.93% | - |
| XYZ | 66.75 | 66.44 | 59.17 | - |
| YUV | 214.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 192 | 0 | 0.13 | 0.19 | 0.07 | 20 | 0.56 | 0.84 |
| Hex | ED | CF | C0 | 0 | D | 13 | 7 | 14 | 38 | 54 |
| Octal | 355 | 317 | 300 | 0 | 15 | 23 | 7 | 24 | 70 | 124 |
| Binary | 11101101 | 11001111 | 11000000 | 0 | 1101 | 10011 | 111 | 10100 | 111000 | 1010100 |
Color Harmonies of #EDCFC0
Complementary color
Monochromatic Colors of #EDCFC0
Black with #EDCFC0
Text Example
Text Example
White with #EDCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCFC0; }
p { color: rgb(237,207,192); }
H1.HeaderClassName
{
color: #EDCFC0;
}
.AnyTagClassName
{
color: #EDCFC0;
}
</style>
background-color css
<style>
a { background-color: #EDCFC0; }
a { background-color: rgb(237,207,192); }
div.DivClassName
{
background-color: #EDCFC0;
}
.BgClassName
{
background-color: #EDCFC0;
}
</style>
border-color css
<style>
span { border-color: #EDCFC0; }
span { border-color: rgb(237,207,192); }
td.TdClassName
{
border-color: #EDCFC0;
}
.TagClassName
{
border-color: #EDCFC0;
}
</style>