Shades of Primrose #E5E791
Tints of Primrose #E5E791
RGB
CMYK
RGB Variations
Color information
#E5E791 (or 0xE5E791) is known color: Primrose. HEX triplet: E5, E7 and 91. RGB value is (229,231,145). Sum of RGB (Red+Green+Blue) = 229+231+145=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E791 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E791 is #1A186E. Grayscale: #DCDCDC. Windows color (decimal): -1710191 or 9562085. OLE color: 9562085.
HSL color Cylindrical-coordinate representation of color #E5E791: hue angle of 61.4º 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 #E5E791 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 231 | 145 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.09 |
| HSL | 61.4º | 0.64% | 0.74% | - |
| HSV(B) | 61.4º | 0.37% | 0.91% | - |
| XYZ | 66 | 75.85 | 37.95 | - |
| YUV | 220.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 231 | 145 | 0.01 | 0 | 0.37 | 0.09 | 61.4 | 0.64 | 0.74 |
| Hex | E5 | E7 | 91 | 1 | 0 | 25 | 9 | 3D | 40 | 4A |
| Octal | 345 | 347 | 221 | 1 | 0 | 45 | 11 | 75 | 100 | 112 |
| Binary | 11100101 | 11100111 | 10010001 | 1 | 0 | 100101 | 1001 | 111101 | 1000000 | 1001010 |
Color Harmonies of #E5E791
Complementary color
Monochromatic Colors of #E5E791
Black with #E5E791
Text Example
Text Example
White with #E5E791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E791; }
p { color: rgb(229,231,145); }
H1.HeaderClassName
{
color: #E5E791;
}
.AnyTagClassName
{
color: #E5E791;
}
</style>
background-color css
<style>
a { background-color: #E5E791; }
a { background-color: rgb(229,231,145); }
div.DivClassName
{
background-color: #E5E791;
}
.BgClassName
{
background-color: #E5E791;
}
</style>
border-color css
<style>
span { border-color: #E5E791; }
span { border-color: rgb(229,231,145); }
td.TdClassName
{
border-color: #E5E791;
}
.TagClassName
{
border-color: #E5E791;
}
</style>