Shades of Primrose #E8E593
Tints of Primrose #E8E593
RGB
CMYK
RGB Variations
Color information
#E8E593 (or 0xE8E593) is known color: Primrose. HEX triplet: E8, E5 and 93. RGB value is (232,229,147). Sum of RGB (Red+Green+Blue) = 232+229+147=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 147 (57.81% from 255 or 24.18% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E593 is #171A6C. Grayscale: #DCDCDC. Windows color (decimal): -1514093 or 9692648. OLE color: 9692648.
HSL color Cylindrical-coordinate representation of color #E8E593: hue angle of 57.88º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E8E593 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 229 | 147 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.09 |
| HSL | 57.88º | 0.65% | 0.74% | - |
| HSV(B) | 57.88º | 0.37% | 0.91% | - |
| XYZ | 66.56 | 75.3 | 38.63 | - |
| YUV | 220.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 229 | 147 | 0 | 0.01 | 0.37 | 0.09 | 57.88 | 0.65 | 0.74 |
| Hex | E8 | E5 | 93 | 0 | 1 | 25 | 9 | 3A | 41 | 4A |
| Octal | 350 | 345 | 223 | 0 | 1 | 45 | 11 | 72 | 101 | 112 |
| Binary | 11101000 | 11100101 | 10010011 | 0 | 1 | 100101 | 1001 | 111010 | 1000001 | 1001010 |
Color Harmonies of #E8E593
Complementary color
Monochromatic Colors of #E8E593
Black with #E8E593
Text Example
Text Example
White with #E8E593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E593; }
p { color: rgb(232,229,147); }
H1.HeaderClassName
{
color: #E8E593;
}
.AnyTagClassName
{
color: #E8E593;
}
</style>
background-color css
<style>
a { background-color: #E8E593; }
a { background-color: rgb(232,229,147); }
div.DivClassName
{
background-color: #E8E593;
}
.BgClassName
{
background-color: #E8E593;
}
</style>
border-color css
<style>
span { border-color: #E8E593; }
span { border-color: rgb(232,229,147); }
td.TdClassName
{
border-color: #E8E593;
}
.TagClassName
{
border-color: #E8E593;
}
</style>