Shades of Primrose #E7E085
Tints of Primrose #E7E085
RGB
CMYK
RGB Variations
Color information
#E7E085 (or 0xE7E085) is known color: Primrose. HEX triplet: E7, E0 and 85. RGB value is (231,224,133). Sum of RGB (Red+Green+Blue) = 231+224+133=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E085 is #181F7A. Grayscale: #D8D8D8. Windows color (decimal): -1580923 or 8773863. OLE color: 8773863.
HSL color Cylindrical-coordinate representation of color #E7E085: hue angle of 55.71º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7E085 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 133 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.09 |
| HSL | 55.71º | 0.67% | 0.71% | - |
| HSV(B) | 55.71º | 0.42% | 0.91% | - |
| XYZ | 63.84 | 71.99 | 32.72 | - |
| YUV | 215.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 133 | 0 | 0.03 | 0.42 | 0.09 | 55.71 | 0.67 | 0.71 |
| Hex | E7 | E0 | 85 | 0 | 3 | 2A | 9 | 38 | 43 | 47 |
| Octal | 347 | 340 | 205 | 0 | 3 | 52 | 11 | 70 | 103 | 107 |
| Binary | 11100111 | 11100000 | 10000101 | 0 | 11 | 101010 | 1001 | 111000 | 1000011 | 1000111 |
Color Harmonies of #E7E085
Complementary color
Monochromatic Colors of #E7E085
Black with #E7E085
Text Example
Text Example
White with #E7E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E085; }
p { color: rgb(231,224,133); }
H1.HeaderClassName
{
color: #E7E085;
}
.AnyTagClassName
{
color: #E7E085;
}
</style>
background-color css
<style>
a { background-color: #E7E085; }
a { background-color: rgb(231,224,133); }
div.DivClassName
{
background-color: #E7E085;
}
.BgClassName
{
background-color: #E7E085;
}
</style>
border-color css
<style>
span { border-color: #E7E085; }
span { border-color: rgb(231,224,133); }
td.TdClassName
{
border-color: #E7E085;
}
.TagClassName
{
border-color: #E7E085;
}
</style>