Shades of Wax Flower #EABAA3
Tints of Wax Flower #EABAA3
RGB
CMYK
RGB Variations
Color information
#EABAA3 (or 0xEABAA3) is known color: Wax Flower. HEX triplet: EA, BA and A3. RGB value is (234,186,163). Sum of RGB (Red+Green+Blue) = 234+186+163=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 163 (64.06% from 255 or 27.96% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABAA3 is #15455C. Grayscale: #C5C5C5. Windows color (decimal): -1394013 or 10730218. OLE color: 10730218.
HSL color Cylindrical-coordinate representation of color #EABAA3: hue angle of 19.44º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EABAA3 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 163 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.08 |
| HSL | 19.44º | 0.63% | 0.78% | - |
| HSV(B) | 19.44º | 0.3% | 0.92% | - |
| XYZ | 58.1 | 55.25 | 42.25 | - |
| YUV | 197.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 163 | 0 | 0.21 | 0.30 | 0.08 | 19.44 | 0.63 | 0.78 |
| Hex | EA | BA | A3 | 0 | 15 | 1E | 8 | 13 | 3F | 4E |
| Octal | 352 | 272 | 243 | 0 | 25 | 36 | 10 | 23 | 77 | 116 |
| Binary | 11101010 | 10111010 | 10100011 | 0 | 10101 | 11110 | 1000 | 10011 | 111111 | 1001110 |
Color Harmonies of #EABAA3
Complementary color
Monochromatic Colors of #EABAA3
Black with #EABAA3
Text Example
Text Example
White with #EABAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAA3; }
p { color: rgb(234,186,163); }
H1.HeaderClassName
{
color: #EABAA3;
}
.AnyTagClassName
{
color: #EABAA3;
}
</style>
background-color css
<style>
a { background-color: #EABAA3; }
a { background-color: rgb(234,186,163); }
div.DivClassName
{
background-color: #EABAA3;
}
.BgClassName
{
background-color: #EABAA3;
}
</style>
border-color css
<style>
span { border-color: #EABAA3; }
span { border-color: rgb(234,186,163); }
td.TdClassName
{
border-color: #EABAA3;
}
.TagClassName
{
border-color: #EABAA3;
}
</style>