Shades of Primrose #E5DD8A
Tints of Primrose #E5DD8A
RGB
CMYK
RGB Variations
Color information
#E5DD8A (or 0xE5DD8A) is known color: Primrose. HEX triplet: E5, DD and 8A. RGB value is (229,221,138). Sum of RGB (Red+Green+Blue) = 229+221+138=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DD8A is #1A2275. Grayscale: #D6D6D6. Windows color (decimal): -1712758 or 9100773. OLE color: 9100773.
HSL color Cylindrical-coordinate representation of color #E5DD8A: hue angle of 54.73º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5DD8A is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 138 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.10 |
| HSL | 54.73º | 0.64% | 0.72% | - |
| HSV(B) | 54.73º | 0.4% | 0.9% | - |
| XYZ | 62.76 | 70.21 | 34.29 | - |
| YUV | 213.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 138 | 0 | 0.03 | 0.40 | 0.10 | 54.73 | 0.64 | 0.72 |
| Hex | E5 | DD | 8A | 0 | 3 | 28 | A | 37 | 40 | 48 |
| Octal | 345 | 335 | 212 | 0 | 3 | 50 | 12 | 67 | 100 | 110 |
| Binary | 11100101 | 11011101 | 10001010 | 0 | 11 | 101000 | 1010 | 110111 | 1000000 | 1001000 |
Color Harmonies of #E5DD8A
Complementary color
Monochromatic Colors of #E5DD8A
Black with #E5DD8A
Text Example
Text Example
White with #E5DD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD8A; }
p { color: rgb(229,221,138); }
H1.HeaderClassName
{
color: #E5DD8A;
}
.AnyTagClassName
{
color: #E5DD8A;
}
</style>
background-color css
<style>
a { background-color: #E5DD8A; }
a { background-color: rgb(229,221,138); }
div.DivClassName
{
background-color: #E5DD8A;
}
.BgClassName
{
background-color: #E5DD8A;
}
</style>
border-color css
<style>
span { border-color: #E5DD8A; }
span { border-color: rgb(229,221,138); }
td.TdClassName
{
border-color: #E5DD8A;
}
.TagClassName
{
border-color: #E5DD8A;
}
</style>