Shades of Primrose #E7E48A
Tints of Primrose #E7E48A
RGB
CMYK
RGB Variations
Color information
#E7E48A (or 0xE7E48A) is known color: Primrose. HEX triplet: E7, E4 and 8A. RGB value is (231,228,138). Sum of RGB (Red+Green+Blue) = 231+228+138=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E48A is #181B75. Grayscale: #DBDBDB. Windows color (decimal): -1579894 or 9102567. OLE color: 9102567.
HSL color Cylindrical-coordinate representation of color #E7E48A: hue angle of 58.06º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7E48A is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 138 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.09 |
| HSL | 58.06º | 0.66% | 0.72% | - |
| HSV(B) | 58.06º | 0.4% | 0.91% | - |
| XYZ | 65.29 | 74.31 | 34.95 | - |
| YUV | 218.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 138 | 0 | 0.01 | 0.40 | 0.09 | 58.06 | 0.66 | 0.72 |
| Hex | E7 | E4 | 8A | 0 | 1 | 28 | 9 | 3A | 42 | 48 |
| Octal | 347 | 344 | 212 | 0 | 1 | 50 | 11 | 72 | 102 | 110 |
| Binary | 11100111 | 11100100 | 10001010 | 0 | 1 | 101000 | 1001 | 111010 | 1000010 | 1001000 |
Color Harmonies of #E7E48A
Complementary color
Monochromatic Colors of #E7E48A
Black with #E7E48A
Text Example
Text Example
White with #E7E48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E48A; }
p { color: rgb(231,228,138); }
H1.HeaderClassName
{
color: #E7E48A;
}
.AnyTagClassName
{
color: #E7E48A;
}
</style>
background-color css
<style>
a { background-color: #E7E48A; }
a { background-color: rgb(231,228,138); }
div.DivClassName
{
background-color: #E7E48A;
}
.BgClassName
{
background-color: #E7E48A;
}
</style>
border-color css
<style>
span { border-color: #E7E48A; }
span { border-color: rgb(231,228,138); }
td.TdClassName
{
border-color: #E7E48A;
}
.TagClassName
{
border-color: #E7E48A;
}
</style>