Shades of Primrose #E5D999
Tints of Primrose #E5D999
RGB
CMYK
RGB Variations
Color information
#E5D999 (or 0xE5D999) is known color: Primrose. HEX triplet: E5, D9 and 99. RGB value is (229,217,153). Sum of RGB (Red+Green+Blue) = 229+217+153=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D999 is #1A2666. Grayscale: #D5D5D5. Windows color (decimal): -1713767 or 10082789. OLE color: 10082789.
HSL color Cylindrical-coordinate representation of color #E5D999: hue angle of 50.53º 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 #E5D999 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 153 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.10 |
| HSL | 50.53º | 0.59% | 0.75% | - |
| HSV(B) | 50.53º | 0.33% | 0.9% | - |
| XYZ | 62.88 | 68.58 | 40.06 | - |
| YUV | 213.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 153 | 0 | 0.05 | 0.33 | 0.10 | 50.53 | 0.59 | 0.75 |
| Hex | E5 | D9 | 99 | 0 | 5 | 21 | A | 33 | 3B | 4B |
| Octal | 345 | 331 | 231 | 0 | 5 | 41 | 12 | 63 | 73 | 113 |
| Binary | 11100101 | 11011001 | 10011001 | 0 | 101 | 100001 | 1010 | 110011 | 111011 | 1001011 |
Color Harmonies of #E5D999
Complementary color
Monochromatic Colors of #E5D999
Black with #E5D999
Text Example
Text Example
White with #E5D999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D999; }
p { color: rgb(229,217,153); }
H1.HeaderClassName
{
color: #E5D999;
}
.AnyTagClassName
{
color: #E5D999;
}
</style>
background-color css
<style>
a { background-color: #E5D999; }
a { background-color: rgb(229,217,153); }
div.DivClassName
{
background-color: #E5D999;
}
.BgClassName
{
background-color: #E5D999;
}
</style>
border-color css
<style>
span { border-color: #E5D999; }
span { border-color: rgb(229,217,153); }
td.TdClassName
{
border-color: #E5D999;
}
.TagClassName
{
border-color: #E5D999;
}
</style>