Shades of Primrose #E5DD99
Tints of Primrose #E5DD99
RGB
CMYK
RGB Variations
Color information
#E5DD99 (or 0xE5DD99) is known color: Primrose. HEX triplet: E5, DD and 99. RGB value is (229,221,153). Sum of RGB (Red+Green+Blue) = 229+221+153=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DD99 is #1A2266. Grayscale: #D7D7D7. Windows color (decimal): -1712743 or 10083813. OLE color: 10083813.
HSL color Cylindrical-coordinate representation of color #E5DD99: hue angle of 53.68º 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 #E5DD99 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 153 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.10 |
| HSL | 53.68º | 0.59% | 0.75% | - |
| HSV(B) | 53.68º | 0.33% | 0.9% | - |
| XYZ | 63.92 | 70.67 | 40.41 | - |
| YUV | 215.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 153 | 0 | 0.03 | 0.33 | 0.10 | 53.68 | 0.59 | 0.75 |
| Hex | E5 | DD | 99 | 0 | 3 | 21 | A | 36 | 3B | 4B |
| Octal | 345 | 335 | 231 | 0 | 3 | 41 | 12 | 66 | 73 | 113 |
| Binary | 11100101 | 11011101 | 10011001 | 0 | 11 | 100001 | 1010 | 110110 | 111011 | 1001011 |
Color Harmonies of #E5DD99
Complementary color
Monochromatic Colors of #E5DD99
Black with #E5DD99
Text Example
Text Example
White with #E5DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD99; }
p { color: rgb(229,221,153); }
H1.HeaderClassName
{
color: #E5DD99;
}
.AnyTagClassName
{
color: #E5DD99;
}
</style>
background-color css
<style>
a { background-color: #E5DD99; }
a { background-color: rgb(229,221,153); }
div.DivClassName
{
background-color: #E5DD99;
}
.BgClassName
{
background-color: #E5DD99;
}
</style>
border-color css
<style>
span { border-color: #E5DD99; }
span { border-color: rgb(229,221,153); }
td.TdClassName
{
border-color: #E5DD99;
}
.TagClassName
{
border-color: #E5DD99;
}
</style>