Shades of Primrose #E5D58E
Tints of Primrose #E5D58E
RGB
CMYK
RGB Variations
Color information
#E5D58E (or 0xE5D58E) is known color: Primrose. HEX triplet: E5, D5 and 8E. RGB value is (229,213,142). Sum of RGB (Red+Green+Blue) = 229+213+142=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D58E is #1A2A71. Grayscale: #D1D1D1. Windows color (decimal): -1714802 or 9360869. OLE color: 9360869.
HSL color Cylindrical-coordinate representation of color #E5D58E: hue angle of 48.97º 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 #E5D58E is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 142 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.10 |
| HSL | 48.97º | 0.63% | 0.73% | - |
| HSV(B) | 48.97º | 0.38% | 0.9% | - |
| XYZ | 60.99 | 66.2 | 35.15 | - |
| YUV | 209.69 | 89.8 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 142 | 0 | 0.07 | 0.38 | 0.10 | 48.97 | 0.63 | 0.73 |
| Hex | E5 | D5 | 8E | 0 | 7 | 26 | A | 31 | 3F | 49 |
| Octal | 345 | 325 | 216 | 0 | 7 | 46 | 12 | 61 | 77 | 111 |
| Binary | 11100101 | 11010101 | 10001110 | 0 | 111 | 100110 | 1010 | 110001 | 111111 | 1001001 |
Color Harmonies of #E5D58E
Complementary color
Monochromatic Colors of #E5D58E
Black with #E5D58E
Text Example
Text Example
White with #E5D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D58E; }
p { color: rgb(229,213,142); }
H1.HeaderClassName
{
color: #E5D58E;
}
.AnyTagClassName
{
color: #E5D58E;
}
</style>
background-color css
<style>
a { background-color: #E5D58E; }
a { background-color: rgb(229,213,142); }
div.DivClassName
{
background-color: #E5D58E;
}
.BgClassName
{
background-color: #E5D58E;
}
</style>
border-color css
<style>
span { border-color: #E5D58E; }
span { border-color: rgb(229,213,142); }
td.TdClassName
{
border-color: #E5D58E;
}
.TagClassName
{
border-color: #E5D58E;
}
</style>