Shades of Primrose #E7E890
Tints of Primrose #E7E890
RGB
CMYK
RGB Variations
Color information
#E7E890 (or 0xE7E890) is known color: Primrose. HEX triplet: E7, E8 and 90. RGB value is (231,232,144). Sum of RGB (Red+Green+Blue) = 231+232+144=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 144 (56.64% from 255 or 23.72% from 607); Max value from RGB is 232 - color contains mainly: green. Hex color #E7E890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7E890 is #18176F. Grayscale: #DEDEDE. Windows color (decimal): -1578864 or 9496807. OLE color: 9496807.
HSL color Cylindrical-coordinate representation of color #E7E890: hue angle of 60.68º degrees, saturation: 0.66, 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 #E7E890 is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 232 | 144 | - |
| CMYK | 0.00 | 0 | 0.38 | 0.09 |
| HSL | 60.68º | 0.66% | 0.74% | - |
| HSV(B) | 60.68º | 0.38% | 0.91% | - |
| XYZ | 66.85 | 76.72 | 37.67 | - |
| YUV | 221.67 | 84.17 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 232 | 144 | 0.00 | 0 | 0.38 | 0.09 | 60.68 | 0.66 | 0.74 |
| Hex | E7 | E8 | 90 | 0 | 0 | 26 | 9 | 3D | 42 | 4A |
| Octal | 347 | 350 | 220 | 0 | 0 | 46 | 11 | 75 | 102 | 112 |
| Binary | 11100111 | 11101000 | 10010000 | 0 | 0 | 100110 | 1001 | 111101 | 1000010 | 1001010 |
Color Harmonies of #E7E890
Complementary color
Monochromatic Colors of #E7E890
Black with #E7E890
Text Example
Text Example
White with #E7E890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E890; }
p { color: rgb(231,232,144); }
H1.HeaderClassName
{
color: #E7E890;
}
.AnyTagClassName
{
color: #E7E890;
}
</style>
background-color css
<style>
a { background-color: #E7E890; }
a { background-color: rgb(231,232,144); }
div.DivClassName
{
background-color: #E7E890;
}
.BgClassName
{
background-color: #E7E890;
}
</style>
border-color css
<style>
span { border-color: #E7E890; }
span { border-color: rgb(231,232,144); }
td.TdClassName
{
border-color: #E7E890;
}
.TagClassName
{
border-color: #E7E890;
}
</style>