Shades of Primrose #E0D995
Tints of Primrose #E0D995
RGB
CMYK
RGB Variations
Color information
#E0D995 (or 0xE0D995) is known color: Primrose. HEX triplet: E0, D9 and 95. RGB value is (224,217,149). Sum of RGB (Red+Green+Blue) = 224+217+149=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D995 is #1F266A. Grayscale: #D3D3D3. Windows color (decimal): -2041451 or 9820640. OLE color: 9820640.
HSL color Cylindrical-coordinate representation of color #E0D995: hue angle of 54.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0D995 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 149 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.12 |
| HSL | 54.4º | 0.55% | 0.73% | - |
| HSV(B) | 54.4º | 0.33% | 0.88% | - |
| XYZ | 60.98 | 67.64 | 38.28 | - |
| YUV | 211.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 149 | 0 | 0.03 | 0.33 | 0.12 | 54.4 | 0.55 | 0.73 |
| Hex | E0 | D9 | 95 | 0 | 3 | 21 | C | 36 | 37 | 49 |
| Octal | 340 | 331 | 225 | 0 | 3 | 41 | 14 | 66 | 67 | 111 |
| Binary | 11100000 | 11011001 | 10010101 | 0 | 11 | 100001 | 1100 | 110110 | 110111 | 1001001 |
Color Harmonies of #E0D995
Complementary color
Monochromatic Colors of #E0D995
Black with #E0D995
Text Example
Text Example
White with #E0D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D995; }
p { color: rgb(224,217,149); }
H1.HeaderClassName
{
color: #E0D995;
}
.AnyTagClassName
{
color: #E0D995;
}
</style>
background-color css
<style>
a { background-color: #E0D995; }
a { background-color: rgb(224,217,149); }
div.DivClassName
{
background-color: #E0D995;
}
.BgClassName
{
background-color: #E0D995;
}
</style>
border-color css
<style>
span { border-color: #E0D995; }
span { border-color: rgb(224,217,149); }
td.TdClassName
{
border-color: #E0D995;
}
.TagClassName
{
border-color: #E0D995;
}
</style>