Shades of Primrose #E1E088
Tints of Primrose #E1E088
RGB
CMYK
RGB Variations
Color information
#E1E088 (or 0xE1E088) is known color: Primrose. HEX triplet: E1, E0 and 88. RGB value is (225,224,136). Sum of RGB (Red+Green+Blue) = 225+224+136=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 136 (53.52% from 255 or 23.25% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E088 is #1E1F77. Grayscale: #D6D6D6. Windows color (decimal): -1974136 or 8970465. OLE color: 8970465.
HSL color Cylindrical-coordinate representation of color #E1E088: hue angle of 59.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1E088 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 136 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.12 |
| HSL | 59.33º | 0.6% | 0.71% | - |
| HSV(B) | 59.33º | 0.4% | 0.88% | - |
| XYZ | 62.15 | 71.1 | 33.74 | - |
| YUV | 214.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 136 | 0 | 0.00 | 0.40 | 0.12 | 59.33 | 0.6 | 0.71 |
| Hex | E1 | E0 | 88 | 0 | 0 | 28 | C | 3B | 3C | 47 |
| Octal | 341 | 340 | 210 | 0 | 0 | 50 | 14 | 73 | 74 | 107 |
| Binary | 11100001 | 11100000 | 10001000 | 0 | 0 | 101000 | 1100 | 111011 | 111100 | 1000111 |
Color Harmonies of #E1E088
Complementary color
Monochromatic Colors of #E1E088
Black with #E1E088
Text Example
Text Example
White with #E1E088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E088; }
p { color: rgb(225,224,136); }
H1.HeaderClassName
{
color: #E1E088;
}
.AnyTagClassName
{
color: #E1E088;
}
</style>
background-color css
<style>
a { background-color: #E1E088; }
a { background-color: rgb(225,224,136); }
div.DivClassName
{
background-color: #E1E088;
}
.BgClassName
{
background-color: #E1E088;
}
</style>
border-color css
<style>
span { border-color: #E1E088; }
span { border-color: rgb(225,224,136); }
td.TdClassName
{
border-color: #E1E088;
}
.TagClassName
{
border-color: #E1E088;
}
</style>