Shades of Watusi #EFD2BC
Tints of Watusi #EFD2BC
RGB
CMYK
RGB Variations
Color information
#EFD2BC (or 0xEFD2BC) is known color: Watusi. HEX triplet: EF, D2 and BC. RGB value is (239,210,188). Sum of RGB (Red+Green+Blue) = 239+210+188=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2BC is #102D43. Grayscale: #D8D8D8. Windows color (decimal): -1060164 or 12374767. OLE color: 12374767.
HSL color Cylindrical-coordinate representation of color #EFD2BC: hue angle of 25.88º 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 #EFD2BC is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 188 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.06 |
| HSL | 25.88º | 0.61% | 0.84% | - |
| HSV(B) | 25.88º | 0.21% | 0.94% | - |
| XYZ | 67.72 | 68.07 | 57.15 | - |
| YUV | 216.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 188 | 0 | 0.12 | 0.21 | 0.06 | 25.88 | 0.61 | 0.84 |
| Hex | EF | D2 | BC | 0 | C | 15 | 6 | 1A | 3D | 54 |
| Octal | 357 | 322 | 274 | 0 | 14 | 25 | 6 | 32 | 75 | 124 |
| Binary | 11101111 | 11010010 | 10111100 | 0 | 1100 | 10101 | 110 | 11010 | 111101 | 1010100 |
Color Harmonies of #EFD2BC
Complementary color
Monochromatic Colors of #EFD2BC
Black with #EFD2BC
Text Example
Text Example
White with #EFD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2BC; }
p { color: rgb(239,210,188); }
H1.HeaderClassName
{
color: #EFD2BC;
}
.AnyTagClassName
{
color: #EFD2BC;
}
</style>
background-color css
<style>
a { background-color: #EFD2BC; }
a { background-color: rgb(239,210,188); }
div.DivClassName
{
background-color: #EFD2BC;
}
.BgClassName
{
background-color: #EFD2BC;
}
</style>
border-color css
<style>
span { border-color: #EFD2BC; }
span { border-color: rgb(239,210,188); }
td.TdClassName
{
border-color: #EFD2BC;
}
.TagClassName
{
border-color: #EFD2BC;
}
</style>