Shades of Primrose #E9D88E
Tints of Primrose #E9D88E
RGB
CMYK
RGB Variations
Color information
#E9D88E (or 0xE9D88E) is known color: Primrose. HEX triplet: E9, D8 and 8E. RGB value is (233,216,142). Sum of RGB (Red+Green+Blue) = 233+216+142=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D88E is #162771. Grayscale: #D4D4D4. Windows color (decimal): -1451890 or 9361641. OLE color: 9361641.
HSL color Cylindrical-coordinate representation of color #E9D88E: hue angle of 48.79º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9D88E is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 216 | 142 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.09 |
| HSL | 48.79º | 0.67% | 0.74% | - |
| HSV(B) | 48.79º | 0.39% | 0.91% | - |
| XYZ | 63.04 | 68.39 | 35.47 | - |
| YUV | 212.65 | 88.13 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 216 | 142 | 0 | 0.07 | 0.39 | 0.09 | 48.79 | 0.67 | 0.74 |
| Hex | E9 | D8 | 8E | 0 | 7 | 27 | 9 | 31 | 43 | 4A |
| Octal | 351 | 330 | 216 | 0 | 7 | 47 | 11 | 61 | 103 | 112 |
| Binary | 11101001 | 11011000 | 10001110 | 0 | 111 | 100111 | 1001 | 110001 | 1000011 | 1001010 |
Color Harmonies of #E9D88E
Complementary color
Monochromatic Colors of #E9D88E
Black with #E9D88E
Text Example
Text Example
White with #E9D88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D88E; }
p { color: rgb(233,216,142); }
H1.HeaderClassName
{
color: #E9D88E;
}
.AnyTagClassName
{
color: #E9D88E;
}
</style>
background-color css
<style>
a { background-color: #E9D88E; }
a { background-color: rgb(233,216,142); }
div.DivClassName
{
background-color: #E9D88E;
}
.BgClassName
{
background-color: #E9D88E;
}
</style>
border-color css
<style>
span { border-color: #E9D88E; }
span { border-color: rgb(233,216,142); }
td.TdClassName
{
border-color: #E9D88E;
}
.TagClassName
{
border-color: #E9D88E;
}
</style>