Shades of Primrose #E9E191
Tints of Primrose #E9E191
RGB
CMYK
RGB Variations
Color information
#E9E191 (or 0xE9E191) is known color: Primrose. HEX triplet: E9, E1 and 91. RGB value is (233,225,145). Sum of RGB (Red+Green+Blue) = 233+225+145=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 145 (57.03% from 255 or 24.05% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E191 is #161E6E. Grayscale: #DADADA. Windows color (decimal): -1449583 or 9560553. OLE color: 9560553.
HSL color Cylindrical-coordinate representation of color #E9E191: hue angle of 54.55º 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 #E9E191 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 145 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.09 |
| HSL | 54.55º | 0.67% | 0.74% | - |
| HSV(B) | 54.55º | 0.38% | 0.91% | - |
| XYZ | 65.64 | 73.22 | 37.46 | - |
| YUV | 218.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 145 | 0 | 0.03 | 0.38 | 0.09 | 54.55 | 0.67 | 0.74 |
| Hex | E9 | E1 | 91 | 0 | 3 | 26 | 9 | 37 | 43 | 4A |
| Octal | 351 | 341 | 221 | 0 | 3 | 46 | 11 | 67 | 103 | 112 |
| Binary | 11101001 | 11100001 | 10010001 | 0 | 11 | 100110 | 1001 | 110111 | 1000011 | 1001010 |
Color Harmonies of #E9E191
Complementary color
Monochromatic Colors of #E9E191
Black with #E9E191
Text Example
Text Example
White with #E9E191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E191; }
p { color: rgb(233,225,145); }
H1.HeaderClassName
{
color: #E9E191;
}
.AnyTagClassName
{
color: #E9E191;
}
</style>
background-color css
<style>
a { background-color: #E9E191; }
a { background-color: rgb(233,225,145); }
div.DivClassName
{
background-color: #E9E191;
}
.BgClassName
{
background-color: #E9E191;
}
</style>
border-color css
<style>
span { border-color: #E9E191; }
span { border-color: rgb(233,225,145); }
td.TdClassName
{
border-color: #E9E191;
}
.TagClassName
{
border-color: #E9E191;
}
</style>