Shades of Primrose #E3E586
Tints of Primrose #E3E586
RGB
CMYK
RGB Variations
Color information
#E3E586 (or 0xE3E586) is known color: Primrose. HEX triplet: E3, E5 and 86. RGB value is (227,229,134). Sum of RGB (Red+Green+Blue) = 227+229+134=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #E3E586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E586 is #1C1A79. Grayscale: #D9D9D9. Windows color (decimal): -1841786 or 8840675. OLE color: 8840675.
HSL color Cylindrical-coordinate representation of color #E3E586: hue angle of 61.26º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E3E586 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 229 | 134 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.10 |
| HSL | 61.26º | 0.65% | 0.71% | - |
| HSV(B) | 61.26º | 0.41% | 0.9% | - |
| XYZ | 64 | 74.09 | 33.48 | - |
| YUV | 217.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 229 | 134 | 0.01 | 0 | 0.41 | 0.10 | 61.26 | 0.65 | 0.71 |
| Hex | E3 | E5 | 86 | 1 | 0 | 29 | A | 3D | 41 | 47 |
| Octal | 343 | 345 | 206 | 1 | 0 | 51 | 12 | 75 | 101 | 107 |
| Binary | 11100011 | 11100101 | 10000110 | 1 | 0 | 101001 | 1010 | 111101 | 1000001 | 1000111 |
Color Harmonies of #E3E586
Complementary color
Monochromatic Colors of #E3E586
Black with #E3E586
Text Example
Text Example
White with #E3E586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E586; }
p { color: rgb(227,229,134); }
H1.HeaderClassName
{
color: #E3E586;
}
.AnyTagClassName
{
color: #E3E586;
}
</style>
background-color css
<style>
a { background-color: #E3E586; }
a { background-color: rgb(227,229,134); }
div.DivClassName
{
background-color: #E3E586;
}
.BgClassName
{
background-color: #E3E586;
}
</style>
border-color css
<style>
span { border-color: #E3E586; }
span { border-color: rgb(227,229,134); }
td.TdClassName
{
border-color: #E3E586;
}
.TagClassName
{
border-color: #E3E586;
}
</style>