Shades of Primrose #E8E795
Tints of Primrose #E8E795
RGB
CMYK
RGB Variations
Color information
#E8E795 (or 0xE8E795) is known color: Primrose. HEX triplet: E8, E7 and 95. RGB value is (232,231,149). Sum of RGB (Red+Green+Blue) = 232+231+149=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E795 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8E795 is #17186A. Grayscale: #DEDEDE. Windows color (decimal): -1513579 or 9824232. OLE color: 9824232.
HSL color Cylindrical-coordinate representation of color #E8E795: hue angle of 59.28º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8E795 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 231 | 149 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.09 |
| HSL | 59.28º | 0.64% | 0.75% | - |
| HSV(B) | 59.28º | 0.36% | 0.91% | - |
| XYZ | 67.28 | 76.48 | 39.65 | - |
| YUV | 221.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 231 | 149 | 0 | 0.00 | 0.36 | 0.09 | 59.28 | 0.64 | 0.75 |
| Hex | E8 | E7 | 95 | 0 | 0 | 24 | 9 | 3B | 40 | 4B |
| Octal | 350 | 347 | 225 | 0 | 0 | 44 | 11 | 73 | 100 | 113 |
| Binary | 11101000 | 11100111 | 10010101 | 0 | 0 | 100100 | 1001 | 111011 | 1000000 | 1001011 |
Color Harmonies of #E8E795
Complementary color
Monochromatic Colors of #E8E795
Black with #E8E795
Text Example
Text Example
White with #E8E795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E795; }
p { color: rgb(232,231,149); }
H1.HeaderClassName
{
color: #E8E795;
}
.AnyTagClassName
{
color: #E8E795;
}
</style>
background-color css
<style>
a { background-color: #E8E795; }
a { background-color: rgb(232,231,149); }
div.DivClassName
{
background-color: #E8E795;
}
.BgClassName
{
background-color: #E8E795;
}
</style>
border-color css
<style>
span { border-color: #E8E795; }
span { border-color: rgb(232,231,149); }
td.TdClassName
{
border-color: #E8E795;
}
.TagClassName
{
border-color: #E8E795;
}
</style>