Shades of Watusi #EFCAB6
Tints of Watusi #EFCAB6
RGB
CMYK
RGB Variations
Color information
#EFCAB6 (or 0xEFCAB6) is known color: Watusi. HEX triplet: EF, CA and B6. RGB value is (239,202,182). Sum of RGB (Red+Green+Blue) = 239+202+182=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAB6 is #103549. Grayscale: #D2D2D2. Windows color (decimal): -1062218 or 11979503. OLE color: 11979503.
HSL color Cylindrical-coordinate representation of color #EFCAB6: hue angle of 21.05º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFCAB6 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 182 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.06 |
| HSL | 21.05º | 0.64% | 0.83% | - |
| HSV(B) | 21.05º | 0.24% | 0.94% | - |
| XYZ | 65.16 | 63.97 | 53.17 | - |
| YUV | 210.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 182 | 0 | 0.15 | 0.24 | 0.06 | 21.05 | 0.64 | 0.83 |
| Hex | EF | CA | B6 | 0 | F | 18 | 6 | 15 | 40 | 53 |
| Octal | 357 | 312 | 266 | 0 | 17 | 30 | 6 | 25 | 100 | 123 |
| Binary | 11101111 | 11001010 | 10110110 | 0 | 1111 | 11000 | 110 | 10101 | 1000000 | 1010011 |
Color Harmonies of #EFCAB6
Complementary color
Monochromatic Colors of #EFCAB6
Black with #EFCAB6
Text Example
Text Example
White with #EFCAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAB6; }
p { color: rgb(239,202,182); }
H1.HeaderClassName
{
color: #EFCAB6;
}
.AnyTagClassName
{
color: #EFCAB6;
}
</style>
background-color css
<style>
a { background-color: #EFCAB6; }
a { background-color: rgb(239,202,182); }
div.DivClassName
{
background-color: #EFCAB6;
}
.BgClassName
{
background-color: #EFCAB6;
}
</style>
border-color css
<style>
span { border-color: #EFCAB6; }
span { border-color: rgb(239,202,182); }
td.TdClassName
{
border-color: #EFCAB6;
}
.TagClassName
{
border-color: #EFCAB6;
}
</style>