Shades of Primrose #E3E29A
Tints of Primrose #E3E29A
RGB
CMYK
RGB Variations
Color information
#E3E29A (or 0xE3E29A) is known color: Primrose. HEX triplet: E3, E2 and 9A. RGB value is (227,226,154). Sum of RGB (Red+Green+Blue) = 227+226+154=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E29A is #1C1D65. Grayscale: #DADADA. Windows color (decimal): -1842534 or 10150627. OLE color: 10150627.
HSL color Cylindrical-coordinate representation of color #E3E29A: hue angle of 59.18º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E3E29A is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 226 | 154 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.11 |
| HSL | 59.18º | 0.57% | 0.75% | - |
| HSV(B) | 59.18º | 0.32% | 0.89% | - |
| XYZ | 64.71 | 73.06 | 41.26 | - |
| YUV | 218.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 226 | 154 | 0 | 0.00 | 0.32 | 0.11 | 59.18 | 0.57 | 0.75 |
| Hex | E3 | E2 | 9A | 0 | 0 | 20 | B | 3B | 39 | 4B |
| Octal | 343 | 342 | 232 | 0 | 0 | 40 | 13 | 73 | 71 | 113 |
| Binary | 11100011 | 11100010 | 10011010 | 0 | 0 | 100000 | 1011 | 111011 | 111001 | 1001011 |
Color Harmonies of #E3E29A
Complementary color
Monochromatic Colors of #E3E29A
Black with #E3E29A
Text Example
Text Example
White with #E3E29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E29A; }
p { color: rgb(227,226,154); }
H1.HeaderClassName
{
color: #E3E29A;
}
.AnyTagClassName
{
color: #E3E29A;
}
</style>
background-color css
<style>
a { background-color: #E3E29A; }
a { background-color: rgb(227,226,154); }
div.DivClassName
{
background-color: #E3E29A;
}
.BgClassName
{
background-color: #E3E29A;
}
</style>
border-color css
<style>
span { border-color: #E3E29A; }
span { border-color: rgb(227,226,154); }
td.TdClassName
{
border-color: #E3E29A;
}
.TagClassName
{
border-color: #E3E29A;
}
</style>