Shades of Primrose #E7E192
Tints of Primrose #E7E192
RGB
CMYK
RGB Variations
Color information
#E7E192 (or 0xE7E192) is known color: Primrose. HEX triplet: E7, E1 and 92. RGB value is (231,225,146). Sum of RGB (Red+Green+Blue) = 231+225+146=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E192 is #181E6D. Grayscale: #DADADA. Windows color (decimal): -1580654 or 9626087. OLE color: 9626087.
HSL color Cylindrical-coordinate representation of color #E7E192: hue angle of 55.76º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7E192 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 146 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.09 |
| HSL | 55.76º | 0.64% | 0.74% | - |
| HSV(B) | 55.76º | 0.37% | 0.91% | - |
| XYZ | 65.07 | 72.91 | 37.84 | - |
| YUV | 217.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 146 | 0 | 0.03 | 0.37 | 0.09 | 55.76 | 0.64 | 0.74 |
| Hex | E7 | E1 | 92 | 0 | 3 | 25 | 9 | 38 | 40 | 4A |
| Octal | 347 | 341 | 222 | 0 | 3 | 45 | 11 | 70 | 100 | 112 |
| Binary | 11100111 | 11100001 | 10010010 | 0 | 11 | 100101 | 1001 | 111000 | 1000000 | 1001010 |
Color Harmonies of #E7E192
Complementary color
Monochromatic Colors of #E7E192
Black with #E7E192
Text Example
Text Example
White with #E7E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E192; }
p { color: rgb(231,225,146); }
H1.HeaderClassName
{
color: #E7E192;
}
.AnyTagClassName
{
color: #E7E192;
}
</style>
background-color css
<style>
a { background-color: #E7E192; }
a { background-color: rgb(231,225,146); }
div.DivClassName
{
background-color: #E7E192;
}
.BgClassName
{
background-color: #E7E192;
}
</style>
border-color css
<style>
span { border-color: #E7E192; }
span { border-color: rgb(231,225,146); }
td.TdClassName
{
border-color: #E7E192;
}
.TagClassName
{
border-color: #E7E192;
}
</style>