Shades of Primrose #E5DC99
Tints of Primrose #E5DC99
RGB
CMYK
RGB Variations
Color information
#E5DC99 (or 0xE5DC99) is known color: Primrose. HEX triplet: E5, DC and 99. RGB value is (229,220,153). Sum of RGB (Red+Green+Blue) = 229+220+153=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DC99 is #1A2366. Grayscale: #D7D7D7. Windows color (decimal): -1712999 or 10083557. OLE color: 10083557.
HSL color Cylindrical-coordinate representation of color #E5DC99: hue angle of 52.89º 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 #E5DC99 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 153 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.10 |
| HSL | 52.89º | 0.59% | 0.75% | - |
| HSV(B) | 52.89º | 0.33% | 0.9% | - |
| XYZ | 63.66 | 70.14 | 40.32 | - |
| YUV | 215.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 153 | 0 | 0.04 | 0.33 | 0.10 | 52.89 | 0.59 | 0.75 |
| Hex | E5 | DC | 99 | 0 | 4 | 21 | A | 35 | 3B | 4B |
| Octal | 345 | 334 | 231 | 0 | 4 | 41 | 12 | 65 | 73 | 113 |
| Binary | 11100101 | 11011100 | 10011001 | 0 | 100 | 100001 | 1010 | 110101 | 111011 | 1001011 |
Color Harmonies of #E5DC99
Complementary color
Monochromatic Colors of #E5DC99
Black with #E5DC99
Text Example
Text Example
White with #E5DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC99; }
p { color: rgb(229,220,153); }
H1.HeaderClassName
{
color: #E5DC99;
}
.AnyTagClassName
{
color: #E5DC99;
}
</style>
background-color css
<style>
a { background-color: #E5DC99; }
a { background-color: rgb(229,220,153); }
div.DivClassName
{
background-color: #E5DC99;
}
.BgClassName
{
background-color: #E5DC99;
}
</style>
border-color css
<style>
span { border-color: #E5DC99; }
span { border-color: rgb(229,220,153); }
td.TdClassName
{
border-color: #E5DC99;
}
.TagClassName
{
border-color: #E5DC99;
}
</style>