Shades of Wax Flower #E6B397
Tints of Wax Flower #E6B397
RGB
CMYK
RGB Variations
Color information
#E6B397 (or 0xE6B397) is known color: Wax Flower. HEX triplet: E6, B3 and 97. RGB value is (230,179,151). Sum of RGB (Red+Green+Blue) = 230+179+151=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B397 is #194C68. Grayscale: #BFBFBF. Windows color (decimal): -1657961 or 9941990. OLE color: 9941990.
HSL color Cylindrical-coordinate representation of color #E6B397: hue angle of 21.27º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6B397 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 151 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.10 |
| HSL | 21.27º | 0.61% | 0.75% | - |
| HSV(B) | 21.27º | 0.34% | 0.9% | - |
| XYZ | 54.34 | 51.3 | 36.32 | - |
| YUV | 191.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 151 | 0 | 0.22 | 0.34 | 0.10 | 21.27 | 0.61 | 0.75 |
| Hex | E6 | B3 | 97 | 0 | 16 | 22 | A | 15 | 3D | 4B |
| Octal | 346 | 263 | 227 | 0 | 26 | 42 | 12 | 25 | 75 | 113 |
| Binary | 11100110 | 10110011 | 10010111 | 0 | 10110 | 100010 | 1010 | 10101 | 111101 | 1001011 |
Color Harmonies of #E6B397
Complementary color
Monochromatic Colors of #E6B397
Black with #E6B397
Text Example
Text Example
White with #E6B397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B397; }
p { color: rgb(230,179,151); }
H1.HeaderClassName
{
color: #E6B397;
}
.AnyTagClassName
{
color: #E6B397;
}
</style>
background-color css
<style>
a { background-color: #E6B397; }
a { background-color: rgb(230,179,151); }
div.DivClassName
{
background-color: #E6B397;
}
.BgClassName
{
background-color: #E6B397;
}
</style>
border-color css
<style>
span { border-color: #E6B397; }
span { border-color: rgb(230,179,151); }
td.TdClassName
{
border-color: #E6B397;
}
.TagClassName
{
border-color: #E6B397;
}
</style>