Shades of Primrose #E9E296
Tints of Primrose #E9E296
RGB
CMYK
RGB Variations
Color information
#E9E296 (or 0xE9E296) is known color: Primrose. HEX triplet: E9, E2 and 96. RGB value is (233,226,150). Sum of RGB (Red+Green+Blue) = 233+226+150=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E296 is #161D69. Grayscale: #DBDBDB. Windows color (decimal): -1449322 or 9888489. OLE color: 9888489.
HSL color Cylindrical-coordinate representation of color #E9E296: hue angle of 54.94º degrees, saturation: 0.65, 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 #E9E296 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 150 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.09 |
| HSL | 54.94º | 0.65% | 0.75% | - |
| HSV(B) | 54.94º | 0.36% | 0.91% | - |
| XYZ | 66.31 | 73.92 | 39.63 | - |
| YUV | 219.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 150 | 0 | 0.03 | 0.36 | 0.09 | 54.94 | 0.65 | 0.75 |
| Hex | E9 | E2 | 96 | 0 | 3 | 24 | 9 | 37 | 41 | 4B |
| Octal | 351 | 342 | 226 | 0 | 3 | 44 | 11 | 67 | 101 | 113 |
| Binary | 11101001 | 11100010 | 10010110 | 0 | 11 | 100100 | 1001 | 110111 | 1000001 | 1001011 |
Color Harmonies of #E9E296
Complementary color
Monochromatic Colors of #E9E296
Black with #E9E296
Text Example
Text Example
White with #E9E296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E296; }
p { color: rgb(233,226,150); }
H1.HeaderClassName
{
color: #E9E296;
}
.AnyTagClassName
{
color: #E9E296;
}
</style>
background-color css
<style>
a { background-color: #E9E296; }
a { background-color: rgb(233,226,150); }
div.DivClassName
{
background-color: #E9E296;
}
.BgClassName
{
background-color: #E9E296;
}
</style>
border-color css
<style>
span { border-color: #E9E296; }
span { border-color: rgb(233,226,150); }
td.TdClassName
{
border-color: #E9E296;
}
.TagClassName
{
border-color: #E9E296;
}
</style>