Shades of Primrose #E8E08F
Tints of Primrose #E8E08F
RGB
CMYK
RGB Variations
Color information
#E8E08F (or 0xE8E08F) is known color: Primrose. HEX triplet: E8, E0 and 8F. RGB value is (232,224,143). Sum of RGB (Red+Green+Blue) = 232+224+143=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E08F is #171F70. Grayscale: #D9D9D9. Windows color (decimal): -1515377 or 9429224. OLE color: 9429224.
HSL color Cylindrical-coordinate representation of color #E8E08F: hue angle of 54.61º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8E08F is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 143 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.09 |
| HSL | 54.61º | 0.66% | 0.74% | - |
| HSV(B) | 54.61º | 0.38% | 0.91% | - |
| XYZ | 64.89 | 72.45 | 36.55 | - |
| YUV | 217.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 143 | 0 | 0.03 | 0.38 | 0.09 | 54.61 | 0.66 | 0.74 |
| Hex | E8 | E0 | 8F | 0 | 3 | 26 | 9 | 37 | 42 | 4A |
| Octal | 350 | 340 | 217 | 0 | 3 | 46 | 11 | 67 | 102 | 112 |
| Binary | 11101000 | 11100000 | 10001111 | 0 | 11 | 100110 | 1001 | 110111 | 1000010 | 1001010 |
Color Harmonies of #E8E08F
Complementary color
Monochromatic Colors of #E8E08F
Black with #E8E08F
Text Example
Text Example
White with #E8E08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E08F; }
p { color: rgb(232,224,143); }
H1.HeaderClassName
{
color: #E8E08F;
}
.AnyTagClassName
{
color: #E8E08F;
}
</style>
background-color css
<style>
a { background-color: #E8E08F; }
a { background-color: rgb(232,224,143); }
div.DivClassName
{
background-color: #E8E08F;
}
.BgClassName
{
background-color: #E8E08F;
}
</style>
border-color css
<style>
span { border-color: #E8E08F; }
span { border-color: rgb(232,224,143); }
td.TdClassName
{
border-color: #E8E08F;
}
.TagClassName
{
border-color: #E8E08F;
}
</style>