Shades of Wax Flower #EABBA2
Tints of Wax Flower #EABBA2
RGB
CMYK
RGB Variations
Color information
#EABBA2 (or 0xEABBA2) is known color: Wax Flower. HEX triplet: EA, BB and A2. RGB value is (234,187,162). Sum of RGB (Red+Green+Blue) = 234+187+162=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBA2 is #15445D. Grayscale: #C6C6C6. Windows color (decimal): -1393758 or 10664938. OLE color: 10664938.
HSL color Cylindrical-coordinate representation of color #EABBA2: hue angle of 20.83º 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 #EABBA2 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 162 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.08 |
| HSL | 20.83º | 0.63% | 0.78% | - |
| HSV(B) | 20.83º | 0.31% | 0.92% | - |
| XYZ | 58.22 | 55.64 | 41.85 | - |
| YUV | 198.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 162 | 0 | 0.20 | 0.31 | 0.08 | 20.83 | 0.63 | 0.78 |
| Hex | EA | BB | A2 | 0 | 14 | 1F | 8 | 15 | 3F | 4E |
| Octal | 352 | 273 | 242 | 0 | 24 | 37 | 10 | 25 | 77 | 116 |
| Binary | 11101010 | 10111011 | 10100010 | 0 | 10100 | 11111 | 1000 | 10101 | 111111 | 1001110 |
Color Harmonies of #EABBA2
Complementary color
Monochromatic Colors of #EABBA2
Black with #EABBA2
Text Example
Text Example
White with #EABBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBA2; }
p { color: rgb(234,187,162); }
H1.HeaderClassName
{
color: #EABBA2;
}
.AnyTagClassName
{
color: #EABBA2;
}
</style>
background-color css
<style>
a { background-color: #EABBA2; }
a { background-color: rgb(234,187,162); }
div.DivClassName
{
background-color: #EABBA2;
}
.BgClassName
{
background-color: #EABBA2;
}
</style>
border-color css
<style>
span { border-color: #EABBA2; }
span { border-color: rgb(234,187,162); }
td.TdClassName
{
border-color: #EABBA2;
}
.TagClassName
{
border-color: #EABBA2;
}
</style>