Shades of Primrose #E4E29A
Tints of Primrose #E4E29A
RGB
CMYK
RGB Variations
Color information
#E4E29A (or 0xE4E29A) is known color: Primrose. HEX triplet: E4, E2 and 9A. RGB value is (228,226,154). Sum of RGB (Red+Green+Blue) = 228+226+154=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4E29A is #1B1D65. Grayscale: #DADADA. Windows color (decimal): -1776998 or 10150628. OLE color: 10150628.
HSL color Cylindrical-coordinate representation of color #E4E29A: hue angle of 58.38º degrees, saturation: 0.58, 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 #E4E29A is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 226 | 154 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.11 |
| HSL | 58.38º | 0.58% | 0.75% | - |
| HSV(B) | 58.38º | 0.32% | 0.89% | - |
| XYZ | 65.02 | 73.22 | 41.28 | - |
| YUV | 218.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 226 | 154 | 0 | 0.01 | 0.32 | 0.11 | 58.38 | 0.58 | 0.75 |
| Hex | E4 | E2 | 9A | 0 | 1 | 20 | B | 3A | 3A | 4B |
| Octal | 344 | 342 | 232 | 0 | 1 | 40 | 13 | 72 | 72 | 113 |
| Binary | 11100100 | 11100010 | 10011010 | 0 | 1 | 100000 | 1011 | 111010 | 111010 | 1001011 |
Color Harmonies of #E4E29A
Complementary color
Monochromatic Colors of #E4E29A
Black with #E4E29A
Text Example
Text Example
White with #E4E29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E29A; }
p { color: rgb(228,226,154); }
H1.HeaderClassName
{
color: #E4E29A;
}
.AnyTagClassName
{
color: #E4E29A;
}
</style>
background-color css
<style>
a { background-color: #E4E29A; }
a { background-color: rgb(228,226,154); }
div.DivClassName
{
background-color: #E4E29A;
}
.BgClassName
{
background-color: #E4E29A;
}
</style>
border-color css
<style>
span { border-color: #E4E29A; }
span { border-color: rgb(228,226,154); }
td.TdClassName
{
border-color: #E4E29A;
}
.TagClassName
{
border-color: #E4E29A;
}
</style>