Shades of Primrose #E8E691
Tints of Primrose #E8E691
RGB
CMYK
RGB Variations
Color information
#E8E691 (or 0xE8E691) is known color: Primrose. HEX triplet: E8, E6 and 91. RGB value is (232,230,145). Sum of RGB (Red+Green+Blue) = 232+230+145=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 145 (57.03% from 255 or 23.89% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E691 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8E691 is #17196E. Grayscale: #DDDDDD. Windows color (decimal): -1513839 or 9561832. OLE color: 9561832.
HSL color Cylindrical-coordinate representation of color #E8E691: hue angle of 58.62º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8E691 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 230 | 145 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.09 |
| HSL | 58.62º | 0.65% | 0.74% | - |
| HSV(B) | 58.62º | 0.38% | 0.91% | - |
| XYZ | 66.69 | 75.79 | 37.9 | - |
| YUV | 220.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 230 | 145 | 0 | 0.01 | 0.38 | 0.09 | 58.62 | 0.65 | 0.74 |
| Hex | E8 | E6 | 91 | 0 | 1 | 26 | 9 | 3B | 41 | 4A |
| Octal | 350 | 346 | 221 | 0 | 1 | 46 | 11 | 73 | 101 | 112 |
| Binary | 11101000 | 11100110 | 10010001 | 0 | 1 | 100110 | 1001 | 111011 | 1000001 | 1001010 |
Color Harmonies of #E8E691
Complementary color
Monochromatic Colors of #E8E691
Black with #E8E691
Text Example
Text Example
White with #E8E691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E691; }
p { color: rgb(232,230,145); }
H1.HeaderClassName
{
color: #E8E691;
}
.AnyTagClassName
{
color: #E8E691;
}
</style>
background-color css
<style>
a { background-color: #E8E691; }
a { background-color: rgb(232,230,145); }
div.DivClassName
{
background-color: #E8E691;
}
.BgClassName
{
background-color: #E8E691;
}
</style>
border-color css
<style>
span { border-color: #E8E691; }
span { border-color: rgb(232,230,145); }
td.TdClassName
{
border-color: #E8E691;
}
.TagClassName
{
border-color: #E8E691;
}
</style>