Shades of Watusi #EFCABB
Tints of Watusi #EFCABB
RGB
CMYK
RGB Variations
Color information
#EFCABB (or 0xEFCABB) is known color: Watusi. HEX triplet: EF, CA and BB. RGB value is (239,202,187). Sum of RGB (Red+Green+Blue) = 239+202+187=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCABB is #103544. Grayscale: #D3D3D3. Windows color (decimal): -1062213 or 12307183. OLE color: 12307183.
HSL color Cylindrical-coordinate representation of color #EFCABB: hue angle of 17.31º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFCABB is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 187 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.06 |
| HSL | 17.31º | 0.62% | 0.84% | - |
| HSV(B) | 17.31º | 0.22% | 0.94% | - |
| XYZ | 65.69 | 64.18 | 55.94 | - |
| YUV | 211.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 187 | 0 | 0.15 | 0.22 | 0.06 | 17.31 | 0.62 | 0.84 |
| Hex | EF | CA | BB | 0 | F | 16 | 6 | 11 | 3E | 54 |
| Octal | 357 | 312 | 273 | 0 | 17 | 26 | 6 | 21 | 76 | 124 |
| Binary | 11101111 | 11001010 | 10111011 | 0 | 1111 | 10110 | 110 | 10001 | 111110 | 1010100 |
Color Harmonies of #EFCABB
Complementary color
Monochromatic Colors of #EFCABB
Black with #EFCABB
Text Example
Text Example
White with #EFCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCABB; }
p { color: rgb(239,202,187); }
H1.HeaderClassName
{
color: #EFCABB;
}
.AnyTagClassName
{
color: #EFCABB;
}
</style>
background-color css
<style>
a { background-color: #EFCABB; }
a { background-color: rgb(239,202,187); }
div.DivClassName
{
background-color: #EFCABB;
}
.BgClassName
{
background-color: #EFCABB;
}
</style>
border-color css
<style>
span { border-color: #EFCABB; }
span { border-color: rgb(239,202,187); }
td.TdClassName
{
border-color: #EFCABB;
}
.TagClassName
{
border-color: #EFCABB;
}
</style>