Shades of Primrose #E1DD97
Tints of Primrose #E1DD97
RGB
CMYK
RGB Variations
Color information
#E1DD97 (or 0xE1DD97) is known color: Primrose. HEX triplet: E1, DD and 97. RGB value is (225,221,151). Sum of RGB (Red+Green+Blue) = 225+221+151=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD97 is #1E2268. Grayscale: #D6D6D6. Windows color (decimal): -1974889 or 9952737. OLE color: 9952737.
HSL color Cylindrical-coordinate representation of color #E1DD97: hue angle of 56.76º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1DD97 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 151 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.12 |
| HSL | 56.76º | 0.55% | 0.74% | - |
| HSV(B) | 56.76º | 0.33% | 0.88% | - |
| XYZ | 62.49 | 69.95 | 39.49 | - |
| YUV | 214.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 151 | 0 | 0.02 | 0.33 | 0.12 | 56.76 | 0.55 | 0.74 |
| Hex | E1 | DD | 97 | 0 | 2 | 21 | C | 39 | 37 | 4A |
| Octal | 341 | 335 | 227 | 0 | 2 | 41 | 14 | 71 | 67 | 112 |
| Binary | 11100001 | 11011101 | 10010111 | 0 | 10 | 100001 | 1100 | 111001 | 110111 | 1001010 |
Color Harmonies of #E1DD97
Complementary color
Monochromatic Colors of #E1DD97
Black with #E1DD97
Text Example
Text Example
White with #E1DD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DD97; }
p { color: rgb(225,221,151); }
H1.HeaderClassName
{
color: #E1DD97;
}
.AnyTagClassName
{
color: #E1DD97;
}
</style>
background-color css
<style>
a { background-color: #E1DD97; }
a { background-color: rgb(225,221,151); }
div.DivClassName
{
background-color: #E1DD97;
}
.BgClassName
{
background-color: #E1DD97;
}
</style>
border-color css
<style>
span { border-color: #E1DD97; }
span { border-color: rgb(225,221,151); }
td.TdClassName
{
border-color: #E1DD97;
}
.TagClassName
{
border-color: #E1DD97;
}
</style>