Shades of Primrose #E5E59A
Tints of Primrose #E5E59A
RGB
CMYK
RGB Variations
Color information
#E5E59A (or 0xE5E59A) is known color: Primrose. HEX triplet: E5, E5 and 9A. RGB value is (229,229,154). Sum of RGB (Red+Green+Blue) = 229+229+154=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 229 - color contains mainly: red, green. Hex color #E5E59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E59A is #1A1A65. Grayscale: #DCDCDC. Windows color (decimal): -1710694 or 10151397. OLE color: 10151397.
HSL color Cylindrical-coordinate representation of color #E5E59A: hue angle of 60º 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 #E5E59A is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 229 | 154 | - |
CMYK | 0 | 0 | 0.33 | 0.10 |
HSL | 60º | 0.59% | 0.75% | - |
HSV(B) | 60º | 0.33% | 0.9% | - |
XYZ | 66.17 | 75.03 | 41.57 | - |
YUV | 220.45 | 90.5 | 134.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 229 | 154 | 0 | 0 | 0.33 | 0.10 | 60 | 0.59 | 0.75 |
Hex | E5 | E5 | 9A | 0 | 0 | 21 | A | 3C | 3B | 4B |
Octal | 345 | 345 | 232 | 0 | 0 | 41 | 12 | 74 | 73 | 113 |
Binary | 11100101 | 11100101 | 10011010 | 0 | 0 | 100001 | 1010 | 111100 | 111011 | 1001011 |
Color Harmonies of #E5E59A
Complementary color
Monochromatic Colors of #E5E59A
Black with #E5E59A
Text Example
Text Example
White with #E5E59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E59A; }
p { color: rgb(229,229,154); }
H1.HeaderClassName
{
color: #E5E59A;
}
.AnyTagClassName
{
color: #E5E59A;
}
</style>
background-color css
<style>
a { background-color: #E5E59A; }
a { background-color: rgb(229,229,154); }
div.DivClassName
{
background-color: #E5E59A;
}
.BgClassName
{
background-color: #E5E59A;
}
</style>
border-color css
<style>
span { border-color: #E5E59A; }
span { border-color: rgb(229,229,154); }
td.TdClassName
{
border-color: #E5E59A;
}
.TagClassName
{
border-color: #E5E59A;
}
</style>