Shades of Primrose #E5E08D
Tints of Primrose #E5E08D
RGB
CMYK
RGB Variations
Color information
#E5E08D (or 0xE5E08D) is known color: Primrose. HEX triplet: E5, E0 and 8D. RGB value is (229,224,141). Sum of RGB (Red+Green+Blue) = 229+224+141=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E08D is #1A1F72. Grayscale: #D8D8D8. Windows color (decimal): -1711987 or 9298149. OLE color: 9298149.
HSL color Cylindrical-coordinate representation of color #E5E08D: hue angle of 56.59º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5E08D is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 141 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.10 |
| HSL | 56.59º | 0.63% | 0.73% | - |
| HSV(B) | 56.59º | 0.38% | 0.9% | - |
| XYZ | 63.78 | 71.89 | 35.71 | - |
| YUV | 216.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 141 | 0 | 0.02 | 0.38 | 0.10 | 56.59 | 0.63 | 0.73 |
| Hex | E5 | E0 | 8D | 0 | 2 | 26 | A | 39 | 3F | 49 |
| Octal | 345 | 340 | 215 | 0 | 2 | 46 | 12 | 71 | 77 | 111 |
| Binary | 11100101 | 11100000 | 10001101 | 0 | 10 | 100110 | 1010 | 111001 | 111111 | 1001001 |
Color Harmonies of #E5E08D
Complementary color
Monochromatic Colors of #E5E08D
Black with #E5E08D
Text Example
Text Example
White with #E5E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E08D; }
p { color: rgb(229,224,141); }
H1.HeaderClassName
{
color: #E5E08D;
}
.AnyTagClassName
{
color: #E5E08D;
}
</style>
background-color css
<style>
a { background-color: #E5E08D; }
a { background-color: rgb(229,224,141); }
div.DivClassName
{
background-color: #E5E08D;
}
.BgClassName
{
background-color: #E5E08D;
}
</style>
border-color css
<style>
span { border-color: #E5E08D; }
span { border-color: rgb(229,224,141); }
td.TdClassName
{
border-color: #E5E08D;
}
.TagClassName
{
border-color: #E5E08D;
}
</style>