Shades of Primrose #E2DD97
Tints of Primrose #E2DD97
RGB
CMYK
RGB Variations
Color information
#E2DD97 (or 0xE2DD97) is known color: Primrose. HEX triplet: E2, DD and 97. RGB value is (226,221,151). Sum of RGB (Red+Green+Blue) = 226+221+151=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DD97 is #1D2268. Grayscale: #D6D6D6. Windows color (decimal): -1909353 or 9952738. OLE color: 9952738.
HSL color Cylindrical-coordinate representation of color #E2DD97: hue angle of 56º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2DD97 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 151 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.11 |
| HSL | 56º | 0.56% | 0.74% | - |
| HSV(B) | 56º | 0.33% | 0.89% | - |
| XYZ | 62.81 | 70.12 | 39.5 | - |
| YUV | 214.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 151 | 0 | 0.02 | 0.33 | 0.11 | 56 | 0.56 | 0.74 |
| Hex | E2 | DD | 97 | 0 | 2 | 21 | B | 38 | 38 | 4A |
| Octal | 342 | 335 | 227 | 0 | 2 | 41 | 13 | 70 | 70 | 112 |
| Binary | 11100010 | 11011101 | 10010111 | 0 | 10 | 100001 | 1011 | 111000 | 111000 | 1001010 |
Color Harmonies of #E2DD97
Complementary color
Monochromatic Colors of #E2DD97
Black with #E2DD97
Text Example
Text Example
White with #E2DD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD97; }
p { color: rgb(226,221,151); }
H1.HeaderClassName
{
color: #E2DD97;
}
.AnyTagClassName
{
color: #E2DD97;
}
</style>
background-color css
<style>
a { background-color: #E2DD97; }
a { background-color: rgb(226,221,151); }
div.DivClassName
{
background-color: #E2DD97;
}
.BgClassName
{
background-color: #E2DD97;
}
</style>
border-color css
<style>
span { border-color: #E2DD97; }
span { border-color: rgb(226,221,151); }
td.TdClassName
{
border-color: #E2DD97;
}
.TagClassName
{
border-color: #E2DD97;
}
</style>