Shades of Primrose #E9E590
Tints of Primrose #E9E590
RGB
CMYK
RGB Variations
Color information
#E9E590 (or 0xE9E590) is known color: Primrose. HEX triplet: E9, E5 and 90. RGB value is (233,229,144). Sum of RGB (Red+Green+Blue) = 233+229+144=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E590 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E590 is #161A6F. Grayscale: #DCDCDC. Windows color (decimal): -1448560 or 9496041. OLE color: 9496041.
HSL color Cylindrical-coordinate representation of color #E9E590: hue angle of 57.3º 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 #E9E590 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 144 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.09 |
| HSL | 57.3º | 0.67% | 0.74% | - |
| HSV(B) | 57.3º | 0.38% | 0.91% | - |
| XYZ | 66.66 | 75.38 | 37.42 | - |
| YUV | 220.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 144 | 0 | 0.02 | 0.38 | 0.09 | 57.3 | 0.67 | 0.74 |
| Hex | E9 | E5 | 90 | 0 | 2 | 26 | 9 | 39 | 43 | 4A |
| Octal | 351 | 345 | 220 | 0 | 2 | 46 | 11 | 71 | 103 | 112 |
| Binary | 11101001 | 11100101 | 10010000 | 0 | 10 | 100110 | 1001 | 111001 | 1000011 | 1001010 |
Color Harmonies of #E9E590
Complementary color
Monochromatic Colors of #E9E590
Black with #E9E590
Text Example
Text Example
White with #E9E590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E590; }
p { color: rgb(233,229,144); }
H1.HeaderClassName
{
color: #E9E590;
}
.AnyTagClassName
{
color: #E9E590;
}
</style>
background-color css
<style>
a { background-color: #E9E590; }
a { background-color: rgb(233,229,144); }
div.DivClassName
{
background-color: #E9E590;
}
.BgClassName
{
background-color: #E9E590;
}
</style>
border-color css
<style>
span { border-color: #E9E590; }
span { border-color: rgb(233,229,144); }
td.TdClassName
{
border-color: #E9E590;
}
.TagClassName
{
border-color: #E9E590;
}
</style>