Shades of Primrose #E9E28C
Tints of Primrose #E9E28C
RGB
CMYK
RGB Variations
Color information
#E9E28C (or 0xE9E28C) is known color: Primrose. HEX triplet: E9, E2 and 8C. RGB value is (233,226,140). Sum of RGB (Red+Green+Blue) = 233+226+140=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E28C is #161D73. Grayscale: #DADADA. Windows color (decimal): -1449332 or 9233129. OLE color: 9233129.
HSL color Cylindrical-coordinate representation of color #E9E28C: hue angle of 55.48º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E9E28C is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 140 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.09 |
| HSL | 55.48º | 0.68% | 0.73% | - |
| HSV(B) | 55.48º | 0.4% | 0.91% | - |
| XYZ | 65.53 | 73.61 | 35.57 | - |
| YUV | 218.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 140 | 0 | 0.03 | 0.40 | 0.09 | 55.48 | 0.68 | 0.73 |
| Hex | E9 | E2 | 8C | 0 | 3 | 28 | 9 | 37 | 44 | 49 |
| Octal | 351 | 342 | 214 | 0 | 3 | 50 | 11 | 67 | 104 | 111 |
| Binary | 11101001 | 11100010 | 10001100 | 0 | 11 | 101000 | 1001 | 110111 | 1000100 | 1001001 |
Color Harmonies of #E9E28C
Complementary color
Monochromatic Colors of #E9E28C
Black with #E9E28C
Text Example
Text Example
White with #E9E28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E28C; }
p { color: rgb(233,226,140); }
H1.HeaderClassName
{
color: #E9E28C;
}
.AnyTagClassName
{
color: #E9E28C;
}
</style>
background-color css
<style>
a { background-color: #E9E28C; }
a { background-color: rgb(233,226,140); }
div.DivClassName
{
background-color: #E9E28C;
}
.BgClassName
{
background-color: #E9E28C;
}
</style>
border-color css
<style>
span { border-color: #E9E28C; }
span { border-color: rgb(233,226,140); }
td.TdClassName
{
border-color: #E9E28C;
}
.TagClassName
{
border-color: #E9E28C;
}
</style>