Shades of Watusi #EDCCBB
Tints of Watusi #EDCCBB
RGB
CMYK
RGB Variations
Color information
#EDCCBB (or 0xEDCCBB) is known color: Watusi. HEX triplet: ED, CC and BB. RGB value is (237,204,187). Sum of RGB (Red+Green+Blue) = 237+204+187=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCBB is #123344. Grayscale: #D4D4D4. Windows color (decimal): -1192773 or 12307693. OLE color: 12307693.
HSL color Cylindrical-coordinate representation of color #EDCCBB: hue angle of 20.4º 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 #EDCCBB is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 187 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.07 |
| HSL | 20.4º | 0.58% | 0.83% | - |
| HSV(B) | 20.4º | 0.21% | 0.93% | - |
| XYZ | 65.49 | 64.78 | 56.07 | - |
| YUV | 211.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 187 | 0 | 0.14 | 0.21 | 0.07 | 20.4 | 0.58 | 0.83 |
| Hex | ED | CC | BB | 0 | E | 15 | 7 | 14 | 3A | 53 |
| Octal | 355 | 314 | 273 | 0 | 16 | 25 | 7 | 24 | 72 | 123 |
| Binary | 11101101 | 11001100 | 10111011 | 0 | 1110 | 10101 | 111 | 10100 | 111010 | 1010011 |
Color Harmonies of #EDCCBB
Complementary color
Monochromatic Colors of #EDCCBB
Black with #EDCCBB
Text Example
Text Example
White with #EDCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCBB; }
p { color: rgb(237,204,187); }
H1.HeaderClassName
{
color: #EDCCBB;
}
.AnyTagClassName
{
color: #EDCCBB;
}
</style>
background-color css
<style>
a { background-color: #EDCCBB; }
a { background-color: rgb(237,204,187); }
div.DivClassName
{
background-color: #EDCCBB;
}
.BgClassName
{
background-color: #EDCCBB;
}
</style>
border-color css
<style>
span { border-color: #EDCCBB; }
span { border-color: rgb(237,204,187); }
td.TdClassName
{
border-color: #EDCCBB;
}
.TagClassName
{
border-color: #EDCCBB;
}
</style>