Shades of Watusi #EDCFBC
Tints of Watusi #EDCFBC
RGB
CMYK
RGB Variations
Color information
#EDCFBC (or 0xEDCFBC) is known color: Watusi. HEX triplet: ED, CF and BC. RGB value is (237,207,188). Sum of RGB (Red+Green+Blue) = 237+207+188=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFBC is #123043. Grayscale: #D5D5D5. Windows color (decimal): -1192004 or 12373997. OLE color: 12373997.
HSL color Cylindrical-coordinate representation of color #EDCFBC: hue angle of 23.27º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDCFBC is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 207 | 188 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.07 |
| HSL | 23.27º | 0.58% | 0.83% | - |
| HSV(B) | 23.27º | 0.21% | 0.93% | - |
| XYZ | 66.31 | 66.26 | 56.87 | - |
| YUV | 213.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 188 | 0 | 0.13 | 0.21 | 0.07 | 23.27 | 0.58 | 0.83 |
| Hex | ED | CF | BC | 0 | D | 15 | 7 | 17 | 3A | 53 |
| Octal | 355 | 317 | 274 | 0 | 15 | 25 | 7 | 27 | 72 | 123 |
| Binary | 11101101 | 11001111 | 10111100 | 0 | 1101 | 10101 | 111 | 10111 | 111010 | 1010011 |
Color Harmonies of #EDCFBC
Complementary color
Monochromatic Colors of #EDCFBC
Black with #EDCFBC
Text Example
Text Example
White with #EDCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCFBC; }
p { color: rgb(237,207,188); }
H1.HeaderClassName
{
color: #EDCFBC;
}
.AnyTagClassName
{
color: #EDCFBC;
}
</style>
background-color css
<style>
a { background-color: #EDCFBC; }
a { background-color: rgb(237,207,188); }
div.DivClassName
{
background-color: #EDCFBC;
}
.BgClassName
{
background-color: #EDCFBC;
}
</style>
border-color css
<style>
span { border-color: #EDCFBC; }
span { border-color: rgb(237,207,188); }
td.TdClassName
{
border-color: #EDCFBC;
}
.TagClassName
{
border-color: #EDCFBC;
}
</style>