Shades of Primrose #E2E58B
Tints of Primrose #E2E58B
RGB
CMYK
RGB Variations
Color information
#E2E58B (or 0xE2E58B) is known color: Primrose. HEX triplet: E2, E5 and 8B. RGB value is (226,229,139). Sum of RGB (Red+Green+Blue) = 226+229+139=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E58B is #1D1A74. Grayscale: #DADADA. Windows color (decimal): -1907317 or 9168354. OLE color: 9168354.
HSL color Cylindrical-coordinate representation of color #E2E58B: hue angle of 62º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2E58B is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 139 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.10 |
| HSL | 62º | 0.63% | 0.72% | - |
| HSV(B) | 62º | 0.39% | 0.9% | - |
| XYZ | 64.04 | 74.07 | 35.35 | - |
| YUV | 217.84 | 83.51 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 139 | 0.01 | 0 | 0.39 | 0.10 | 62 | 0.63 | 0.72 |
| Hex | E2 | E5 | 8B | 1 | 0 | 27 | A | 3E | 3F | 48 |
| Octal | 342 | 345 | 213 | 1 | 0 | 47 | 12 | 76 | 77 | 110 |
| Binary | 11100010 | 11100101 | 10001011 | 1 | 0 | 100111 | 1010 | 111110 | 111111 | 1001000 |
Color Harmonies of #E2E58B
Complementary color
Monochromatic Colors of #E2E58B
Black with #E2E58B
Text Example
Text Example
White with #E2E58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E58B; }
p { color: rgb(226,229,139); }
H1.HeaderClassName
{
color: #E2E58B;
}
.AnyTagClassName
{
color: #E2E58B;
}
</style>
background-color css
<style>
a { background-color: #E2E58B; }
a { background-color: rgb(226,229,139); }
div.DivClassName
{
background-color: #E2E58B;
}
.BgClassName
{
background-color: #E2E58B;
}
</style>
border-color css
<style>
span { border-color: #E2E58B; }
span { border-color: rgb(226,229,139); }
td.TdClassName
{
border-color: #E2E58B;
}
.TagClassName
{
border-color: #E2E58B;
}
</style>