Shades of Primrose #E3E59A
Tints of Primrose #E3E59A
RGB
CMYK
RGB Variations
Color information
#E3E59A (or 0xE3E59A) is known color: Primrose. HEX triplet: E3, E5 and 9A. RGB value is (227,229,154). Sum of RGB (Red+Green+Blue) = 227+229+154=610 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.21% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 229 - color contains mainly: green. Hex color #E3E59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E59A is #1C1A65. Grayscale: #DCDCDC. Windows color (decimal): -1841766 or 10151395. OLE color: 10151395.
HSL color Cylindrical-coordinate representation of color #E3E59A: hue angle of 61.6º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3E59A is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 229 | 154 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.10 |
| HSL | 61.6º | 0.59% | 0.75% | - |
| HSV(B) | 61.6º | 0.33% | 0.9% | - |
| XYZ | 65.53 | 74.7 | 41.54 | - |
| YUV | 219.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 229 | 154 | 0.01 | 0 | 0.33 | 0.10 | 61.6 | 0.59 | 0.75 |
| Hex | E3 | E5 | 9A | 1 | 0 | 21 | A | 3E | 3B | 4B |
| Octal | 343 | 345 | 232 | 1 | 0 | 41 | 12 | 76 | 73 | 113 |
| Binary | 11100011 | 11100101 | 10011010 | 1 | 0 | 100001 | 1010 | 111110 | 111011 | 1001011 |
Color Harmonies of #E3E59A
Complementary color
Monochromatic Colors of #E3E59A
Black with #E3E59A
Text Example
Text Example
White with #E3E59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E59A; }
p { color: rgb(227,229,154); }
H1.HeaderClassName
{
color: #E3E59A;
}
.AnyTagClassName
{
color: #E3E59A;
}
</style>
background-color css
<style>
a { background-color: #E3E59A; }
a { background-color: rgb(227,229,154); }
div.DivClassName
{
background-color: #E3E59A;
}
.BgClassName
{
background-color: #E3E59A;
}
</style>
border-color css
<style>
span { border-color: #E3E59A; }
span { border-color: rgb(227,229,154); }
td.TdClassName
{
border-color: #E3E59A;
}
.TagClassName
{
border-color: #E3E59A;
}
</style>