Shades of Wax Flower #EABBA3
Tints of Wax Flower #EABBA3
RGB
CMYK
RGB Variations
Color information
#EABBA3 (or 0xEABBA3) is known color: Wax Flower. HEX triplet: EA, BB and A3. RGB value is (234,187,163). Sum of RGB (Red+Green+Blue) = 234+187+163=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 163 (64.06% from 255 or 27.91% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBA3 is #15445C. Grayscale: #C6C6C6. Windows color (decimal): -1393757 or 10730474. OLE color: 10730474.
HSL color Cylindrical-coordinate representation of color #EABBA3: hue angle of 20.28º 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 #EABBA3 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 163 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.08 |
| HSL | 20.28º | 0.63% | 0.78% | - |
| HSV(B) | 20.28º | 0.3% | 0.92% | - |
| XYZ | 58.31 | 55.68 | 42.32 | - |
| YUV | 198.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 163 | 0 | 0.20 | 0.30 | 0.08 | 20.28 | 0.63 | 0.78 |
| Hex | EA | BB | A3 | 0 | 14 | 1E | 8 | 14 | 3F | 4E |
| Octal | 352 | 273 | 243 | 0 | 24 | 36 | 10 | 24 | 77 | 116 |
| Binary | 11101010 | 10111011 | 10100011 | 0 | 10100 | 11110 | 1000 | 10100 | 111111 | 1001110 |
Color Harmonies of #EABBA3
Complementary color
Monochromatic Colors of #EABBA3
Black with #EABBA3
Text Example
Text Example
White with #EABBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBA3; }
p { color: rgb(234,187,163); }
H1.HeaderClassName
{
color: #EABBA3;
}
.AnyTagClassName
{
color: #EABBA3;
}
</style>
background-color css
<style>
a { background-color: #EABBA3; }
a { background-color: rgb(234,187,163); }
div.DivClassName
{
background-color: #EABBA3;
}
.BgClassName
{
background-color: #EABBA3;
}
</style>
border-color css
<style>
span { border-color: #EABBA3; }
span { border-color: rgb(234,187,163); }
td.TdClassName
{
border-color: #EABBA3;
}
.TagClassName
{
border-color: #EABBA3;
}
</style>