Shades of Primrose #E7E290
Tints of Primrose #E7E290
RGB
CMYK
RGB Variations
Color information
#E7E290 (or 0xE7E290) is known color: Primrose. HEX triplet: E7, E2 and 90. RGB value is (231,226,144). Sum of RGB (Red+Green+Blue) = 231+226+144=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E290 is #181D6F. Grayscale: #DADADA. Windows color (decimal): -1580400 or 9495271. OLE color: 9495271.
HSL color Cylindrical-coordinate representation of color #E7E290: hue angle of 56.55º degrees, saturation: 0.64, 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 #E7E290 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 144 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.09 |
| HSL | 56.55º | 0.64% | 0.74% | - |
| HSV(B) | 56.55º | 0.38% | 0.91% | - |
| XYZ | 65.19 | 73.4 | 37.12 | - |
| YUV | 218.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 144 | 0 | 0.02 | 0.38 | 0.09 | 56.55 | 0.64 | 0.74 |
| Hex | E7 | E2 | 90 | 0 | 2 | 26 | 9 | 39 | 40 | 4A |
| Octal | 347 | 342 | 220 | 0 | 2 | 46 | 11 | 71 | 100 | 112 |
| Binary | 11100111 | 11100010 | 10010000 | 0 | 10 | 100110 | 1001 | 111001 | 1000000 | 1001010 |
Color Harmonies of #E7E290
Complementary color
Monochromatic Colors of #E7E290
Black with #E7E290
Text Example
Text Example
White with #E7E290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E290; }
p { color: rgb(231,226,144); }
H1.HeaderClassName
{
color: #E7E290;
}
.AnyTagClassName
{
color: #E7E290;
}
</style>
background-color css
<style>
a { background-color: #E7E290; }
a { background-color: rgb(231,226,144); }
div.DivClassName
{
background-color: #E7E290;
}
.BgClassName
{
background-color: #E7E290;
}
</style>
border-color css
<style>
span { border-color: #E7E290; }
span { border-color: rgb(231,226,144); }
td.TdClassName
{
border-color: #E7E290;
}
.TagClassName
{
border-color: #E7E290;
}
</style>