Shades of Primrose #E5E491
Tints of Primrose #E5E491
RGB
CMYK
RGB Variations
Color information
#E5E491 (or 0xE5E491) is known color: Primrose. HEX triplet: E5, E4 and 91. RGB value is (229,228,145). Sum of RGB (Red+Green+Blue) = 229+228+145=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 145 (57.03% from 255 or 24.09% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E491 is #1A1B6E. Grayscale: #DBDBDB. Windows color (decimal): -1710959 or 9561317. OLE color: 9561317.
HSL color Cylindrical-coordinate representation of color #E5E491: hue angle of 59.29º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5E491 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 145 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.10 |
| HSL | 59.29º | 0.62% | 0.73% | - |
| HSV(B) | 59.29º | 0.37% | 0.9% | - |
| XYZ | 65.17 | 74.19 | 37.67 | - |
| YUV | 218.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 145 | 0 | 0.00 | 0.37 | 0.10 | 59.29 | 0.62 | 0.73 |
| Hex | E5 | E4 | 91 | 0 | 0 | 25 | A | 3B | 3E | 49 |
| Octal | 345 | 344 | 221 | 0 | 0 | 45 | 12 | 73 | 76 | 111 |
| Binary | 11100101 | 11100100 | 10010001 | 0 | 0 | 100101 | 1010 | 111011 | 111110 | 1001001 |
Color Harmonies of #E5E491
Complementary color
Monochromatic Colors of #E5E491
Black with #E5E491
Text Example
Text Example
White with #E5E491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E491; }
p { color: rgb(229,228,145); }
H1.HeaderClassName
{
color: #E5E491;
}
.AnyTagClassName
{
color: #E5E491;
}
</style>
background-color css
<style>
a { background-color: #E5E491; }
a { background-color: rgb(229,228,145); }
div.DivClassName
{
background-color: #E5E491;
}
.BgClassName
{
background-color: #E5E491;
}
</style>
border-color css
<style>
span { border-color: #E5E491; }
span { border-color: rgb(229,228,145); }
td.TdClassName
{
border-color: #E5E491;
}
.TagClassName
{
border-color: #E5E491;
}
</style>