Shades of Wax Flower #EABCA1
Tints of Wax Flower #EABCA1
RGB
CMYK
RGB Variations
Color information
#EABCA1 (or 0xEABCA1) is known color: Wax Flower. HEX triplet: EA, BC and A1. RGB value is (234,188,161). Sum of RGB (Red+Green+Blue) = 234+188+161=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCA1 is #15435E. Grayscale: #C6C6C6. Windows color (decimal): -1393503 or 10599658. OLE color: 10599658.
HSL color Cylindrical-coordinate representation of color #EABCA1: hue angle of 22.19º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EABCA1 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 161 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.08 |
| HSL | 22.19º | 0.63% | 0.77% | - |
| HSV(B) | 22.19º | 0.31% | 0.92% | - |
| XYZ | 58.35 | 56.03 | 41.46 | - |
| YUV | 198.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 161 | 0 | 0.20 | 0.31 | 0.08 | 22.19 | 0.63 | 0.77 |
| Hex | EA | BC | A1 | 0 | 14 | 1F | 8 | 16 | 3F | 4D |
| Octal | 352 | 274 | 241 | 0 | 24 | 37 | 10 | 26 | 77 | 115 |
| Binary | 11101010 | 10111100 | 10100001 | 0 | 10100 | 11111 | 1000 | 10110 | 111111 | 1001101 |
Color Harmonies of #EABCA1
Complementary color
Monochromatic Colors of #EABCA1
Black with #EABCA1
Text Example
Text Example
White with #EABCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCA1; }
p { color: rgb(234,188,161); }
H1.HeaderClassName
{
color: #EABCA1;
}
.AnyTagClassName
{
color: #EABCA1;
}
</style>
background-color css
<style>
a { background-color: #EABCA1; }
a { background-color: rgb(234,188,161); }
div.DivClassName
{
background-color: #EABCA1;
}
.BgClassName
{
background-color: #EABCA1;
}
</style>
border-color css
<style>
span { border-color: #EABCA1; }
span { border-color: rgb(234,188,161); }
td.TdClassName
{
border-color: #EABCA1;
}
.TagClassName
{
border-color: #EABCA1;
}
</style>