Shades of Primrose #E4E08F
Tints of Primrose #E4E08F
RGB
CMYK
RGB Variations
Color information
#E4E08F (or 0xE4E08F) is known color: Primrose. HEX triplet: E4, E0 and 8F. RGB value is (228,224,143). Sum of RGB (Red+Green+Blue) = 228+224+143=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4E08F is #1B1F70. Grayscale: #D8D8D8. Windows color (decimal): -1777521 or 9429220. OLE color: 9429220.
HSL color Cylindrical-coordinate representation of color #E4E08F: hue angle of 57.18º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E4E08F is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 224 | 143 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.11 |
| HSL | 57.18º | 0.61% | 0.73% | - |
| HSV(B) | 57.18º | 0.37% | 0.89% | - |
| XYZ | 63.61 | 71.79 | 36.49 | - |
| YUV | 215.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 224 | 143 | 0 | 0.02 | 0.37 | 0.11 | 57.18 | 0.61 | 0.73 |
| Hex | E4 | E0 | 8F | 0 | 2 | 25 | B | 39 | 3D | 49 |
| Octal | 344 | 340 | 217 | 0 | 2 | 45 | 13 | 71 | 75 | 111 |
| Binary | 11100100 | 11100000 | 10001111 | 0 | 10 | 100101 | 1011 | 111001 | 111101 | 1001001 |
Color Harmonies of #E4E08F
Complementary color
Monochromatic Colors of #E4E08F
Black with #E4E08F
Text Example
Text Example
White with #E4E08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E08F; }
p { color: rgb(228,224,143); }
H1.HeaderClassName
{
color: #E4E08F;
}
.AnyTagClassName
{
color: #E4E08F;
}
</style>
background-color css
<style>
a { background-color: #E4E08F; }
a { background-color: rgb(228,224,143); }
div.DivClassName
{
background-color: #E4E08F;
}
.BgClassName
{
background-color: #E4E08F;
}
</style>
border-color css
<style>
span { border-color: #E4E08F; }
span { border-color: rgb(228,224,143); }
td.TdClassName
{
border-color: #E4E08F;
}
.TagClassName
{
border-color: #E4E08F;
}
</style>