Shades of Primrose #E5E191
Tints of Primrose #E5E191
RGB
CMYK
RGB Variations
Color information
#E5E191 (or 0xE5E191) is known color: Primrose. HEX triplet: E5, E1 and 91. RGB value is (229,225,145). Sum of RGB (Red+Green+Blue) = 229+225+145=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E191 is #1A1E6E. Grayscale: #D9D9D9. Windows color (decimal): -1711727 or 9560549. OLE color: 9560549.
HSL color Cylindrical-coordinate representation of color #E5E191: hue angle of 57.14º 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 #E5E191 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 225 | 145 | - |
CMYK | 0 | 0.02 | 0.37 | 0.10 |
HSL | 57.14º | 0.62% | 0.73% | - |
HSV(B) | 57.14º | 0.37% | 0.9% | - |
XYZ | 64.35 | 72.55 | 37.4 | - |
YUV | 217.08 | 87.33 | 136.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 225 | 145 | 0 | 0.02 | 0.37 | 0.10 | 57.14 | 0.62 | 0.73 |
Hex | E5 | E1 | 91 | 0 | 2 | 25 | A | 39 | 3E | 49 |
Octal | 345 | 341 | 221 | 0 | 2 | 45 | 12 | 71 | 76 | 111 |
Binary | 11100101 | 11100001 | 10010001 | 0 | 10 | 100101 | 1010 | 111001 | 111110 | 1001001 |
Color Harmonies of #E5E191
Complementary color
Monochromatic Colors of #E5E191
Black with #E5E191
Text Example
Text Example
White with #E5E191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E191; }
p { color: rgb(229,225,145); }
H1.HeaderClassName
{
color: #E5E191;
}
.AnyTagClassName
{
color: #E5E191;
}
</style>
background-color css
<style>
a { background-color: #E5E191; }
a { background-color: rgb(229,225,145); }
div.DivClassName
{
background-color: #E5E191;
}
.BgClassName
{
background-color: #E5E191;
}
</style>
border-color css
<style>
span { border-color: #E5E191; }
span { border-color: rgb(229,225,145); }
td.TdClassName
{
border-color: #E5E191;
}
.TagClassName
{
border-color: #E5E191;
}
</style>