Shades of Primrose #E1E087
Tints of Primrose #E1E087
RGB
CMYK
RGB Variations
Color information
#E1E087 (or 0xE1E087) is known color: Primrose. HEX triplet: E1, E0 and 87. RGB value is (225,224,135). Sum of RGB (Red+Green+Blue) = 225+224+135=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 135 (53.12% from 255 or 23.12% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E087 is #1E1F78. Grayscale: #D6D6D6. Windows color (decimal): -1974137 or 8904929. OLE color: 8904929.
HSL color Cylindrical-coordinate representation of color #E1E087: 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 #E1E087 is Cyan = 0, Magento = 0.00, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 135 | - |
| CMYK | 0 | 0.00 | 0.4 | 0.12 |
| HSL | 59.33º | 0.6% | 0.71% | - |
| HSV(B) | 59.33º | 0.4% | 0.88% | - |
| XYZ | 62.08 | 71.07 | 33.37 | - |
| YUV | 214.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 135 | 0 | 0.00 | 0.4 | 0.12 | 59.33 | 0.6 | 0.71 |
| Hex | E1 | E0 | 87 | 0 | 0 | 28 | C | 3B | 3C | 47 |
| Octal | 341 | 340 | 207 | 0 | 0 | 50 | 14 | 73 | 74 | 107 |
| Binary | 11100001 | 11100000 | 10000111 | 0 | 0 | 101000 | 1100 | 111011 | 111100 | 1000111 |
Color Harmonies of #E1E087
Complementary color
Monochromatic Colors of #E1E087
Black with #E1E087
Text Example
Text Example
White with #E1E087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E087; }
p { color: rgb(225,224,135); }
H1.HeaderClassName
{
color: #E1E087;
}
.AnyTagClassName
{
color: #E1E087;
}
</style>
background-color css
<style>
a { background-color: #E1E087; }
a { background-color: rgb(225,224,135); }
div.DivClassName
{
background-color: #E1E087;
}
.BgClassName
{
background-color: #E1E087;
}
</style>
border-color css
<style>
span { border-color: #E1E087; }
span { border-color: rgb(225,224,135); }
td.TdClassName
{
border-color: #E1E087;
}
.TagClassName
{
border-color: #E1E087;
}
</style>