Shades of Watusi #EDC9BA
Tints of Watusi #EDC9BA
RGB
CMYK
RGB Variations
Color information
#EDC9BA (or 0xEDC9BA) is known color: Watusi. HEX triplet: ED, C9 and BA. RGB value is (237,201,186). Sum of RGB (Red+Green+Blue) = 237+201+186=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9BA is #123645. Grayscale: #D2D2D2. Windows color (decimal): -1193542 or 12241389. OLE color: 12241389.
HSL color Cylindrical-coordinate representation of color #EDC9BA: hue angle of 17.65º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDC9BA is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 186 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.07 |
| HSL | 17.65º | 0.59% | 0.83% | - |
| HSV(B) | 17.65º | 0.22% | 0.93% | - |
| XYZ | 64.67 | 63.32 | 55.27 | - |
| YUV | 210.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 186 | 0 | 0.15 | 0.22 | 0.07 | 17.65 | 0.59 | 0.83 |
| Hex | ED | C9 | BA | 0 | F | 16 | 7 | 12 | 3B | 53 |
| Octal | 355 | 311 | 272 | 0 | 17 | 26 | 7 | 22 | 73 | 123 |
| Binary | 11101101 | 11001001 | 10111010 | 0 | 1111 | 10110 | 111 | 10010 | 111011 | 1010011 |
Color Harmonies of #EDC9BA
Complementary color
Monochromatic Colors of #EDC9BA
Black with #EDC9BA
Text Example
Text Example
White with #EDC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9BA; }
p { color: rgb(237,201,186); }
H1.HeaderClassName
{
color: #EDC9BA;
}
.AnyTagClassName
{
color: #EDC9BA;
}
</style>
background-color css
<style>
a { background-color: #EDC9BA; }
a { background-color: rgb(237,201,186); }
div.DivClassName
{
background-color: #EDC9BA;
}
.BgClassName
{
background-color: #EDC9BA;
}
</style>
border-color css
<style>
span { border-color: #EDC9BA; }
span { border-color: rgb(237,201,186); }
td.TdClassName
{
border-color: #EDC9BA;
}
.TagClassName
{
border-color: #EDC9BA;
}
</style>