Shades of Wax Flower #E8B69C
Tints of Wax Flower #E8B69C
RGB
CMYK
RGB Variations
Color information
#E8B69C (or 0xE8B69C) is known color: Wax Flower. HEX triplet: E8, B6 and 9C. RGB value is (232,182,156). Sum of RGB (Red+Green+Blue) = 232+182+156=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B69C is #174963. Grayscale: #C2C2C2. Windows color (decimal): -1526116 or 10270440. OLE color: 10270440.
HSL color Cylindrical-coordinate representation of color #E8B69C: hue angle of 20.53º 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 #E8B69C is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 182 | 156 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.09 |
| HSL | 20.53º | 0.62% | 0.76% | - |
| HSV(B) | 20.53º | 0.33% | 0.91% | - |
| XYZ | 56.01 | 53.01 | 38.73 | - |
| YUV | 193.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 182 | 156 | 0 | 0.22 | 0.33 | 0.09 | 20.53 | 0.62 | 0.76 |
| Hex | E8 | B6 | 9C | 0 | 16 | 21 | 9 | 15 | 3E | 4C |
| Octal | 350 | 266 | 234 | 0 | 26 | 41 | 11 | 25 | 76 | 114 |
| Binary | 11101000 | 10110110 | 10011100 | 0 | 10110 | 100001 | 1001 | 10101 | 111110 | 1001100 |
Color Harmonies of #E8B69C
Complementary color
Monochromatic Colors of #E8B69C
Black with #E8B69C
Text Example
Text Example
White with #E8B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B69C; }
p { color: rgb(232,182,156); }
H1.HeaderClassName
{
color: #E8B69C;
}
.AnyTagClassName
{
color: #E8B69C;
}
</style>
background-color css
<style>
a { background-color: #E8B69C; }
a { background-color: rgb(232,182,156); }
div.DivClassName
{
background-color: #E8B69C;
}
.BgClassName
{
background-color: #E8B69C;
}
</style>
border-color css
<style>
span { border-color: #E8B69C; }
span { border-color: rgb(232,182,156); }
td.TdClassName
{
border-color: #E8B69C;
}
.TagClassName
{
border-color: #E8B69C;
}
</style>