Shades of Primrose #E7E08A
Tints of Primrose #E7E08A
RGB
CMYK
RGB Variations
Color information
#E7E08A (or 0xE7E08A) is known color: Primrose. HEX triplet: E7, E0 and 8A. RGB value is (231,224,138). Sum of RGB (Red+Green+Blue) = 231+224+138=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E08A is #181F75. Grayscale: #D8D8D8. Windows color (decimal): -1580918 or 9101543. OLE color: 9101543.
HSL color Cylindrical-coordinate representation of color #E7E08A: hue angle of 55.48º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7E08A is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 138 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.09 |
| HSL | 55.48º | 0.66% | 0.72% | - |
| HSV(B) | 55.48º | 0.4% | 0.91% | - |
| XYZ | 64.2 | 72.14 | 34.58 | - |
| YUV | 216.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 138 | 0 | 0.03 | 0.40 | 0.09 | 55.48 | 0.66 | 0.72 |
| Hex | E7 | E0 | 8A | 0 | 3 | 28 | 9 | 37 | 42 | 48 |
| Octal | 347 | 340 | 212 | 0 | 3 | 50 | 11 | 67 | 102 | 110 |
| Binary | 11100111 | 11100000 | 10001010 | 0 | 11 | 101000 | 1001 | 110111 | 1000010 | 1001000 |
Color Harmonies of #E7E08A
Complementary color
Monochromatic Colors of #E7E08A
Black with #E7E08A
Text Example
Text Example
White with #E7E08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E08A; }
p { color: rgb(231,224,138); }
H1.HeaderClassName
{
color: #E7E08A;
}
.AnyTagClassName
{
color: #E7E08A;
}
</style>
background-color css
<style>
a { background-color: #E7E08A; }
a { background-color: rgb(231,224,138); }
div.DivClassName
{
background-color: #E7E08A;
}
.BgClassName
{
background-color: #E7E08A;
}
</style>
border-color css
<style>
span { border-color: #E7E08A; }
span { border-color: rgb(231,224,138); }
td.TdClassName
{
border-color: #E7E08A;
}
.TagClassName
{
border-color: #E7E08A;
}
</style>