Shades of Primrose #E8DF9C
Tints of Primrose #E8DF9C
RGB
CMYK
RGB Variations
Color information
#E8DF9C (or 0xE8DF9C) is known color: Primrose. HEX triplet: E8, DF and 9C. RGB value is (232,223,156). Sum of RGB (Red+Green+Blue) = 232+223+156=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DF9C is #172063. Grayscale: #DADADA. Windows color (decimal): -1515620 or 10280936. OLE color: 10280936.
HSL color Cylindrical-coordinate representation of color #E8DF9C: hue angle of 52.89º 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 #E8DF9C is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 156 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.09 |
| HSL | 52.89º | 0.62% | 0.76% | - |
| HSV(B) | 52.89º | 0.33% | 0.91% | - |
| XYZ | 65.67 | 72.33 | 41.95 | - |
| YUV | 218.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 156 | 0 | 0.04 | 0.33 | 0.09 | 52.89 | 0.62 | 0.76 |
| Hex | E8 | DF | 9C | 0 | 4 | 21 | 9 | 35 | 3E | 4C |
| Octal | 350 | 337 | 234 | 0 | 4 | 41 | 11 | 65 | 76 | 114 |
| Binary | 11101000 | 11011111 | 10011100 | 0 | 100 | 100001 | 1001 | 110101 | 111110 | 1001100 |
Color Harmonies of #E8DF9C
Complementary color
Monochromatic Colors of #E8DF9C
Black with #E8DF9C
Text Example
Text Example
White with #E8DF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF9C; }
p { color: rgb(232,223,156); }
H1.HeaderClassName
{
color: #E8DF9C;
}
.AnyTagClassName
{
color: #E8DF9C;
}
</style>
background-color css
<style>
a { background-color: #E8DF9C; }
a { background-color: rgb(232,223,156); }
div.DivClassName
{
background-color: #E8DF9C;
}
.BgClassName
{
background-color: #E8DF9C;
}
</style>
border-color css
<style>
span { border-color: #E8DF9C; }
span { border-color: rgb(232,223,156); }
td.TdClassName
{
border-color: #E8DF9C;
}
.TagClassName
{
border-color: #E8DF9C;
}
</style>