Shades of Watusi #EFCCBC
Tints of Watusi #EFCCBC
RGB
CMYK
RGB Variations
Color information
#EFCCBC (or 0xEFCCBC) is known color: Watusi. HEX triplet: EF, CC and BC. RGB value is (239,204,188). Sum of RGB (Red+Green+Blue) = 239+204+188=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCBC is #103343. Grayscale: #D4D4D4. Windows color (decimal): -1061700 or 12373231. OLE color: 12373231.
HSL color Cylindrical-coordinate representation of color #EFCCBC: hue angle of 18.82º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFCCBC is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 188 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.06 |
| HSL | 18.82º | 0.61% | 0.84% | - |
| HSV(B) | 18.82º | 0.21% | 0.94% | - |
| XYZ | 66.27 | 65.17 | 56.66 | - |
| YUV | 212.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 188 | 0 | 0.15 | 0.21 | 0.06 | 18.82 | 0.61 | 0.84 |
| Hex | EF | CC | BC | 0 | F | 15 | 6 | 13 | 3D | 54 |
| Octal | 357 | 314 | 274 | 0 | 17 | 25 | 6 | 23 | 75 | 124 |
| Binary | 11101111 | 11001100 | 10111100 | 0 | 1111 | 10101 | 110 | 10011 | 111101 | 1010100 |
Color Harmonies of #EFCCBC
Complementary color
Monochromatic Colors of #EFCCBC
Black with #EFCCBC
Text Example
Text Example
White with #EFCCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCBC; }
p { color: rgb(239,204,188); }
H1.HeaderClassName
{
color: #EFCCBC;
}
.AnyTagClassName
{
color: #EFCCBC;
}
</style>
background-color css
<style>
a { background-color: #EFCCBC; }
a { background-color: rgb(239,204,188); }
div.DivClassName
{
background-color: #EFCCBC;
}
.BgClassName
{
background-color: #EFCCBC;
}
</style>
border-color css
<style>
span { border-color: #EFCCBC; }
span { border-color: rgb(239,204,188); }
td.TdClassName
{
border-color: #EFCCBC;
}
.TagClassName
{
border-color: #EFCCBC;
}
</style>