Shades of Primrose #E0D983
Tints of Primrose #E0D983
RGB
CMYK
RGB Variations
Color information
#E0D983 (or 0xE0D983) is known color: Primrose. HEX triplet: E0, D9 and 83. RGB value is (224,217,131). Sum of RGB (Red+Green+Blue) = 224+217+131=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 131 (51.56% from 255 or 22.90% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D983 is #1F267C. Grayscale: #D1D1D1. Windows color (decimal): -2041469 or 8640992. OLE color: 8640992.
HSL color Cylindrical-coordinate representation of color #E0D983: hue angle of 55.48º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0D983 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 131 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.12 |
| HSL | 55.48º | 0.6% | 0.7% | - |
| HSV(B) | 55.48º | 0.42% | 0.88% | - |
| XYZ | 59.65 | 67.11 | 31.28 | - |
| YUV | 209.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 131 | 0 | 0.03 | 0.42 | 0.12 | 55.48 | 0.6 | 0.7 |
| Hex | E0 | D9 | 83 | 0 | 3 | 2A | C | 37 | 3C | 46 |
| Octal | 340 | 331 | 203 | 0 | 3 | 52 | 14 | 67 | 74 | 106 |
| Binary | 11100000 | 11011001 | 10000011 | 0 | 11 | 101010 | 1100 | 110111 | 111100 | 1000110 |
Color Harmonies of #E0D983
Complementary color
Monochromatic Colors of #E0D983
Black with #E0D983
Text Example
Text Example
White with #E0D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D983; }
p { color: rgb(224,217,131); }
H1.HeaderClassName
{
color: #E0D983;
}
.AnyTagClassName
{
color: #E0D983;
}
</style>
background-color css
<style>
a { background-color: #E0D983; }
a { background-color: rgb(224,217,131); }
div.DivClassName
{
background-color: #E0D983;
}
.BgClassName
{
background-color: #E0D983;
}
</style>
border-color css
<style>
span { border-color: #E0D983; }
span { border-color: rgb(224,217,131); }
td.TdClassName
{
border-color: #E0D983;
}
.TagClassName
{
border-color: #E0D983;
}
</style>