Shades of Wax Flower #E8BA9C
Tints of Wax Flower #E8BA9C
RGB
CMYK
RGB Variations
Color information
#E8BA9C (or 0xE8BA9C) is known color: Wax Flower. HEX triplet: E8, BA and 9C. RGB value is (232,186,156). Sum of RGB (Red+Green+Blue) = 232+186+156=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BA9C is #174563. Grayscale: #C4C4C4. Windows color (decimal): -1525092 or 10271464. OLE color: 10271464.
HSL color Cylindrical-coordinate representation of color #E8BA9C: hue angle of 23.68º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8BA9C is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 156 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.09 |
| HSL | 23.68º | 0.62% | 0.76% | - |
| HSV(B) | 23.68º | 0.33% | 0.91% | - |
| XYZ | 56.84 | 54.67 | 39.01 | - |
| YUV | 196.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 156 | 0 | 0.20 | 0.33 | 0.09 | 23.68 | 0.62 | 0.76 |
| Hex | E8 | BA | 9C | 0 | 14 | 21 | 9 | 18 | 3E | 4C |
| Octal | 350 | 272 | 234 | 0 | 24 | 41 | 11 | 30 | 76 | 114 |
| Binary | 11101000 | 10111010 | 10011100 | 0 | 10100 | 100001 | 1001 | 11000 | 111110 | 1001100 |
Color Harmonies of #E8BA9C
Complementary color
Monochromatic Colors of #E8BA9C
Black with #E8BA9C
Text Example
Text Example
White with #E8BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA9C; }
p { color: rgb(232,186,156); }
H1.HeaderClassName
{
color: #E8BA9C;
}
.AnyTagClassName
{
color: #E8BA9C;
}
</style>
background-color css
<style>
a { background-color: #E8BA9C; }
a { background-color: rgb(232,186,156); }
div.DivClassName
{
background-color: #E8BA9C;
}
.BgClassName
{
background-color: #E8BA9C;
}
</style>
border-color css
<style>
span { border-color: #E8BA9C; }
span { border-color: rgb(232,186,156); }
td.TdClassName
{
border-color: #E8BA9C;
}
.TagClassName
{
border-color: #E8BA9C;
}
</style>