Shades of Primrose #E7E19C
Tints of Primrose #E7E19C
RGB
CMYK
RGB Variations
Color information
#E7E19C (or 0xE7E19C) is known color: Primrose. HEX triplet: E7, E1 and 9C. RGB value is (231,225,156). Sum of RGB (Red+Green+Blue) = 231+225+156=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E19C is #181E63. Grayscale: #DBDBDB. Windows color (decimal): -1580644 or 10281447. OLE color: 10281447.
HSL color Cylindrical-coordinate representation of color #E7E19C: hue angle of 55.2º 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 #E7E19C is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 156 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.09 |
| HSL | 55.2º | 0.61% | 0.76% | - |
| HSV(B) | 55.2º | 0.32% | 0.91% | - |
| XYZ | 65.88 | 73.24 | 42.12 | - |
| YUV | 218.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 156 | 0 | 0.03 | 0.32 | 0.09 | 55.2 | 0.61 | 0.76 |
| Hex | E7 | E1 | 9C | 0 | 3 | 20 | 9 | 37 | 3D | 4C |
| Octal | 347 | 341 | 234 | 0 | 3 | 40 | 11 | 67 | 75 | 114 |
| Binary | 11100111 | 11100001 | 10011100 | 0 | 11 | 100000 | 1001 | 110111 | 111101 | 1001100 |
Color Harmonies of #E7E19C
Complementary color
Monochromatic Colors of #E7E19C
Black with #E7E19C
Text Example
Text Example
White with #E7E19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E19C; }
p { color: rgb(231,225,156); }
H1.HeaderClassName
{
color: #E7E19C;
}
.AnyTagClassName
{
color: #E7E19C;
}
</style>
background-color css
<style>
a { background-color: #E7E19C; }
a { background-color: rgb(231,225,156); }
div.DivClassName
{
background-color: #E7E19C;
}
.BgClassName
{
background-color: #E7E19C;
}
</style>
border-color css
<style>
span { border-color: #E7E19C; }
span { border-color: rgb(231,225,156); }
td.TdClassName
{
border-color: #E7E19C;
}
.TagClassName
{
border-color: #E7E19C;
}
</style>