Shades of Primrose #E9E495
Tints of Primrose #E9E495
RGB
CMYK
RGB Variations
Color information
#E9E495 (or 0xE9E495) is known color: Primrose. HEX triplet: E9, E4 and 95. RGB value is (233,228,149). Sum of RGB (Red+Green+Blue) = 233+228+149=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E495 is #161B6A. Grayscale: #DCDCDC. Windows color (decimal): -1448811 or 9823465. OLE color: 9823465.
HSL color Cylindrical-coordinate representation of color #E9E495: hue angle of 56.43º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9E495 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 228 | 149 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.09 |
| HSL | 56.43º | 0.66% | 0.75% | - |
| HSV(B) | 56.43º | 0.36% | 0.91% | - |
| XYZ | 66.77 | 74.98 | 39.39 | - |
| YUV | 220.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 228 | 149 | 0 | 0.02 | 0.36 | 0.09 | 56.43 | 0.66 | 0.75 |
| Hex | E9 | E4 | 95 | 0 | 2 | 24 | 9 | 38 | 42 | 4B |
| Octal | 351 | 344 | 225 | 0 | 2 | 44 | 11 | 70 | 102 | 113 |
| Binary | 11101001 | 11100100 | 10010101 | 0 | 10 | 100100 | 1001 | 111000 | 1000010 | 1001011 |
Color Harmonies of #E9E495
Complementary color
Monochromatic Colors of #E9E495
Black with #E9E495
Text Example
Text Example
White with #E9E495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E495; }
p { color: rgb(233,228,149); }
H1.HeaderClassName
{
color: #E9E495;
}
.AnyTagClassName
{
color: #E9E495;
}
</style>
background-color css
<style>
a { background-color: #E9E495; }
a { background-color: rgb(233,228,149); }
div.DivClassName
{
background-color: #E9E495;
}
.BgClassName
{
background-color: #E9E495;
}
</style>
border-color css
<style>
span { border-color: #E9E495; }
span { border-color: rgb(233,228,149); }
td.TdClassName
{
border-color: #E9E495;
}
.TagClassName
{
border-color: #E9E495;
}
</style>