Shades of Primrose #E9E091
Tints of Primrose #E9E091
RGB
CMYK
RGB Variations
Color information
#E9E091 (or 0xE9E091) is known color: Primrose. HEX triplet: E9, E0 and 91. RGB value is (233,224,145). Sum of RGB (Red+Green+Blue) = 233+224+145=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 145 (57.03% from 255 or 24.09% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E091 is #161F6E. Grayscale: #DADADA. Windows color (decimal): -1449839 or 9560297. OLE color: 9560297.
HSL color Cylindrical-coordinate representation of color #E9E091: hue angle of 53.86º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E9E091 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 145 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.09 |
| HSL | 53.86º | 0.67% | 0.74% | - |
| HSV(B) | 53.86º | 0.38% | 0.91% | - |
| XYZ | 65.37 | 72.68 | 37.37 | - |
| YUV | 217.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 145 | 0 | 0.04 | 0.38 | 0.09 | 53.86 | 0.67 | 0.74 |
| Hex | E9 | E0 | 91 | 0 | 4 | 26 | 9 | 36 | 43 | 4A |
| Octal | 351 | 340 | 221 | 0 | 4 | 46 | 11 | 66 | 103 | 112 |
| Binary | 11101001 | 11100000 | 10010001 | 0 | 100 | 100110 | 1001 | 110110 | 1000011 | 1001010 |
Color Harmonies of #E9E091
Complementary color
Monochromatic Colors of #E9E091
Black with #E9E091
Text Example
Text Example
White with #E9E091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E091; }
p { color: rgb(233,224,145); }
H1.HeaderClassName
{
color: #E9E091;
}
.AnyTagClassName
{
color: #E9E091;
}
</style>
background-color css
<style>
a { background-color: #E9E091; }
a { background-color: rgb(233,224,145); }
div.DivClassName
{
background-color: #E9E091;
}
.BgClassName
{
background-color: #E9E091;
}
</style>
border-color css
<style>
span { border-color: #E9E091; }
span { border-color: rgb(233,224,145); }
td.TdClassName
{
border-color: #E9E091;
}
.TagClassName
{
border-color: #E9E091;
}
</style>