Shades of Primrose #E7E591
Tints of Primrose #E7E591
RGB
CMYK
RGB Variations
Color information
#E7E591 (or 0xE7E591) is known color: Primrose. HEX triplet: E7, E5 and 91. RGB value is (231,229,145). Sum of RGB (Red+Green+Blue) = 231+229+145=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E591 is #181A6E. Grayscale: #DCDCDC. Windows color (decimal): -1579631 or 9561575. OLE color: 9561575.
HSL color Cylindrical-coordinate representation of color #E7E591: hue angle of 58.6º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7E591 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 145 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.09 |
| HSL | 58.6º | 0.64% | 0.74% | - |
| HSV(B) | 58.6º | 0.37% | 0.91% | - |
| XYZ | 66.09 | 75.07 | 37.8 | - |
| YUV | 220.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 145 | 0 | 0.01 | 0.37 | 0.09 | 58.6 | 0.64 | 0.74 |
| Hex | E7 | E5 | 91 | 0 | 1 | 25 | 9 | 3B | 40 | 4A |
| Octal | 347 | 345 | 221 | 0 | 1 | 45 | 11 | 73 | 100 | 112 |
| Binary | 11100111 | 11100101 | 10010001 | 0 | 1 | 100101 | 1001 | 111011 | 1000000 | 1001010 |
Color Harmonies of #E7E591
Complementary color
Monochromatic Colors of #E7E591
Black with #E7E591
Text Example
Text Example
White with #E7E591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E591; }
p { color: rgb(231,229,145); }
H1.HeaderClassName
{
color: #E7E591;
}
.AnyTagClassName
{
color: #E7E591;
}
</style>
background-color css
<style>
a { background-color: #E7E591; }
a { background-color: rgb(231,229,145); }
div.DivClassName
{
background-color: #E7E591;
}
.BgClassName
{
background-color: #E7E591;
}
</style>
border-color css
<style>
span { border-color: #E7E591; }
span { border-color: rgb(231,229,145); }
td.TdClassName
{
border-color: #E7E591;
}
.TagClassName
{
border-color: #E7E591;
}
</style>