Shades of Wax Flower #EAB29A
Tints of Wax Flower #EAB29A
RGB
CMYK
RGB Variations
Color information
#EAB29A (or 0xEAB29A) is known color: Wax Flower. HEX triplet: EA, B2 and 9A. RGB value is (234,178,154). Sum of RGB (Red+Green+Blue) = 234+178+154=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB29A is #154D65. Grayscale: #C0C0C0. Windows color (decimal): -1396070 or 10138346. OLE color: 10138346.
HSL color Cylindrical-coordinate representation of color #EAB29A: hue angle of 18º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAB29A is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 154 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.08 |
| HSL | 18º | 0.66% | 0.76% | - |
| HSV(B) | 18º | 0.34% | 0.92% | - |
| XYZ | 55.68 | 51.67 | 37.61 | - |
| YUV | 192.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 154 | 0 | 0.24 | 0.34 | 0.08 | 18 | 0.66 | 0.76 |
| Hex | EA | B2 | 9A | 0 | 18 | 22 | 8 | 12 | 42 | 4C |
| Octal | 352 | 262 | 232 | 0 | 30 | 42 | 10 | 22 | 102 | 114 |
| Binary | 11101010 | 10110010 | 10011010 | 0 | 11000 | 100010 | 1000 | 10010 | 1000010 | 1001100 |
Color Harmonies of #EAB29A
Complementary color
Monochromatic Colors of #EAB29A
Black with #EAB29A
Text Example
Text Example
White with #EAB29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB29A; }
p { color: rgb(234,178,154); }
H1.HeaderClassName
{
color: #EAB29A;
}
.AnyTagClassName
{
color: #EAB29A;
}
</style>
background-color css
<style>
a { background-color: #EAB29A; }
a { background-color: rgb(234,178,154); }
div.DivClassName
{
background-color: #EAB29A;
}
.BgClassName
{
background-color: #EAB29A;
}
</style>
border-color css
<style>
span { border-color: #EAB29A; }
span { border-color: rgb(234,178,154); }
td.TdClassName
{
border-color: #EAB29A;
}
.TagClassName
{
border-color: #EAB29A;
}
</style>