Shades of Primrose #E7E499
Tints of Primrose #E7E499
RGB
CMYK
RGB Variations
Color information
#E7E499 (or 0xE7E499) is known color: Primrose. HEX triplet: E7, E4 and 99. RGB value is (231,228,153). Sum of RGB (Red+Green+Blue) = 231+228+153=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E499 is #181B66. Grayscale: #DCDCDC. Windows color (decimal): -1579879 or 10085607. OLE color: 10085607.
HSL color Cylindrical-coordinate representation of color #E7E499: hue angle of 57.69º 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 #E7E499 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 153 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.09 |
| HSL | 57.69º | 0.62% | 0.75% | - |
| HSV(B) | 57.69º | 0.34% | 0.91% | - |
| XYZ | 66.45 | 74.78 | 41.07 | - |
| YUV | 220.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 153 | 0 | 0.01 | 0.34 | 0.09 | 57.69 | 0.62 | 0.75 |
| Hex | E7 | E4 | 99 | 0 | 1 | 22 | 9 | 3A | 3E | 4B |
| Octal | 347 | 344 | 231 | 0 | 1 | 42 | 11 | 72 | 76 | 113 |
| Binary | 11100111 | 11100100 | 10011001 | 0 | 1 | 100010 | 1001 | 111010 | 111110 | 1001011 |
Color Harmonies of #E7E499
Complementary color
Monochromatic Colors of #E7E499
Black with #E7E499
Text Example
Text Example
White with #E7E499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E499; }
p { color: rgb(231,228,153); }
H1.HeaderClassName
{
color: #E7E499;
}
.AnyTagClassName
{
color: #E7E499;
}
</style>
background-color css
<style>
a { background-color: #E7E499; }
a { background-color: rgb(231,228,153); }
div.DivClassName
{
background-color: #E7E499;
}
.BgClassName
{
background-color: #E7E499;
}
</style>
border-color css
<style>
span { border-color: #E7E499; }
span { border-color: rgb(231,228,153); }
td.TdClassName
{
border-color: #E7E499;
}
.TagClassName
{
border-color: #E7E499;
}
</style>