Shades of Primrose #E8E48A
Tints of Primrose #E8E48A
RGB
CMYK
RGB Variations
Color information
#E8E48A (or 0xE8E48A) is known color: Primrose. HEX triplet: E8, E4 and 8A. RGB value is (232,228,138). Sum of RGB (Red+Green+Blue) = 232+228+138=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E48A is #171B75. Grayscale: #DBDBDB. Windows color (decimal): -1514358 or 9102568. OLE color: 9102568.
HSL color Cylindrical-coordinate representation of color #E8E48A: hue angle of 57.45º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E8E48A is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 228 | 138 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.09 |
| HSL | 57.45º | 0.67% | 0.73% | - |
| HSV(B) | 57.45º | 0.41% | 0.91% | - |
| XYZ | 65.61 | 74.48 | 34.96 | - |
| YUV | 218.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 228 | 138 | 0 | 0.02 | 0.41 | 0.09 | 57.45 | 0.67 | 0.73 |
| Hex | E8 | E4 | 8A | 0 | 2 | 29 | 9 | 39 | 43 | 49 |
| Octal | 350 | 344 | 212 | 0 | 2 | 51 | 11 | 71 | 103 | 111 |
| Binary | 11101000 | 11100100 | 10001010 | 0 | 10 | 101001 | 1001 | 111001 | 1000011 | 1001001 |
Color Harmonies of #E8E48A
Complementary color
Monochromatic Colors of #E8E48A
Black with #E8E48A
Text Example
Text Example
White with #E8E48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E48A; }
p { color: rgb(232,228,138); }
H1.HeaderClassName
{
color: #E8E48A;
}
.AnyTagClassName
{
color: #E8E48A;
}
</style>
background-color css
<style>
a { background-color: #E8E48A; }
a { background-color: rgb(232,228,138); }
div.DivClassName
{
background-color: #E8E48A;
}
.BgClassName
{
background-color: #E8E48A;
}
</style>
border-color css
<style>
span { border-color: #E8E48A; }
span { border-color: rgb(232,228,138); }
td.TdClassName
{
border-color: #E8E48A;
}
.TagClassName
{
border-color: #E8E48A;
}
</style>