Shades of Primrose #E5E09A
Tints of Primrose #E5E09A
RGB
CMYK
RGB Variations
Color information
#E5E09A (or 0xE5E09A) is known color: Primrose. HEX triplet: E5, E0 and 9A. RGB value is (229,224,154). Sum of RGB (Red+Green+Blue) = 229+224+154=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E09A is #1A1F65. Grayscale: #D9D9D9. Windows color (decimal): -1711974 or 10150117. OLE color: 10150117.
HSL color Cylindrical-coordinate representation of color #E5E09A: hue angle of 56º 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 #E5E09A is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 154 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.10 |
| HSL | 56º | 0.59% | 0.75% | - |
| HSV(B) | 56º | 0.33% | 0.9% | - |
| XYZ | 64.8 | 72.3 | 41.11 | - |
| YUV | 217.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 154 | 0 | 0.02 | 0.33 | 0.10 | 56 | 0.59 | 0.75 |
| Hex | E5 | E0 | 9A | 0 | 2 | 21 | A | 38 | 3B | 4B |
| Octal | 345 | 340 | 232 | 0 | 2 | 41 | 12 | 70 | 73 | 113 |
| Binary | 11100101 | 11100000 | 10011010 | 0 | 10 | 100001 | 1010 | 111000 | 111011 | 1001011 |
Color Harmonies of #E5E09A
Complementary color
Monochromatic Colors of #E5E09A
Black with #E5E09A
Text Example
Text Example
White with #E5E09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E09A; }
p { color: rgb(229,224,154); }
H1.HeaderClassName
{
color: #E5E09A;
}
.AnyTagClassName
{
color: #E5E09A;
}
</style>
background-color css
<style>
a { background-color: #E5E09A; }
a { background-color: rgb(229,224,154); }
div.DivClassName
{
background-color: #E5E09A;
}
.BgClassName
{
background-color: #E5E09A;
}
</style>
border-color css
<style>
span { border-color: #E5E09A; }
span { border-color: rgb(229,224,154); }
td.TdClassName
{
border-color: #E5E09A;
}
.TagClassName
{
border-color: #E5E09A;
}
</style>