Shades of Primrose #E7E395
Tints of Primrose #E7E395
RGB
CMYK
RGB Variations
Color information
#E7E395 (or 0xE7E395) is known color: Primrose. HEX triplet: E7, E3 and 95. RGB value is (231,227,149). Sum of RGB (Red+Green+Blue) = 231+227+149=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E395 is #181C6A. Grayscale: #DBDBDB. Windows color (decimal): -1580139 or 9823207. OLE color: 9823207.
HSL color Cylindrical-coordinate representation of color #E7E395: hue angle of 57.07º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7E395 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 227 | 149 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.09 |
| HSL | 57.07º | 0.63% | 0.75% | - |
| HSV(B) | 57.07º | 0.35% | 0.91% | - |
| XYZ | 65.85 | 74.1 | 39.27 | - |
| YUV | 219.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 227 | 149 | 0 | 0.02 | 0.35 | 0.09 | 57.07 | 0.63 | 0.75 |
| Hex | E7 | E3 | 95 | 0 | 2 | 23 | 9 | 39 | 3F | 4B |
| Octal | 347 | 343 | 225 | 0 | 2 | 43 | 11 | 71 | 77 | 113 |
| Binary | 11100111 | 11100011 | 10010101 | 0 | 10 | 100011 | 1001 | 111001 | 111111 | 1001011 |
Color Harmonies of #E7E395
Complementary color
Monochromatic Colors of #E7E395
Black with #E7E395
Text Example
Text Example
White with #E7E395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E395; }
p { color: rgb(231,227,149); }
H1.HeaderClassName
{
color: #E7E395;
}
.AnyTagClassName
{
color: #E7E395;
}
</style>
background-color css
<style>
a { background-color: #E7E395; }
a { background-color: rgb(231,227,149); }
div.DivClassName
{
background-color: #E7E395;
}
.BgClassName
{
background-color: #E7E395;
}
</style>
border-color css
<style>
span { border-color: #E7E395; }
span { border-color: rgb(231,227,149); }
td.TdClassName
{
border-color: #E7E395;
}
.TagClassName
{
border-color: #E7E395;
}
</style>