Shades of Primrose #E7E29B
Tints of Primrose #E7E29B
RGB
CMYK
RGB Variations
Color information
#E7E29B (or 0xE7E29B) is known color: Primrose. HEX triplet: E7, E2 and 9B. RGB value is (231,226,155). Sum of RGB (Red+Green+Blue) = 231+226+155=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E29B is #181D64. Grayscale: #DBDBDB. Windows color (decimal): -1580389 or 10216167. OLE color: 10216167.
HSL color Cylindrical-coordinate representation of color #E7E29B: hue angle of 56.05º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7E29B is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 155 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.09 |
| HSL | 56.05º | 0.61% | 0.76% | - |
| HSV(B) | 56.05º | 0.33% | 0.91% | - |
| XYZ | 66.07 | 73.75 | 41.76 | - |
| YUV | 219.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 155 | 0 | 0.02 | 0.33 | 0.09 | 56.05 | 0.61 | 0.76 |
| Hex | E7 | E2 | 9B | 0 | 2 | 21 | 9 | 38 | 3D | 4C |
| Octal | 347 | 342 | 233 | 0 | 2 | 41 | 11 | 70 | 75 | 114 |
| Binary | 11100111 | 11100010 | 10011011 | 0 | 10 | 100001 | 1001 | 111000 | 111101 | 1001100 |
Color Harmonies of #E7E29B
Complementary color
Monochromatic Colors of #E7E29B
Black with #E7E29B
Text Example
Text Example
White with #E7E29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E29B; }
p { color: rgb(231,226,155); }
H1.HeaderClassName
{
color: #E7E29B;
}
.AnyTagClassName
{
color: #E7E29B;
}
</style>
background-color css
<style>
a { background-color: #E7E29B; }
a { background-color: rgb(231,226,155); }
div.DivClassName
{
background-color: #E7E29B;
}
.BgClassName
{
background-color: #E7E29B;
}
</style>
border-color css
<style>
span { border-color: #E7E29B; }
span { border-color: rgb(231,226,155); }
td.TdClassName
{
border-color: #E7E29B;
}
.TagClassName
{
border-color: #E7E29B;
}
</style>