Shades of Primrose #E8E29C
Tints of Primrose #E8E29C
RGB
CMYK
RGB Variations
Color information
#E8E29C (or 0xE8E29C) is known color: Primrose. HEX triplet: E8, E2 and 9C. RGB value is (232,226,156). Sum of RGB (Red+Green+Blue) = 232+226+156=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E29C is #171D63. Grayscale: #DCDCDC. Windows color (decimal): -1514852 or 10281704. OLE color: 10281704.
HSL color Cylindrical-coordinate representation of color #E8E29C: hue angle of 55.26º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8E29C is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 226 | 156 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.09 |
| HSL | 55.26º | 0.62% | 0.76% | - |
| HSV(B) | 55.26º | 0.33% | 0.91% | - |
| XYZ | 66.48 | 73.95 | 42.22 | - |
| YUV | 219.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 156 | 0 | 0.03 | 0.33 | 0.09 | 55.26 | 0.62 | 0.76 |
| Hex | E8 | E2 | 9C | 0 | 3 | 21 | 9 | 37 | 3E | 4C |
| Octal | 350 | 342 | 234 | 0 | 3 | 41 | 11 | 67 | 76 | 114 |
| Binary | 11101000 | 11100010 | 10011100 | 0 | 11 | 100001 | 1001 | 110111 | 111110 | 1001100 |
Color Harmonies of #E8E29C
Complementary color
Monochromatic Colors of #E8E29C
Black with #E8E29C
Text Example
Text Example
White with #E8E29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E29C; }
p { color: rgb(232,226,156); }
H1.HeaderClassName
{
color: #E8E29C;
}
.AnyTagClassName
{
color: #E8E29C;
}
</style>
background-color css
<style>
a { background-color: #E8E29C; }
a { background-color: rgb(232,226,156); }
div.DivClassName
{
background-color: #E8E29C;
}
.BgClassName
{
background-color: #E8E29C;
}
</style>
border-color css
<style>
span { border-color: #E8E29C; }
span { border-color: rgb(232,226,156); }
td.TdClassName
{
border-color: #E8E29C;
}
.TagClassName
{
border-color: #E8E29C;
}
</style>