Shades of Watusi #EFCFC3
Tints of Watusi #EFCFC3
RGB
CMYK
RGB Variations
Color information
#EFCFC3 (or 0xEFCFC3) is known color: Watusi. HEX triplet: EF, CF and C3. RGB value is (239,207,195). Sum of RGB (Red+Green+Blue) = 239+207+195=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFC3 is #10303C. Grayscale: #D7D7D7. Windows color (decimal): -1060925 or 12832751. OLE color: 12832751.
HSL color Cylindrical-coordinate representation of color #EFCFC3: hue angle of 16.36º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFCFC3 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 195 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.06 |
| HSL | 16.36º | 0.58% | 0.85% | - |
| HSV(B) | 16.36º | 0.18% | 0.94% | - |
| XYZ | 67.76 | 66.92 | 60.97 | - |
| YUV | 215.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 195 | 0 | 0.13 | 0.18 | 0.06 | 16.36 | 0.58 | 0.85 |
| Hex | EF | CF | C3 | 0 | D | 12 | 6 | 10 | 3A | 55 |
| Octal | 357 | 317 | 303 | 0 | 15 | 22 | 6 | 20 | 72 | 125 |
| Binary | 11101111 | 11001111 | 11000011 | 0 | 1101 | 10010 | 110 | 10000 | 111010 | 1010101 |
Color Harmonies of #EFCFC3
Complementary color
Monochromatic Colors of #EFCFC3
Black with #EFCFC3
Text Example
Text Example
White with #EFCFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFC3; }
p { color: rgb(239,207,195); }
H1.HeaderClassName
{
color: #EFCFC3;
}
.AnyTagClassName
{
color: #EFCFC3;
}
</style>
background-color css
<style>
a { background-color: #EFCFC3; }
a { background-color: rgb(239,207,195); }
div.DivClassName
{
background-color: #EFCFC3;
}
.BgClassName
{
background-color: #EFCFC3;
}
</style>
border-color css
<style>
span { border-color: #EFCFC3; }
span { border-color: rgb(239,207,195); }
td.TdClassName
{
border-color: #EFCFC3;
}
.TagClassName
{
border-color: #EFCFC3;
}
</style>