Shades of Primrose #E5E28B
Tints of Primrose #E5E28B
RGB
CMYK
RGB Variations
Color information
#E5E28B (or 0xE5E28B) is known color: Primrose. HEX triplet: E5, E2 and 8B. RGB value is (229,226,139). Sum of RGB (Red+Green+Blue) = 229+226+139=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E28B is #1A1D74. Grayscale: #D9D9D9. Windows color (decimal): -1711477 or 9167589. OLE color: 9167589.
HSL color Cylindrical-coordinate representation of color #E5E28B: hue angle of 58º 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 #E5E28B is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 139 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.10 |
| HSL | 58º | 0.63% | 0.72% | - |
| HSV(B) | 58º | 0.39% | 0.9% | - |
| XYZ | 64.17 | 72.91 | 35.12 | - |
| YUV | 216.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 139 | 0 | 0.01 | 0.39 | 0.10 | 58 | 0.63 | 0.72 |
| Hex | E5 | E2 | 8B | 0 | 1 | 27 | A | 3A | 3F | 48 |
| Octal | 345 | 342 | 213 | 0 | 1 | 47 | 12 | 72 | 77 | 110 |
| Binary | 11100101 | 11100010 | 10001011 | 0 | 1 | 100111 | 1010 | 111010 | 111111 | 1001000 |
Color Harmonies of #E5E28B
Complementary color
Monochromatic Colors of #E5E28B
Black with #E5E28B
Text Example
Text Example
White with #E5E28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E28B; }
p { color: rgb(229,226,139); }
H1.HeaderClassName
{
color: #E5E28B;
}
.AnyTagClassName
{
color: #E5E28B;
}
</style>
background-color css
<style>
a { background-color: #E5E28B; }
a { background-color: rgb(229,226,139); }
div.DivClassName
{
background-color: #E5E28B;
}
.BgClassName
{
background-color: #E5E28B;
}
</style>
border-color css
<style>
span { border-color: #E5E28B; }
span { border-color: rgb(229,226,139); }
td.TdClassName
{
border-color: #E5E28B;
}
.TagClassName
{
border-color: #E5E28B;
}
</style>