Shades of Wax Flower #E9B8A3
Tints of Wax Flower #E9B8A3
RGB
CMYK
RGB Variations
Color information
#E9B8A3 (or 0xE9B8A3) is known color: Wax Flower. HEX triplet: E9, B8 and A3. RGB value is (233,184,163). Sum of RGB (Red+Green+Blue) = 233+184+163=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 163 (64.06% from 255 or 28.10% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B8A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B8A3 is #16475C. Grayscale: #C4C4C4. Windows color (decimal): -1460061 or 10729705. OLE color: 10729705.
HSL color Cylindrical-coordinate representation of color #E9B8A3: hue angle of 18º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9B8A3 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 184 | 163 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.09 |
| HSL | 18º | 0.61% | 0.78% | - |
| HSV(B) | 18º | 0.3% | 0.91% | - |
| XYZ | 57.36 | 54.25 | 42.1 | - |
| YUV | 196.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 184 | 163 | 0 | 0.21 | 0.30 | 0.09 | 18 | 0.61 | 0.78 |
| Hex | E9 | B8 | A3 | 0 | 15 | 1E | 9 | 12 | 3D | 4E |
| Octal | 351 | 270 | 243 | 0 | 25 | 36 | 11 | 22 | 75 | 116 |
| Binary | 11101001 | 10111000 | 10100011 | 0 | 10101 | 11110 | 1001 | 10010 | 111101 | 1001110 |
Color Harmonies of #E9B8A3
Complementary color
Monochromatic Colors of #E9B8A3
Black with #E9B8A3
Text Example
Text Example
White with #E9B8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B8A3; }
p { color: rgb(233,184,163); }
H1.HeaderClassName
{
color: #E9B8A3;
}
.AnyTagClassName
{
color: #E9B8A3;
}
</style>
background-color css
<style>
a { background-color: #E9B8A3; }
a { background-color: rgb(233,184,163); }
div.DivClassName
{
background-color: #E9B8A3;
}
.BgClassName
{
background-color: #E9B8A3;
}
</style>
border-color css
<style>
span { border-color: #E9B8A3; }
span { border-color: rgb(233,184,163); }
td.TdClassName
{
border-color: #E9B8A3;
}
.TagClassName
{
border-color: #E9B8A3;
}
</style>