Shades of Primrose #E5E29C
Tints of Primrose #E5E29C
RGB
CMYK
RGB Variations
Color information
#E5E29C (or 0xE5E29C) is known color: Primrose. HEX triplet: E5, E2 and 9C. RGB value is (229,226,156). Sum of RGB (Red+Green+Blue) = 229+226+156=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E29C is #1A1D63. Grayscale: #DBDBDB. Windows color (decimal): -1711460 or 10281701. OLE color: 10281701.
HSL color Cylindrical-coordinate representation of color #E5E29C: hue angle of 57.53º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5E29C is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 156 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.10 |
| HSL | 57.53º | 0.58% | 0.75% | - |
| HSV(B) | 57.53º | 0.32% | 0.9% | - |
| XYZ | 65.51 | 73.45 | 42.18 | - |
| YUV | 218.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 156 | 0 | 0.01 | 0.32 | 0.10 | 57.53 | 0.58 | 0.75 |
| Hex | E5 | E2 | 9C | 0 | 1 | 20 | A | 3A | 3A | 4B |
| Octal | 345 | 342 | 234 | 0 | 1 | 40 | 12 | 72 | 72 | 113 |
| Binary | 11100101 | 11100010 | 10011100 | 0 | 1 | 100000 | 1010 | 111010 | 111010 | 1001011 |
Color Harmonies of #E5E29C
Complementary color
Monochromatic Colors of #E5E29C
Black with #E5E29C
Text Example
Text Example
White with #E5E29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E29C; }
p { color: rgb(229,226,156); }
H1.HeaderClassName
{
color: #E5E29C;
}
.AnyTagClassName
{
color: #E5E29C;
}
</style>
background-color css
<style>
a { background-color: #E5E29C; }
a { background-color: rgb(229,226,156); }
div.DivClassName
{
background-color: #E5E29C;
}
.BgClassName
{
background-color: #E5E29C;
}
</style>
border-color css
<style>
span { border-color: #E5E29C; }
span { border-color: rgb(229,226,156); }
td.TdClassName
{
border-color: #E5E29C;
}
.TagClassName
{
border-color: #E5E29C;
}
</style>