Shades of Primrose #E5E199
Tints of Primrose #E5E199
RGB
CMYK
RGB Variations
Color information
#E5E199 (or 0xE5E199) is known color: Primrose. HEX triplet: E5, E1 and 99. RGB value is (229,225,153). Sum of RGB (Red+Green+Blue) = 229+225+153=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E199 is #1A1E66. Grayscale: #DADADA. Windows color (decimal): -1711719 or 10084837. OLE color: 10084837.
HSL color Cylindrical-coordinate representation of color #E5E199: hue angle of 56.84º 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 #E5E199 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 153 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.10 |
| HSL | 56.84º | 0.59% | 0.75% | - |
| HSV(B) | 56.84º | 0.33% | 0.9% | - |
| XYZ | 64.99 | 72.81 | 40.77 | - |
| YUV | 217.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 153 | 0 | 0.02 | 0.33 | 0.10 | 56.84 | 0.59 | 0.75 |
| Hex | E5 | E1 | 99 | 0 | 2 | 21 | A | 39 | 3B | 4B |
| Octal | 345 | 341 | 231 | 0 | 2 | 41 | 12 | 71 | 73 | 113 |
| Binary | 11100101 | 11100001 | 10011001 | 0 | 10 | 100001 | 1010 | 111001 | 111011 | 1001011 |
Color Harmonies of #E5E199
Complementary color
Monochromatic Colors of #E5E199
Black with #E5E199
Text Example
Text Example
White with #E5E199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E199; }
p { color: rgb(229,225,153); }
H1.HeaderClassName
{
color: #E5E199;
}
.AnyTagClassName
{
color: #E5E199;
}
</style>
background-color css
<style>
a { background-color: #E5E199; }
a { background-color: rgb(229,225,153); }
div.DivClassName
{
background-color: #E5E199;
}
.BgClassName
{
background-color: #E5E199;
}
</style>
border-color css
<style>
span { border-color: #E5E199; }
span { border-color: rgb(229,225,153); }
td.TdClassName
{
border-color: #E5E199;
}
.TagClassName
{
border-color: #E5E199;
}
</style>