Shades of Wax Flower #EAB39C
Tints of Wax Flower #EAB39C
RGB
CMYK
RGB Variations
Color information
#EAB39C (or 0xEAB39C) is known color: Wax Flower. HEX triplet: EA, B3 and 9C. RGB value is (234,179,156). Sum of RGB (Red+Green+Blue) = 234+179+156=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB39C is #154C63. Grayscale: #C0C0C0. Windows color (decimal): -1395812 or 10269674. OLE color: 10269674.
HSL color Cylindrical-coordinate representation of color #EAB39C: hue angle of 17.69º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAB39C is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 156 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.08 |
| HSL | 17.69º | 0.65% | 0.76% | - |
| HSV(B) | 17.69º | 0.33% | 0.92% | - |
| XYZ | 56.05 | 52.13 | 38.56 | - |
| YUV | 192.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 156 | 0 | 0.24 | 0.33 | 0.08 | 17.69 | 0.65 | 0.76 |
| Hex | EA | B3 | 9C | 0 | 18 | 21 | 8 | 12 | 41 | 4C |
| Octal | 352 | 263 | 234 | 0 | 30 | 41 | 10 | 22 | 101 | 114 |
| Binary | 11101010 | 10110011 | 10011100 | 0 | 11000 | 100001 | 1000 | 10010 | 1000001 | 1001100 |
Color Harmonies of #EAB39C
Complementary color
Monochromatic Colors of #EAB39C
Black with #EAB39C
Text Example
Text Example
White with #EAB39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB39C; }
p { color: rgb(234,179,156); }
H1.HeaderClassName
{
color: #EAB39C;
}
.AnyTagClassName
{
color: #EAB39C;
}
</style>
background-color css
<style>
a { background-color: #EAB39C; }
a { background-color: rgb(234,179,156); }
div.DivClassName
{
background-color: #EAB39C;
}
.BgClassName
{
background-color: #EAB39C;
}
</style>
border-color css
<style>
span { border-color: #EAB39C; }
span { border-color: rgb(234,179,156); }
td.TdClassName
{
border-color: #EAB39C;
}
.TagClassName
{
border-color: #EAB39C;
}
</style>