Shades of Primrose #E1E786
Tints of Primrose #E1E786
RGB
CMYK
RGB Variations
Color information
#E1E786 (or 0xE1E786) is known color: Primrose. HEX triplet: E1, E7 and 86. RGB value is (225,231,134). Sum of RGB (Red+Green+Blue) = 225+231+134=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #E1E786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E786 is #1E1879. Grayscale: #DADADA. Windows color (decimal): -1972346 or 8841185. OLE color: 8841185.
HSL color Cylindrical-coordinate representation of color #E1E786: hue angle of 63.71º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1E786 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 231 | 134 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.09 |
| HSL | 63.71º | 0.67% | 0.72% | - |
| HSV(B) | 63.71º | 0.42% | 0.91% | - |
| XYZ | 63.93 | 74.88 | 33.64 | - |
| YUV | 218.15 | 80.51 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 231 | 134 | 0.03 | 0 | 0.42 | 0.09 | 63.71 | 0.67 | 0.72 |
| Hex | E1 | E7 | 86 | 3 | 0 | 2A | 9 | 40 | 43 | 48 |
| Octal | 341 | 347 | 206 | 3 | 0 | 52 | 11 | 100 | 103 | 110 |
| Binary | 11100001 | 11100111 | 10000110 | 11 | 0 | 101010 | 1001 | 1000000 | 1000011 | 1001000 |
Color Harmonies of #E1E786
Complementary color
Monochromatic Colors of #E1E786
Black with #E1E786
Text Example
Text Example
White with #E1E786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E786; }
p { color: rgb(225,231,134); }
H1.HeaderClassName
{
color: #E1E786;
}
.AnyTagClassName
{
color: #E1E786;
}
</style>
background-color css
<style>
a { background-color: #E1E786; }
a { background-color: rgb(225,231,134); }
div.DivClassName
{
background-color: #E1E786;
}
.BgClassName
{
background-color: #E1E786;
}
</style>
border-color css
<style>
span { border-color: #E1E786; }
span { border-color: rgb(225,231,134); }
td.TdClassName
{
border-color: #E1E786;
}
.TagClassName
{
border-color: #E1E786;
}
</style>