Shades of Watusi #EFCABF
Tints of Watusi #EFCABF
RGB
CMYK
RGB Variations
Color information
#EFCABF (or 0xEFCABF) is known color: Watusi. HEX triplet: EF, CA and BF. RGB value is (239,202,191). Sum of RGB (Red+Green+Blue) = 239+202+191=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCABF is #103540. Grayscale: #D3D3D3. Windows color (decimal): -1062209 or 12569327. OLE color: 12569327.
HSL color Cylindrical-coordinate representation of color #EFCABF: hue angle of 13.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFCABF is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 191 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.06 |
| HSL | 13.75º | 0.6% | 0.84% | - |
| HSV(B) | 13.75º | 0.2% | 0.94% | - |
| XYZ | 66.12 | 64.35 | 58.23 | - |
| YUV | 211.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 191 | 0 | 0.15 | 0.20 | 0.06 | 13.75 | 0.6 | 0.84 |
| Hex | EF | CA | BF | 0 | F | 14 | 6 | E | 3C | 54 |
| Octal | 357 | 312 | 277 | 0 | 17 | 24 | 6 | 16 | 74 | 124 |
| Binary | 11101111 | 11001010 | 10111111 | 0 | 1111 | 10100 | 110 | 1110 | 111100 | 1010100 |
Color Harmonies of #EFCABF
Complementary color
Monochromatic Colors of #EFCABF
Black with #EFCABF
Text Example
Text Example
White with #EFCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCABF; }
p { color: rgb(239,202,191); }
H1.HeaderClassName
{
color: #EFCABF;
}
.AnyTagClassName
{
color: #EFCABF;
}
</style>
background-color css
<style>
a { background-color: #EFCABF; }
a { background-color: rgb(239,202,191); }
div.DivClassName
{
background-color: #EFCABF;
}
.BgClassName
{
background-color: #EFCABF;
}
</style>
border-color css
<style>
span { border-color: #EFCABF; }
span { border-color: rgb(239,202,191); }
td.TdClassName
{
border-color: #EFCABF;
}
.TagClassName
{
border-color: #EFCABF;
}
</style>