Shades of Primrose #E8E29B
Tints of Primrose #E8E29B
RGB
CMYK
RGB Variations
Color information
#E8E29B (or 0xE8E29B) is known color: Primrose. HEX triplet: E8, E2 and 9B. RGB value is (232,226,155). Sum of RGB (Red+Green+Blue) = 232+226+155=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E29B is #171D64. Grayscale: #DBDBDB. Windows color (decimal): -1514853 or 10216168. OLE color: 10216168.
HSL color Cylindrical-coordinate representation of color #E8E29B: hue angle of 55.32º degrees, saturation: 0.63, 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 #E8E29B is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 226 | 155 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.09 |
| HSL | 55.32º | 0.63% | 0.76% | - |
| HSV(B) | 55.32º | 0.33% | 0.91% | - |
| XYZ | 66.39 | 73.92 | 41.78 | - |
| YUV | 219.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 155 | 0 | 0.03 | 0.33 | 0.09 | 55.32 | 0.63 | 0.76 |
| Hex | E8 | E2 | 9B | 0 | 3 | 21 | 9 | 37 | 3F | 4C |
| Octal | 350 | 342 | 233 | 0 | 3 | 41 | 11 | 67 | 77 | 114 |
| Binary | 11101000 | 11100010 | 10011011 | 0 | 11 | 100001 | 1001 | 110111 | 111111 | 1001100 |
Color Harmonies of #E8E29B
Complementary color
Monochromatic Colors of #E8E29B
Black with #E8E29B
Text Example
Text Example
White with #E8E29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E29B; }
p { color: rgb(232,226,155); }
H1.HeaderClassName
{
color: #E8E29B;
}
.AnyTagClassName
{
color: #E8E29B;
}
</style>
background-color css
<style>
a { background-color: #E8E29B; }
a { background-color: rgb(232,226,155); }
div.DivClassName
{
background-color: #E8E29B;
}
.BgClassName
{
background-color: #E8E29B;
}
</style>
border-color css
<style>
span { border-color: #E8E29B; }
span { border-color: rgb(232,226,155); }
td.TdClassName
{
border-color: #E8E29B;
}
.TagClassName
{
border-color: #E8E29B;
}
</style>