Shades of Primrose #E7E790
Tints of Primrose #E7E790
RGB
CMYK
RGB Variations
Color information
#E7E790 (or 0xE7E790) is known color: Primrose. HEX triplet: E7, E7 and 90. RGB value is (231,231,144). Sum of RGB (Red+Green+Blue) = 231+231+144=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 231 - color contains mainly: red, green. Hex color #E7E790 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7E790 is #18186F. Grayscale: #DDDDDD. Windows color (decimal): -1579120 or 9496551. OLE color: 9496551.
HSL color Cylindrical-coordinate representation of color #E7E790: hue angle of 60º 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 #E7E790 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 231 | 144 | - |
| CMYK | 0 | 0 | 0.38 | 0.09 |
| HSL | 60º | 0.64% | 0.74% | - |
| HSV(B) | 60º | 0.38% | 0.91% | - |
| XYZ | 66.56 | 76.15 | 37.58 | - |
| YUV | 221.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 231 | 144 | 0 | 0 | 0.38 | 0.09 | 60 | 0.64 | 0.74 |
| Hex | E7 | E7 | 90 | 0 | 0 | 26 | 9 | 3C | 40 | 4A |
| Octal | 347 | 347 | 220 | 0 | 0 | 46 | 11 | 74 | 100 | 112 |
| Binary | 11100111 | 11100111 | 10010000 | 0 | 0 | 100110 | 1001 | 111100 | 1000000 | 1001010 |
Color Harmonies of #E7E790
Complementary color
Monochromatic Colors of #E7E790
Black with #E7E790
Text Example
Text Example
White with #E7E790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E790; }
p { color: rgb(231,231,144); }
H1.HeaderClassName
{
color: #E7E790;
}
.AnyTagClassName
{
color: #E7E790;
}
</style>
background-color css
<style>
a { background-color: #E7E790; }
a { background-color: rgb(231,231,144); }
div.DivClassName
{
background-color: #E7E790;
}
.BgClassName
{
background-color: #E7E790;
}
</style>
border-color css
<style>
span { border-color: #E7E790; }
span { border-color: rgb(231,231,144); }
td.TdClassName
{
border-color: #E7E790;
}
.TagClassName
{
border-color: #E7E790;
}
</style>