Shades of Primrose #E2E58F
Tints of Primrose #E2E58F
RGB
CMYK
RGB Variations
Color information
#E2E58F (or 0xE2E58F) is known color: Primrose. HEX triplet: E2, E5 and 8F. RGB value is (226,229,143). Sum of RGB (Red+Green+Blue) = 226+229+143=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E58F is #1D1A70. Grayscale: #DADADA. Windows color (decimal): -1907313 or 9430498. OLE color: 9430498.
HSL color Cylindrical-coordinate representation of color #E2E58F: hue angle of 62.09º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2E58F is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 143 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.10 |
| HSL | 62.09º | 0.62% | 0.73% | - |
| HSV(B) | 62.09º | 0.38% | 0.9% | - |
| XYZ | 64.34 | 74.19 | 36.92 | - |
| YUV | 218.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 143 | 0.01 | 0 | 0.38 | 0.10 | 62.09 | 0.62 | 0.73 |
| Hex | E2 | E5 | 8F | 1 | 0 | 26 | A | 3E | 3E | 49 |
| Octal | 342 | 345 | 217 | 1 | 0 | 46 | 12 | 76 | 76 | 111 |
| Binary | 11100010 | 11100101 | 10001111 | 1 | 0 | 100110 | 1010 | 111110 | 111110 | 1001001 |
Color Harmonies of #E2E58F
Complementary color
Monochromatic Colors of #E2E58F
Black with #E2E58F
Text Example
Text Example
White with #E2E58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E58F; }
p { color: rgb(226,229,143); }
H1.HeaderClassName
{
color: #E2E58F;
}
.AnyTagClassName
{
color: #E2E58F;
}
</style>
background-color css
<style>
a { background-color: #E2E58F; }
a { background-color: rgb(226,229,143); }
div.DivClassName
{
background-color: #E2E58F;
}
.BgClassName
{
background-color: #E2E58F;
}
</style>
border-color css
<style>
span { border-color: #E2E58F; }
span { border-color: rgb(226,229,143); }
td.TdClassName
{
border-color: #E2E58F;
}
.TagClassName
{
border-color: #E2E58F;
}
</style>