Shades of Primrose #E7E29D
Tints of Primrose #E7E29D
RGB
CMYK
RGB Variations
Color information
#E7E29D (or 0xE7E29D) is known color: Primrose. HEX triplet: E7, E2 and 9D. RGB value is (231,226,157). Sum of RGB (Red+Green+Blue) = 231+226+157=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E29D is #181D62. Grayscale: #DBDBDB. Windows color (decimal): -1580387 or 10347239. OLE color: 10347239.
HSL color Cylindrical-coordinate representation of color #E7E29D: hue angle of 55.95º 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 #E7E29D is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 157 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.09 |
| HSL | 55.95º | 0.61% | 0.76% | - |
| HSV(B) | 55.95º | 0.32% | 0.91% | - |
| XYZ | 66.24 | 73.82 | 42.66 | - |
| YUV | 219.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 157 | 0 | 0.02 | 0.32 | 0.09 | 55.95 | 0.61 | 0.76 |
| Hex | E7 | E2 | 9D | 0 | 2 | 20 | 9 | 38 | 3D | 4C |
| Octal | 347 | 342 | 235 | 0 | 2 | 40 | 11 | 70 | 75 | 114 |
| Binary | 11100111 | 11100010 | 10011101 | 0 | 10 | 100000 | 1001 | 111000 | 111101 | 1001100 |
Color Harmonies of #E7E29D
Complementary color
Monochromatic Colors of #E7E29D
Black with #E7E29D
Text Example
Text Example
White with #E7E29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E29D; }
p { color: rgb(231,226,157); }
H1.HeaderClassName
{
color: #E7E29D;
}
.AnyTagClassName
{
color: #E7E29D;
}
</style>
background-color css
<style>
a { background-color: #E7E29D; }
a { background-color: rgb(231,226,157); }
div.DivClassName
{
background-color: #E7E29D;
}
.BgClassName
{
background-color: #E7E29D;
}
</style>
border-color css
<style>
span { border-color: #E7E29D; }
span { border-color: rgb(231,226,157); }
td.TdClassName
{
border-color: #E7E29D;
}
.TagClassName
{
border-color: #E7E29D;
}
</style>