Shades of Primrose #E5E488
Tints of Primrose #E5E488
RGB
CMYK
RGB Variations
Color information
#E5E488 (or 0xE5E488) is known color: Primrose. HEX triplet: E5, E4 and 88. RGB value is (229,228,136). Sum of RGB (Red+Green+Blue) = 229+228+136=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 136 (53.52% from 255 or 22.93% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E488 is #1A1B77. Grayscale: #DADADA. Windows color (decimal): -1710968 or 8971493. OLE color: 8971493.
HSL color Cylindrical-coordinate representation of color #E5E488: hue angle of 59.35º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5E488 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 136 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.10 |
| HSL | 59.35º | 0.64% | 0.72% | - |
| HSV(B) | 59.35º | 0.41% | 0.9% | - |
| XYZ | 64.5 | 73.92 | 34.16 | - |
| YUV | 217.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 136 | 0 | 0.00 | 0.41 | 0.10 | 59.35 | 0.64 | 0.72 |
| Hex | E5 | E4 | 88 | 0 | 0 | 29 | A | 3B | 40 | 48 |
| Octal | 345 | 344 | 210 | 0 | 0 | 51 | 12 | 73 | 100 | 110 |
| Binary | 11100101 | 11100100 | 10001000 | 0 | 0 | 101001 | 1010 | 111011 | 1000000 | 1001000 |
Color Harmonies of #E5E488
Complementary color
Monochromatic Colors of #E5E488
Black with #E5E488
Text Example
Text Example
White with #E5E488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E488; }
p { color: rgb(229,228,136); }
H1.HeaderClassName
{
color: #E5E488;
}
.AnyTagClassName
{
color: #E5E488;
}
</style>
background-color css
<style>
a { background-color: #E5E488; }
a { background-color: rgb(229,228,136); }
div.DivClassName
{
background-color: #E5E488;
}
.BgClassName
{
background-color: #E5E488;
}
</style>
border-color css
<style>
span { border-color: #E5E488; }
span { border-color: rgb(229,228,136); }
td.TdClassName
{
border-color: #E5E488;
}
.TagClassName
{
border-color: #E5E488;
}
</style>