Shades of Primrose #E5E490
Tints of Primrose #E5E490
RGB
CMYK
RGB Variations
Color information
#E5E490 (or 0xE5E490) is known color: Primrose. HEX triplet: E5, E4 and 90. RGB value is (229,228,144). Sum of RGB (Red+Green+Blue) = 229+228+144=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E490 is #1A1B6F. Grayscale: #DBDBDB. Windows color (decimal): -1710960 or 9495781. OLE color: 9495781.
HSL color Cylindrical-coordinate representation of color #E5E490: 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 #E5E490 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 144 | - |
| 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.09 | 74.16 | 37.27 | - |
| YUV | 218.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 144 | 0 | 0.00 | 0.37 | 0.10 | 59.29 | 0.62 | 0.73 |
| Hex | E5 | E4 | 90 | 0 | 0 | 25 | A | 3B | 3E | 49 |
| Octal | 345 | 344 | 220 | 0 | 0 | 45 | 12 | 73 | 76 | 111 |
| Binary | 11100101 | 11100100 | 10010000 | 0 | 0 | 100101 | 1010 | 111011 | 111110 | 1001001 |
Color Harmonies of #E5E490
Complementary color
Monochromatic Colors of #E5E490
Black with #E5E490
Text Example
Text Example
White with #E5E490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E490; }
p { color: rgb(229,228,144); }
H1.HeaderClassName
{
color: #E5E490;
}
.AnyTagClassName
{
color: #E5E490;
}
</style>
background-color css
<style>
a { background-color: #E5E490; }
a { background-color: rgb(229,228,144); }
div.DivClassName
{
background-color: #E5E490;
}
.BgClassName
{
background-color: #E5E490;
}
</style>
border-color css
<style>
span { border-color: #E5E490; }
span { border-color: rgb(229,228,144); }
td.TdClassName
{
border-color: #E5E490;
}
.TagClassName
{
border-color: #E5E490;
}
</style>