Shades of Primrose #E8E69A
Tints of Primrose #E8E69A
RGB
CMYK
RGB Variations
Color information
#E8E69A (or 0xE8E69A) is known color: Primrose. HEX triplet: E8, E6 and 9A. RGB value is (232,230,154). Sum of RGB (Red+Green+Blue) = 232+230+154=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8E69A is #171965. Grayscale: #DEDEDE. Windows color (decimal): -1513830 or 10151656. OLE color: 10151656.
HSL color Cylindrical-coordinate representation of color #E8E69A: hue angle of 58.46º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8E69A is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 230 | 154 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.09 |
| HSL | 58.46º | 0.63% | 0.76% | - |
| HSV(B) | 58.46º | 0.34% | 0.91% | - |
| XYZ | 67.41 | 76.08 | 41.7 | - |
| YUV | 221.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 230 | 154 | 0 | 0.01 | 0.34 | 0.09 | 58.46 | 0.63 | 0.76 |
| Hex | E8 | E6 | 9A | 0 | 1 | 22 | 9 | 3A | 3F | 4C |
| Octal | 350 | 346 | 232 | 0 | 1 | 42 | 11 | 72 | 77 | 114 |
| Binary | 11101000 | 11100110 | 10011010 | 0 | 1 | 100010 | 1001 | 111010 | 111111 | 1001100 |
Color Harmonies of #E8E69A
Complementary color
Monochromatic Colors of #E8E69A
Black with #E8E69A
Text Example
Text Example
White with #E8E69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E69A; }
p { color: rgb(232,230,154); }
H1.HeaderClassName
{
color: #E8E69A;
}
.AnyTagClassName
{
color: #E8E69A;
}
</style>
background-color css
<style>
a { background-color: #E8E69A; }
a { background-color: rgb(232,230,154); }
div.DivClassName
{
background-color: #E8E69A;
}
.BgClassName
{
background-color: #E8E69A;
}
</style>
border-color css
<style>
span { border-color: #E8E69A; }
span { border-color: rgb(232,230,154); }
td.TdClassName
{
border-color: #E8E69A;
}
.TagClassName
{
border-color: #E8E69A;
}
</style>