Shades of Primrose #E7E692
Tints of Primrose #E7E692
RGB
CMYK
RGB Variations
Color information
#E7E692 (or 0xE7E692) is known color: Primrose. HEX triplet: E7, E6 and 92. RGB value is (231,230,146). Sum of RGB (Red+Green+Blue) = 231+230+146=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 146 (57.42% from 255 or 24.05% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E692 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7E692 is #18196D. Grayscale: #DDDDDD. Windows color (decimal): -1579374 or 9627367. OLE color: 9627367.
HSL color Cylindrical-coordinate representation of color #E7E692: hue angle of 59.29º 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 #E7E692 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 230 | 146 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.09 |
| HSL | 59.29º | 0.64% | 0.74% | - |
| HSV(B) | 59.29º | 0.37% | 0.91% | - |
| XYZ | 66.44 | 75.66 | 38.3 | - |
| YUV | 220.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 230 | 146 | 0 | 0.00 | 0.37 | 0.09 | 59.29 | 0.64 | 0.74 |
| Hex | E7 | E6 | 92 | 0 | 0 | 25 | 9 | 3B | 40 | 4A |
| Octal | 347 | 346 | 222 | 0 | 0 | 45 | 11 | 73 | 100 | 112 |
| Binary | 11100111 | 11100110 | 10010010 | 0 | 0 | 100101 | 1001 | 111011 | 1000000 | 1001010 |
Color Harmonies of #E7E692
Complementary color
Monochromatic Colors of #E7E692
Black with #E7E692
Text Example
Text Example
White with #E7E692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E692; }
p { color: rgb(231,230,146); }
H1.HeaderClassName
{
color: #E7E692;
}
.AnyTagClassName
{
color: #E7E692;
}
</style>
background-color css
<style>
a { background-color: #E7E692; }
a { background-color: rgb(231,230,146); }
div.DivClassName
{
background-color: #E7E692;
}
.BgClassName
{
background-color: #E7E692;
}
</style>
border-color css
<style>
span { border-color: #E7E692; }
span { border-color: rgb(231,230,146); }
td.TdClassName
{
border-color: #E7E692;
}
.TagClassName
{
border-color: #E7E692;
}
</style>