Shades of Primrose #E9E394
Tints of Primrose #E9E394
RGB
CMYK
RGB Variations
Color information
#E9E394 (or 0xE9E394) is known color: Primrose. HEX triplet: E9, E3 and 94. RGB value is (233,227,148). Sum of RGB (Red+Green+Blue) = 233+227+148=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 148 (58.20% from 255 or 24.34% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E394 is #161C6B. Grayscale: #DCDCDC. Windows color (decimal): -1449068 or 9757673. OLE color: 9757673.
HSL color Cylindrical-coordinate representation of color #E9E394: hue angle of 55.76º 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 #E9E394 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 227 | 148 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.09 |
| HSL | 55.76º | 0.66% | 0.75% | - |
| HSV(B) | 55.76º | 0.36% | 0.91% | - |
| XYZ | 66.42 | 74.4 | 38.88 | - |
| YUV | 219.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 227 | 148 | 0 | 0.03 | 0.36 | 0.09 | 55.76 | 0.66 | 0.75 |
| Hex | E9 | E3 | 94 | 0 | 3 | 24 | 9 | 38 | 42 | 4B |
| Octal | 351 | 343 | 224 | 0 | 3 | 44 | 11 | 70 | 102 | 113 |
| Binary | 11101001 | 11100011 | 10010100 | 0 | 11 | 100100 | 1001 | 111000 | 1000010 | 1001011 |
Color Harmonies of #E9E394
Complementary color
Monochromatic Colors of #E9E394
Black with #E9E394
Text Example
Text Example
White with #E9E394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E394; }
p { color: rgb(233,227,148); }
H1.HeaderClassName
{
color: #E9E394;
}
.AnyTagClassName
{
color: #E9E394;
}
</style>
background-color css
<style>
a { background-color: #E9E394; }
a { background-color: rgb(233,227,148); }
div.DivClassName
{
background-color: #E9E394;
}
.BgClassName
{
background-color: #E9E394;
}
</style>
border-color css
<style>
span { border-color: #E9E394; }
span { border-color: rgb(233,227,148); }
td.TdClassName
{
border-color: #E9E394;
}
.TagClassName
{
border-color: #E9E394;
}
</style>