Shades of Wax Flower #EABCA2
Tints of Wax Flower #EABCA2
RGB
CMYK
RGB Variations
Color information
#EABCA2 (or 0xEABCA2) is known color: Wax Flower. HEX triplet: EA, BC and A2. RGB value is (234,188,162). Sum of RGB (Red+Green+Blue) = 234+188+162=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCA2 is #15435D. Grayscale: #C6C6C6. Windows color (decimal): -1393502 or 10665194. OLE color: 10665194.
HSL color Cylindrical-coordinate representation of color #EABCA2: hue angle of 21.67º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EABCA2 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 162 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.08 |
| HSL | 21.67º | 0.63% | 0.78% | - |
| HSV(B) | 21.67º | 0.31% | 0.92% | - |
| XYZ | 58.44 | 56.07 | 41.92 | - |
| YUV | 198.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 162 | 0 | 0.20 | 0.31 | 0.08 | 21.67 | 0.63 | 0.78 |
| Hex | EA | BC | A2 | 0 | 14 | 1F | 8 | 16 | 3F | 4E |
| Octal | 352 | 274 | 242 | 0 | 24 | 37 | 10 | 26 | 77 | 116 |
| Binary | 11101010 | 10111100 | 10100010 | 0 | 10100 | 11111 | 1000 | 10110 | 111111 | 1001110 |
Color Harmonies of #EABCA2
Complementary color
Monochromatic Colors of #EABCA2
Black with #EABCA2
Text Example
Text Example
White with #EABCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCA2; }
p { color: rgb(234,188,162); }
H1.HeaderClassName
{
color: #EABCA2;
}
.AnyTagClassName
{
color: #EABCA2;
}
</style>
background-color css
<style>
a { background-color: #EABCA2; }
a { background-color: rgb(234,188,162); }
div.DivClassName
{
background-color: #EABCA2;
}
.BgClassName
{
background-color: #EABCA2;
}
</style>
border-color css
<style>
span { border-color: #EABCA2; }
span { border-color: rgb(234,188,162); }
td.TdClassName
{
border-color: #EABCA2;
}
.TagClassName
{
border-color: #EABCA2;
}
</style>