Shades of Primrose #E8DF9A
Tints of Primrose #E8DF9A
RGB
CMYK
RGB Variations
Color information
#E8DF9A (or 0xE8DF9A) is known color: Primrose. HEX triplet: E8, DF and 9A. RGB value is (232,223,154). Sum of RGB (Red+Green+Blue) = 232+223+154=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DF9A is #172065. Grayscale: #DADADA. Windows color (decimal): -1515622 or 10149864. OLE color: 10149864.
HSL color Cylindrical-coordinate representation of color #E8DF9A: hue angle of 53.08º 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 #E8DF9A is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 154 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.09 |
| HSL | 53.08º | 0.63% | 0.76% | - |
| HSV(B) | 53.08º | 0.34% | 0.91% | - |
| XYZ | 65.5 | 72.26 | 41.07 | - |
| YUV | 217.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 154 | 0 | 0.04 | 0.34 | 0.09 | 53.08 | 0.63 | 0.76 |
| Hex | E8 | DF | 9A | 0 | 4 | 22 | 9 | 35 | 3F | 4C |
| Octal | 350 | 337 | 232 | 0 | 4 | 42 | 11 | 65 | 77 | 114 |
| Binary | 11101000 | 11011111 | 10011010 | 0 | 100 | 100010 | 1001 | 110101 | 111111 | 1001100 |
Color Harmonies of #E8DF9A
Complementary color
Monochromatic Colors of #E8DF9A
Black with #E8DF9A
Text Example
Text Example
White with #E8DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF9A; }
p { color: rgb(232,223,154); }
H1.HeaderClassName
{
color: #E8DF9A;
}
.AnyTagClassName
{
color: #E8DF9A;
}
</style>
background-color css
<style>
a { background-color: #E8DF9A; }
a { background-color: rgb(232,223,154); }
div.DivClassName
{
background-color: #E8DF9A;
}
.BgClassName
{
background-color: #E8DF9A;
}
</style>
border-color css
<style>
span { border-color: #E8DF9A; }
span { border-color: rgb(232,223,154); }
td.TdClassName
{
border-color: #E8DF9A;
}
.TagClassName
{
border-color: #E8DF9A;
}
</style>