Shades of Wax Flower #E1B19B
Tints of Wax Flower #E1B19B
RGB
CMYK
RGB Variations
Color information
#E1B19B (or 0xE1B19B) is known color: Wax Flower. HEX triplet: E1, B1 and 9B. RGB value is (225,177,155). Sum of RGB (Red+Green+Blue) = 225+177+155=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B19B is #1E4E64. Grayscale: #BCBCBC. Windows color (decimal): -1986149 or 10203617. OLE color: 10203617.
HSL color Cylindrical-coordinate representation of color #E1B19B: hue angle of 18.86º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1B19B is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 177 | 155 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.12 |
| HSL | 18.86º | 0.54% | 0.75% | - |
| HSV(B) | 18.86º | 0.31% | 0.88% | - |
| XYZ | 52.69 | 49.82 | 37.85 | - |
| YUV | 188.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 155 | 0 | 0.21 | 0.31 | 0.12 | 18.86 | 0.54 | 0.75 |
| Hex | E1 | B1 | 9B | 0 | 15 | 1F | C | 13 | 36 | 4B |
| Octal | 341 | 261 | 233 | 0 | 25 | 37 | 14 | 23 | 66 | 113 |
| Binary | 11100001 | 10110001 | 10011011 | 0 | 10101 | 11111 | 1100 | 10011 | 110110 | 1001011 |
Color Harmonies of #E1B19B
Complementary color
Monochromatic Colors of #E1B19B
Black with #E1B19B
Text Example
Text Example
White with #E1B19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B19B; }
p { color: rgb(225,177,155); }
H1.HeaderClassName
{
color: #E1B19B;
}
.AnyTagClassName
{
color: #E1B19B;
}
</style>
background-color css
<style>
a { background-color: #E1B19B; }
a { background-color: rgb(225,177,155); }
div.DivClassName
{
background-color: #E1B19B;
}
.BgClassName
{
background-color: #E1B19B;
}
</style>
border-color css
<style>
span { border-color: #E1B19B; }
span { border-color: rgb(225,177,155); }
td.TdClassName
{
border-color: #E1B19B;
}
.TagClassName
{
border-color: #E1B19B;
}
</style>