Shades of Primrose #E1E59A
Tints of Primrose #E1E59A
RGB
CMYK
RGB Variations
Color information
#E1E59A (or 0xE1E59A) is known color: Primrose. HEX triplet: E1, E5 and 9A. RGB value is (225,229,154). Sum of RGB (Red+Green+Blue) = 225+229+154=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E59A is #1E1A65. Grayscale: #DBDBDB. Windows color (decimal): -1972838 or 10151393. OLE color: 10151393.
HSL color Cylindrical-coordinate representation of color #E1E59A: hue angle of 63.2º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1E59A is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 154 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.10 |
| HSL | 63.2º | 0.59% | 0.75% | - |
| HSV(B) | 63.2º | 0.33% | 0.9% | - |
| XYZ | 64.9 | 74.38 | 41.51 | - |
| YUV | 219.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 154 | 0.02 | 0 | 0.33 | 0.10 | 63.2 | 0.59 | 0.75 |
| Hex | E1 | E5 | 9A | 2 | 0 | 21 | A | 3F | 3B | 4B |
| Octal | 341 | 345 | 232 | 2 | 0 | 41 | 12 | 77 | 73 | 113 |
| Binary | 11100001 | 11100101 | 10011010 | 10 | 0 | 100001 | 1010 | 111111 | 111011 | 1001011 |
Color Harmonies of #E1E59A
Complementary color
Monochromatic Colors of #E1E59A
Black with #E1E59A
Text Example
Text Example
White with #E1E59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E59A; }
p { color: rgb(225,229,154); }
H1.HeaderClassName
{
color: #E1E59A;
}
.AnyTagClassName
{
color: #E1E59A;
}
</style>
background-color css
<style>
a { background-color: #E1E59A; }
a { background-color: rgb(225,229,154); }
div.DivClassName
{
background-color: #E1E59A;
}
.BgClassName
{
background-color: #E1E59A;
}
</style>
border-color css
<style>
span { border-color: #E1E59A; }
span { border-color: rgb(225,229,154); }
td.TdClassName
{
border-color: #E1E59A;
}
.TagClassName
{
border-color: #E1E59A;
}
</style>