Shades of Watusi #EDCABC
Tints of Watusi #EDCABC
RGB
CMYK
RGB Variations
Color information
#EDCABC (or 0xEDCABC) is known color: Watusi. HEX triplet: ED, CA and BC. RGB value is (237,202,188). Sum of RGB (Red+Green+Blue) = 237+202+188=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCABC is #123543. Grayscale: #D2D2D2. Windows color (decimal): -1193284 or 12372717. OLE color: 12372717.
HSL color Cylindrical-coordinate representation of color #EDCABC: hue angle of 17.14º 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 #EDCABC is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 202 | 188 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.07 |
| HSL | 17.14º | 0.58% | 0.83% | - |
| HSV(B) | 17.14º | 0.21% | 0.93% | - |
| XYZ | 65.12 | 63.88 | 56.47 | - |
| YUV | 210.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 188 | 0 | 0.15 | 0.21 | 0.07 | 17.14 | 0.58 | 0.83 |
| Hex | ED | CA | BC | 0 | F | 15 | 7 | 11 | 3A | 53 |
| Octal | 355 | 312 | 274 | 0 | 17 | 25 | 7 | 21 | 72 | 123 |
| Binary | 11101101 | 11001010 | 10111100 | 0 | 1111 | 10101 | 111 | 10001 | 111010 | 1010011 |
Color Harmonies of #EDCABC
Complementary color
Monochromatic Colors of #EDCABC
Black with #EDCABC
Text Example
Text Example
White with #EDCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCABC; }
p { color: rgb(237,202,188); }
H1.HeaderClassName
{
color: #EDCABC;
}
.AnyTagClassName
{
color: #EDCABC;
}
</style>
background-color css
<style>
a { background-color: #EDCABC; }
a { background-color: rgb(237,202,188); }
div.DivClassName
{
background-color: #EDCABC;
}
.BgClassName
{
background-color: #EDCABC;
}
</style>
border-color css
<style>
span { border-color: #EDCABC; }
span { border-color: rgb(237,202,188); }
td.TdClassName
{
border-color: #EDCABC;
}
.TagClassName
{
border-color: #EDCABC;
}
</style>