Shades of Primrose #E9E58F
Tints of Primrose #E9E58F
RGB
CMYK
RGB Variations
Color information
#E9E58F (or 0xE9E58F) is known color: Primrose. HEX triplet: E9, E5 and 8F. RGB value is (233,229,143). Sum of RGB (Red+Green+Blue) = 233+229+143=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 143 (56.25% from 255 or 23.64% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E58F is #161A70. Grayscale: #DCDCDC. Windows color (decimal): -1448561 or 9430505. OLE color: 9430505.
HSL color Cylindrical-coordinate representation of color #E9E58F: hue angle of 57.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9E58F is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 143 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.09 |
| HSL | 57.33º | 0.67% | 0.74% | - |
| HSV(B) | 57.33º | 0.39% | 0.91% | - |
| XYZ | 66.58 | 75.35 | 37.02 | - |
| YUV | 220.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 143 | 0 | 0.02 | 0.39 | 0.09 | 57.33 | 0.67 | 0.74 |
| Hex | E9 | E5 | 8F | 0 | 2 | 27 | 9 | 39 | 43 | 4A |
| Octal | 351 | 345 | 217 | 0 | 2 | 47 | 11 | 71 | 103 | 112 |
| Binary | 11101001 | 11100101 | 10001111 | 0 | 10 | 100111 | 1001 | 111001 | 1000011 | 1001010 |
Color Harmonies of #E9E58F
Complementary color
Monochromatic Colors of #E9E58F
Black with #E9E58F
Text Example
Text Example
White with #E9E58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E58F; }
p { color: rgb(233,229,143); }
H1.HeaderClassName
{
color: #E9E58F;
}
.AnyTagClassName
{
color: #E9E58F;
}
</style>
background-color css
<style>
a { background-color: #E9E58F; }
a { background-color: rgb(233,229,143); }
div.DivClassName
{
background-color: #E9E58F;
}
.BgClassName
{
background-color: #E9E58F;
}
</style>
border-color css
<style>
span { border-color: #E9E58F; }
span { border-color: rgb(233,229,143); }
td.TdClassName
{
border-color: #E9E58F;
}
.TagClassName
{
border-color: #E9E58F;
}
</style>