Shades of Primrose #E7E199
Tints of Primrose #E7E199
RGB
CMYK
RGB Variations
Color information
#E7E199 (or 0xE7E199) is known color: Primrose. HEX triplet: E7, E1 and 99. RGB value is (231,225,153). Sum of RGB (Red+Green+Blue) = 231+225+153=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E199 is #181E66. Grayscale: #DADADA. Windows color (decimal): -1580647 or 10084839. OLE color: 10084839.
HSL color Cylindrical-coordinate representation of color #E7E199: hue angle of 55.38º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E7E199 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 153 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.09 |
| HSL | 55.38º | 0.62% | 0.75% | - |
| HSV(B) | 55.38º | 0.34% | 0.91% | - |
| XYZ | 65.63 | 73.14 | 40.8 | - |
| YUV | 218.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 153 | 0 | 0.03 | 0.34 | 0.09 | 55.38 | 0.62 | 0.75 |
| Hex | E7 | E1 | 99 | 0 | 3 | 22 | 9 | 37 | 3E | 4B |
| Octal | 347 | 341 | 231 | 0 | 3 | 42 | 11 | 67 | 76 | 113 |
| Binary | 11100111 | 11100001 | 10011001 | 0 | 11 | 100010 | 1001 | 110111 | 111110 | 1001011 |
Color Harmonies of #E7E199
Complementary color
Monochromatic Colors of #E7E199
Black with #E7E199
Text Example
Text Example
White with #E7E199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E199; }
p { color: rgb(231,225,153); }
H1.HeaderClassName
{
color: #E7E199;
}
.AnyTagClassName
{
color: #E7E199;
}
</style>
background-color css
<style>
a { background-color: #E7E199; }
a { background-color: rgb(231,225,153); }
div.DivClassName
{
background-color: #E7E199;
}
.BgClassName
{
background-color: #E7E199;
}
</style>
border-color css
<style>
span { border-color: #E7E199; }
span { border-color: rgb(231,225,153); }
td.TdClassName
{
border-color: #E7E199;
}
.TagClassName
{
border-color: #E7E199;
}
</style>