Shades of Primrose #E7E58A
Tints of Primrose #E7E58A
RGB
CMYK
RGB Variations
Color information
#E7E58A (or 0xE7E58A) is known color: Primrose. HEX triplet: E7, E5 and 8A. RGB value is (231,229,138). Sum of RGB (Red+Green+Blue) = 231+229+138=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E58A is #181A75. Grayscale: #DBDBDB. Windows color (decimal): -1579638 or 9102823. OLE color: 9102823.
HSL color Cylindrical-coordinate representation of color #E7E58A: hue angle of 58.71º 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 #E7E58A is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 138 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.09 |
| HSL | 58.71º | 0.66% | 0.72% | - |
| HSV(B) | 58.71º | 0.4% | 0.91% | - |
| XYZ | 65.56 | 74.86 | 35.04 | - |
| YUV | 219.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 138 | 0 | 0.01 | 0.40 | 0.09 | 58.71 | 0.66 | 0.72 |
| Hex | E7 | E5 | 8A | 0 | 1 | 28 | 9 | 3B | 42 | 48 |
| Octal | 347 | 345 | 212 | 0 | 1 | 50 | 11 | 73 | 102 | 110 |
| Binary | 11100111 | 11100101 | 10001010 | 0 | 1 | 101000 | 1001 | 111011 | 1000010 | 1001000 |
Color Harmonies of #E7E58A
Complementary color
Monochromatic Colors of #E7E58A
Black with #E7E58A
Text Example
Text Example
White with #E7E58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E58A; }
p { color: rgb(231,229,138); }
H1.HeaderClassName
{
color: #E7E58A;
}
.AnyTagClassName
{
color: #E7E58A;
}
</style>
background-color css
<style>
a { background-color: #E7E58A; }
a { background-color: rgb(231,229,138); }
div.DivClassName
{
background-color: #E7E58A;
}
.BgClassName
{
background-color: #E7E58A;
}
</style>
border-color css
<style>
span { border-color: #E7E58A; }
span { border-color: rgb(231,229,138); }
td.TdClassName
{
border-color: #E7E58A;
}
.TagClassName
{
border-color: #E7E58A;
}
</style>