Shades of Primrose #E7E09A
Tints of Primrose #E7E09A
RGB
CMYK
RGB Variations
Color information
#E7E09A (or 0xE7E09A) is known color: Primrose. HEX triplet: E7, E0 and 9A. RGB value is (231,224,154). Sum of RGB (Red+Green+Blue) = 231+224+154=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E09A is #181F65. Grayscale: #DADADA. Windows color (decimal): -1580902 or 10150119. OLE color: 10150119.
HSL color Cylindrical-coordinate representation of color #E7E09A: hue angle of 54.55º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7E09A is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 154 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.09 |
| HSL | 54.55º | 0.62% | 0.75% | - |
| HSV(B) | 54.55º | 0.33% | 0.91% | - |
| XYZ | 65.44 | 72.63 | 41.14 | - |
| YUV | 218.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 154 | 0 | 0.03 | 0.33 | 0.09 | 54.55 | 0.62 | 0.75 |
| Hex | E7 | E0 | 9A | 0 | 3 | 21 | 9 | 37 | 3E | 4B |
| Octal | 347 | 340 | 232 | 0 | 3 | 41 | 11 | 67 | 76 | 113 |
| Binary | 11100111 | 11100000 | 10011010 | 0 | 11 | 100001 | 1001 | 110111 | 111110 | 1001011 |
Color Harmonies of #E7E09A
Complementary color
Monochromatic Colors of #E7E09A
Black with #E7E09A
Text Example
Text Example
White with #E7E09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E09A; }
p { color: rgb(231,224,154); }
H1.HeaderClassName
{
color: #E7E09A;
}
.AnyTagClassName
{
color: #E7E09A;
}
</style>
background-color css
<style>
a { background-color: #E7E09A; }
a { background-color: rgb(231,224,154); }
div.DivClassName
{
background-color: #E7E09A;
}
.BgClassName
{
background-color: #E7E09A;
}
</style>
border-color css
<style>
span { border-color: #E7E09A; }
span { border-color: rgb(231,224,154); }
td.TdClassName
{
border-color: #E7E09A;
}
.TagClassName
{
border-color: #E7E09A;
}
</style>