Shades of Watusi #EACFBC
Tints of Watusi #EACFBC
RGB
CMYK
RGB Variations
Color information
#EACFBC (or 0xEACFBC) is known color: Watusi. HEX triplet: EA, CF and BC. RGB value is (234,207,188). Sum of RGB (Red+Green+Blue) = 234+207+188=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFBC is #153043. Grayscale: #D5D5D5. Windows color (decimal): -1388612 or 12373994. OLE color: 12373994.
HSL color Cylindrical-coordinate representation of color #EACFBC: hue angle of 24.78º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EACFBC is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 188 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.08 |
| HSL | 24.78º | 0.52% | 0.83% | - |
| HSV(B) | 24.78º | 0.2% | 0.92% | - |
| XYZ | 65.32 | 65.75 | 56.82 | - |
| YUV | 212.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 188 | 0 | 0.12 | 0.20 | 0.08 | 24.78 | 0.52 | 0.83 |
| Hex | EA | CF | BC | 0 | C | 14 | 8 | 19 | 34 | 53 |
| Octal | 352 | 317 | 274 | 0 | 14 | 24 | 10 | 31 | 64 | 123 |
| Binary | 11101010 | 11001111 | 10111100 | 0 | 1100 | 10100 | 1000 | 11001 | 110100 | 1010011 |
Color Harmonies of #EACFBC
Complementary color
Monochromatic Colors of #EACFBC
Black with #EACFBC
Text Example
Text Example
White with #EACFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFBC; }
p { color: rgb(234,207,188); }
H1.HeaderClassName
{
color: #EACFBC;
}
.AnyTagClassName
{
color: #EACFBC;
}
</style>
background-color css
<style>
a { background-color: #EACFBC; }
a { background-color: rgb(234,207,188); }
div.DivClassName
{
background-color: #EACFBC;
}
.BgClassName
{
background-color: #EACFBC;
}
</style>
border-color css
<style>
span { border-color: #EACFBC; }
span { border-color: rgb(234,207,188); }
td.TdClassName
{
border-color: #EACFBC;
}
.TagClassName
{
border-color: #EACFBC;
}
</style>