Shades of Primrose #E7E78A
Tints of Primrose #E7E78A
RGB
CMYK
RGB Variations
Color information
#E7E78A (or 0xE7E78A) is known color: Primrose. HEX triplet: E7, E7 and 8A. RGB value is (231,231,138). Sum of RGB (Red+Green+Blue) = 231+231+138=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 231 - color contains mainly: red, green. Hex color #E7E78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7E78A is #181875. Grayscale: #DCDCDC. Windows color (decimal): -1579126 or 9103335. OLE color: 9103335.
HSL color Cylindrical-coordinate representation of color #E7E78A: hue angle of 60º 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 #E7E78A is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 231 | 138 | - |
| CMYK | 0 | 0 | 0.40 | 0.09 |
| HSL | 60º | 0.66% | 0.72% | - |
| HSV(B) | 60º | 0.4% | 0.91% | - |
| XYZ | 66.12 | 75.98 | 35.22 | - |
| YUV | 220.4 | 81.5 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 231 | 138 | 0 | 0 | 0.40 | 0.09 | 60 | 0.66 | 0.72 |
| Hex | E7 | E7 | 8A | 0 | 0 | 28 | 9 | 3C | 42 | 48 |
| Octal | 347 | 347 | 212 | 0 | 0 | 50 | 11 | 74 | 102 | 110 |
| Binary | 11100111 | 11100111 | 10001010 | 0 | 0 | 101000 | 1001 | 111100 | 1000010 | 1001000 |
Color Harmonies of #E7E78A
Complementary color
Monochromatic Colors of #E7E78A
Black with #E7E78A
Text Example
Text Example
White with #E7E78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E78A; }
p { color: rgb(231,231,138); }
H1.HeaderClassName
{
color: #E7E78A;
}
.AnyTagClassName
{
color: #E7E78A;
}
</style>
background-color css
<style>
a { background-color: #E7E78A; }
a { background-color: rgb(231,231,138); }
div.DivClassName
{
background-color: #E7E78A;
}
.BgClassName
{
background-color: #E7E78A;
}
</style>
border-color css
<style>
span { border-color: #E7E78A; }
span { border-color: rgb(231,231,138); }
td.TdClassName
{
border-color: #E7E78A;
}
.TagClassName
{
border-color: #E7E78A;
}
</style>