Shades of Watusi #ECCABB
Tints of Watusi #ECCABB
RGB
CMYK
RGB Variations
Color information
#ECCABB (or 0xECCABB) is known color: Watusi. HEX triplet: EC, CA and BB. RGB value is (236,202,187). Sum of RGB (Red+Green+Blue) = 236+202+187=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCABB is #133544. Grayscale: #D2D2D2. Windows color (decimal): -1258821 or 12307180. OLE color: 12307180.
HSL color Cylindrical-coordinate representation of color #ECCABB: hue angle of 18.37º degrees, saturation: 0.56, 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 #ECCABB is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 202 | 187 | - |
CMYK | 0 | 0.14 | 0.21 | 0.07 |
HSL | 18.37º | 0.56% | 0.83% | - |
HSV(B) | 18.37º | 0.21% | 0.93% | - |
XYZ | 64.68 | 63.66 | 55.89 | - |
YUV | 210.46 | 114.76 | 146.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 202 | 187 | 0 | 0.14 | 0.21 | 0.07 | 18.37 | 0.56 | 0.83 |
Hex | EC | CA | BB | 0 | E | 15 | 7 | 12 | 38 | 53 |
Octal | 354 | 312 | 273 | 0 | 16 | 25 | 7 | 22 | 70 | 123 |
Binary | 11101100 | 11001010 | 10111011 | 0 | 1110 | 10101 | 111 | 10010 | 111000 | 1010011 |
Color Harmonies of #ECCABB
Complementary color
Monochromatic Colors of #ECCABB
Black with #ECCABB
Text Example
Text Example
White with #ECCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCABB; }
p { color: rgb(236,202,187); }
H1.HeaderClassName
{
color: #ECCABB;
}
.AnyTagClassName
{
color: #ECCABB;
}
</style>
background-color css
<style>
a { background-color: #ECCABB; }
a { background-color: rgb(236,202,187); }
div.DivClassName
{
background-color: #ECCABB;
}
.BgClassName
{
background-color: #ECCABB;
}
</style>
border-color css
<style>
span { border-color: #ECCABB; }
span { border-color: rgb(236,202,187); }
td.TdClassName
{
border-color: #ECCABB;
}
.TagClassName
{
border-color: #ECCABB;
}
</style>