Shades of Primrose #E7E293
Tints of Primrose #E7E293
RGB
CMYK
RGB Variations
Color information
#E7E293 (or 0xE7E293) is known color: Primrose. HEX triplet: E7, E2 and 93. RGB value is (231,226,147). Sum of RGB (Red+Green+Blue) = 231+226+147=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 147 (57.81% from 255 or 24.34% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E293 is #181D6C. Grayscale: #DADADA. Windows color (decimal): -1580397 or 9691879. OLE color: 9691879.
HSL color Cylindrical-coordinate representation of color #E7E293: hue angle of 56.43º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7E293 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 147 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.09 |
| HSL | 56.43º | 0.64% | 0.74% | - |
| HSV(B) | 56.43º | 0.36% | 0.91% | - |
| XYZ | 65.42 | 73.49 | 38.34 | - |
| YUV | 218.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 147 | 0 | 0.02 | 0.36 | 0.09 | 56.43 | 0.64 | 0.74 |
| Hex | E7 | E2 | 93 | 0 | 2 | 24 | 9 | 38 | 40 | 4A |
| Octal | 347 | 342 | 223 | 0 | 2 | 44 | 11 | 70 | 100 | 112 |
| Binary | 11100111 | 11100010 | 10010011 | 0 | 10 | 100100 | 1001 | 111000 | 1000000 | 1001010 |
Color Harmonies of #E7E293
Complementary color
Monochromatic Colors of #E7E293
Black with #E7E293
Text Example
Text Example
White with #E7E293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E293; }
p { color: rgb(231,226,147); }
H1.HeaderClassName
{
color: #E7E293;
}
.AnyTagClassName
{
color: #E7E293;
}
</style>
background-color css
<style>
a { background-color: #E7E293; }
a { background-color: rgb(231,226,147); }
div.DivClassName
{
background-color: #E7E293;
}
.BgClassName
{
background-color: #E7E293;
}
</style>
border-color css
<style>
span { border-color: #E7E293; }
span { border-color: rgb(231,226,147); }
td.TdClassName
{
border-color: #E7E293;
}
.TagClassName
{
border-color: #E7E293;
}
</style>