Shades of Primrose #E8E594
Tints of Primrose #E8E594
RGB
CMYK
RGB Variations
Color information
#E8E594 (or 0xE8E594) is known color: Primrose. HEX triplet: E8, E5 and 94. RGB value is (232,229,148). Sum of RGB (Red+Green+Blue) = 232+229+148=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 148 (58.20% from 255 or 24.30% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E594 is #171A6B. Grayscale: #DCDCDC. Windows color (decimal): -1514092 or 9758184. OLE color: 9758184.
HSL color Cylindrical-coordinate representation of color #E8E594: hue angle of 57.86º degrees, saturation: 0.65, 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 #E8E594 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 229 | 148 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.09 |
| HSL | 57.86º | 0.65% | 0.75% | - |
| HSV(B) | 57.86º | 0.36% | 0.91% | - |
| XYZ | 66.64 | 75.33 | 39.05 | - |
| YUV | 220.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 229 | 148 | 0 | 0.01 | 0.36 | 0.09 | 57.86 | 0.65 | 0.75 |
| Hex | E8 | E5 | 94 | 0 | 1 | 24 | 9 | 3A | 41 | 4B |
| Octal | 350 | 345 | 224 | 0 | 1 | 44 | 11 | 72 | 101 | 113 |
| Binary | 11101000 | 11100101 | 10010100 | 0 | 1 | 100100 | 1001 | 111010 | 1000001 | 1001011 |
Color Harmonies of #E8E594
Complementary color
Monochromatic Colors of #E8E594
Black with #E8E594
Text Example
Text Example
White with #E8E594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E594; }
p { color: rgb(232,229,148); }
H1.HeaderClassName
{
color: #E8E594;
}
.AnyTagClassName
{
color: #E8E594;
}
</style>
background-color css
<style>
a { background-color: #E8E594; }
a { background-color: rgb(232,229,148); }
div.DivClassName
{
background-color: #E8E594;
}
.BgClassName
{
background-color: #E8E594;
}
</style>
border-color css
<style>
span { border-color: #E8E594; }
span { border-color: rgb(232,229,148); }
td.TdClassName
{
border-color: #E8E594;
}
.TagClassName
{
border-color: #E8E594;
}
</style>