Shades of Primrose #E2E197
Tints of Primrose #E2E197
RGB
CMYK
RGB Variations
Color information
#E2E197 (or 0xE2E197) is known color: Primrose. HEX triplet: E2, E1 and 97. RGB value is (226,225,151). Sum of RGB (Red+Green+Blue) = 226+225+151=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E197 is #1D1E68. Grayscale: #D9D9D9. Windows color (decimal): -1908329 or 9953762. OLE color: 9953762.
HSL color Cylindrical-coordinate representation of color #E2E197: hue angle of 59.2º 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 #E2E197 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 151 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.11 |
| HSL | 59.2º | 0.56% | 0.74% | - |
| HSV(B) | 59.2º | 0.33% | 0.89% | - |
| XYZ | 63.88 | 72.25 | 39.86 | - |
| YUV | 216.86 | 90.83 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 151 | 0 | 0.00 | 0.33 | 0.11 | 59.2 | 0.56 | 0.74 |
| Hex | E2 | E1 | 97 | 0 | 0 | 21 | B | 3B | 38 | 4A |
| Octal | 342 | 341 | 227 | 0 | 0 | 41 | 13 | 73 | 70 | 112 |
| Binary | 11100010 | 11100001 | 10010111 | 0 | 0 | 100001 | 1011 | 111011 | 111000 | 1001010 |
Color Harmonies of #E2E197
Complementary color
Monochromatic Colors of #E2E197
Black with #E2E197
Text Example
Text Example
White with #E2E197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E197; }
p { color: rgb(226,225,151); }
H1.HeaderClassName
{
color: #E2E197;
}
.AnyTagClassName
{
color: #E2E197;
}
</style>
background-color css
<style>
a { background-color: #E2E197; }
a { background-color: rgb(226,225,151); }
div.DivClassName
{
background-color: #E2E197;
}
.BgClassName
{
background-color: #E2E197;
}
</style>
border-color css
<style>
span { border-color: #E2E197; }
span { border-color: rgb(226,225,151); }
td.TdClassName
{
border-color: #E2E197;
}
.TagClassName
{
border-color: #E2E197;
}
</style>