Shades of Primrose #E5E19A
Tints of Primrose #E5E19A
RGB
CMYK
RGB Variations
Color information
#E5E19A (or 0xE5E19A) is known color: Primrose. HEX triplet: E5, E1 and 9A. RGB value is (229,225,154). Sum of RGB (Red+Green+Blue) = 229+225+154=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E19A is #1A1E65. Grayscale: #DADADA. Windows color (decimal): -1711718 or 10150373. OLE color: 10150373.
HSL color Cylindrical-coordinate representation of color #E5E19A: hue angle of 56.8º 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 #E5E19A is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 154 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.10 |
| HSL | 56.8º | 0.59% | 0.75% | - |
| HSV(B) | 56.8º | 0.33% | 0.9% | - |
| XYZ | 65.07 | 72.84 | 41.2 | - |
| YUV | 218.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 154 | 0 | 0.02 | 0.33 | 0.10 | 56.8 | 0.59 | 0.75 |
| Hex | E5 | E1 | 9A | 0 | 2 | 21 | A | 39 | 3B | 4B |
| Octal | 345 | 341 | 232 | 0 | 2 | 41 | 12 | 71 | 73 | 113 |
| Binary | 11100101 | 11100001 | 10011010 | 0 | 10 | 100001 | 1010 | 111001 | 111011 | 1001011 |
Color Harmonies of #E5E19A
Complementary color
Monochromatic Colors of #E5E19A
Black with #E5E19A
Text Example
Text Example
White with #E5E19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E19A; }
p { color: rgb(229,225,154); }
H1.HeaderClassName
{
color: #E5E19A;
}
.AnyTagClassName
{
color: #E5E19A;
}
</style>
background-color css
<style>
a { background-color: #E5E19A; }
a { background-color: rgb(229,225,154); }
div.DivClassName
{
background-color: #E5E19A;
}
.BgClassName
{
background-color: #E5E19A;
}
</style>
border-color css
<style>
span { border-color: #E5E19A; }
span { border-color: rgb(229,225,154); }
td.TdClassName
{
border-color: #E5E19A;
}
.TagClassName
{
border-color: #E5E19A;
}
</style>