Shades of Primrose #E7E19B
Tints of Primrose #E7E19B
RGB
CMYK
RGB Variations
Color information
#E7E19B (or 0xE7E19B) is known color: Primrose. HEX triplet: E7, E1 and 9B. RGB value is (231,225,155). Sum of RGB (Red+Green+Blue) = 231+225+155=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E19B is #181E64. Grayscale: #DBDBDB. Windows color (decimal): -1580645 or 10215911. OLE color: 10215911.
HSL color Cylindrical-coordinate representation of color #E7E19B: hue angle of 55.26º 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 #E7E19B is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 155 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.09 |
| HSL | 55.26º | 0.61% | 0.76% | - |
| HSV(B) | 55.26º | 0.33% | 0.91% | - |
| XYZ | 65.8 | 73.21 | 41.67 | - |
| YUV | 218.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 155 | 0 | 0.03 | 0.33 | 0.09 | 55.26 | 0.61 | 0.76 |
| Hex | E7 | E1 | 9B | 0 | 3 | 21 | 9 | 37 | 3D | 4C |
| Octal | 347 | 341 | 233 | 0 | 3 | 41 | 11 | 67 | 75 | 114 |
| Binary | 11100111 | 11100001 | 10011011 | 0 | 11 | 100001 | 1001 | 110111 | 111101 | 1001100 |
Color Harmonies of #E7E19B
Complementary color
Monochromatic Colors of #E7E19B
Black with #E7E19B
Text Example
Text Example
White with #E7E19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E19B; }
p { color: rgb(231,225,155); }
H1.HeaderClassName
{
color: #E7E19B;
}
.AnyTagClassName
{
color: #E7E19B;
}
</style>
background-color css
<style>
a { background-color: #E7E19B; }
a { background-color: rgb(231,225,155); }
div.DivClassName
{
background-color: #E7E19B;
}
.BgClassName
{
background-color: #E7E19B;
}
</style>
border-color css
<style>
span { border-color: #E7E19B; }
span { border-color: rgb(231,225,155); }
td.TdClassName
{
border-color: #E7E19B;
}
.TagClassName
{
border-color: #E7E19B;
}
</style>