Shades of Primrose #E7E29C
Tints of Primrose #E7E29C
RGB
CMYK
RGB Variations
Color information
#E7E29C (or 0xE7E29C) is known color: Primrose. HEX triplet: E7, E2 and 9C. RGB value is (231,226,156). Sum of RGB (Red+Green+Blue) = 231+226+156=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E29C is #181D63. Grayscale: #DBDBDB. Windows color (decimal): -1580388 or 10281703. OLE color: 10281703.
HSL color Cylindrical-coordinate representation of color #E7E29C: hue angle of 56º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7E29C is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 156 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.09 |
| HSL | 56º | 0.61% | 0.76% | - |
| HSV(B) | 56º | 0.32% | 0.91% | - |
| XYZ | 66.15 | 73.78 | 42.21 | - |
| YUV | 219.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 156 | 0 | 0.02 | 0.32 | 0.09 | 56 | 0.61 | 0.76 |
| Hex | E7 | E2 | 9C | 0 | 2 | 20 | 9 | 38 | 3D | 4C |
| Octal | 347 | 342 | 234 | 0 | 2 | 40 | 11 | 70 | 75 | 114 |
| Binary | 11100111 | 11100010 | 10011100 | 0 | 10 | 100000 | 1001 | 111000 | 111101 | 1001100 |
Color Harmonies of #E7E29C
Complementary color
Monochromatic Colors of #E7E29C
Black with #E7E29C
Text Example
Text Example
White with #E7E29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E29C; }
p { color: rgb(231,226,156); }
H1.HeaderClassName
{
color: #E7E29C;
}
.AnyTagClassName
{
color: #E7E29C;
}
</style>
background-color css
<style>
a { background-color: #E7E29C; }
a { background-color: rgb(231,226,156); }
div.DivClassName
{
background-color: #E7E29C;
}
.BgClassName
{
background-color: #E7E29C;
}
</style>
border-color css
<style>
span { border-color: #E7E29C; }
span { border-color: rgb(231,226,156); }
td.TdClassName
{
border-color: #E7E29C;
}
.TagClassName
{
border-color: #E7E29C;
}
</style>