Shades of Primrose #E1E097
Tints of Primrose #E1E097
RGB
CMYK
RGB Variations
Color information
#E1E097 (or 0xE1E097) is known color: Primrose. HEX triplet: E1, E0 and 97. RGB value is (225,224,151). Sum of RGB (Red+Green+Blue) = 225+224+151=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E097 is #1E1F68. Grayscale: #D8D8D8. Windows color (decimal): -1974121 or 9953505. OLE color: 9953505.
HSL color Cylindrical-coordinate representation of color #E1E097: hue angle of 59.19º 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 #E1E097 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 151 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.12 |
| HSL | 59.19º | 0.55% | 0.74% | - |
| HSV(B) | 59.19º | 0.33% | 0.88% | - |
| XYZ | 63.29 | 71.55 | 39.75 | - |
| YUV | 215.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 151 | 0 | 0.00 | 0.33 | 0.12 | 59.19 | 0.55 | 0.74 |
| Hex | E1 | E0 | 97 | 0 | 0 | 21 | C | 3B | 37 | 4A |
| Octal | 341 | 340 | 227 | 0 | 0 | 41 | 14 | 73 | 67 | 112 |
| Binary | 11100001 | 11100000 | 10010111 | 0 | 0 | 100001 | 1100 | 111011 | 110111 | 1001010 |
Color Harmonies of #E1E097
Complementary color
Monochromatic Colors of #E1E097
Black with #E1E097
Text Example
Text Example
White with #E1E097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E097; }
p { color: rgb(225,224,151); }
H1.HeaderClassName
{
color: #E1E097;
}
.AnyTagClassName
{
color: #E1E097;
}
</style>
background-color css
<style>
a { background-color: #E1E097; }
a { background-color: rgb(225,224,151); }
div.DivClassName
{
background-color: #E1E097;
}
.BgClassName
{
background-color: #E1E097;
}
</style>
border-color css
<style>
span { border-color: #E1E097; }
span { border-color: rgb(225,224,151); }
td.TdClassName
{
border-color: #E1E097;
}
.TagClassName
{
border-color: #E1E097;
}
</style>