Shades of Primrose #E8E48F
Tints of Primrose #E8E48F
RGB
CMYK
RGB Variations
Color information
#E8E48F (or 0xE8E48F) is known color: Primrose. HEX triplet: E8, E4 and 8F. RGB value is (232,228,143). Sum of RGB (Red+Green+Blue) = 232+228+143=603 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.47% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 143 (56.25% from 255 or 23.71% from 603); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E48F is #171B70. Grayscale: #DBDBDB. Windows color (decimal): -1514353 or 9430248. OLE color: 9430248.
HSL color Cylindrical-coordinate representation of color #E8E48F: hue angle of 57.3º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8E48F is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 228 | 143 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.09 |
| HSL | 57.3º | 0.66% | 0.74% | - |
| HSV(B) | 57.3º | 0.38% | 0.91% | - |
| XYZ | 65.98 | 74.63 | 36.91 | - |
| YUV | 219.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 228 | 143 | 0 | 0.02 | 0.38 | 0.09 | 57.3 | 0.66 | 0.74 |
| Hex | E8 | E4 | 8F | 0 | 2 | 26 | 9 | 39 | 42 | 4A |
| Octal | 350 | 344 | 217 | 0 | 2 | 46 | 11 | 71 | 102 | 112 |
| Binary | 11101000 | 11100100 | 10001111 | 0 | 10 | 100110 | 1001 | 111001 | 1000010 | 1001010 |
Color Harmonies of #E8E48F
Complementary color
Monochromatic Colors of #E8E48F
Black with #E8E48F
Text Example
Text Example
White with #E8E48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E48F; }
p { color: rgb(232,228,143); }
H1.HeaderClassName
{
color: #E8E48F;
}
.AnyTagClassName
{
color: #E8E48F;
}
</style>
background-color css
<style>
a { background-color: #E8E48F; }
a { background-color: rgb(232,228,143); }
div.DivClassName
{
background-color: #E8E48F;
}
.BgClassName
{
background-color: #E8E48F;
}
</style>
border-color css
<style>
span { border-color: #E8E48F; }
span { border-color: rgb(232,228,143); }
td.TdClassName
{
border-color: #E8E48F;
}
.TagClassName
{
border-color: #E8E48F;
}
</style>