Shades of Primrose #E9DE8D
Tints of Primrose #E9DE8D
RGB
CMYK
RGB Variations
Color information
#E9DE8D (or 0xE9DE8D) is known color: Primrose. HEX triplet: E9, DE and 8D. RGB value is (233,222,141). Sum of RGB (Red+Green+Blue) = 233+222+141=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DE8D is #162172. Grayscale: #D8D8D8. Windows color (decimal): -1450355 or 9297641. OLE color: 9297641.
HSL color Cylindrical-coordinate representation of color #E9DE8D: hue angle of 52.83º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9DE8D is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 141 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.09 |
| HSL | 52.83º | 0.68% | 0.73% | - |
| HSV(B) | 52.83º | 0.39% | 0.91% | - |
| XYZ | 64.53 | 71.49 | 35.6 | - |
| YUV | 216.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 141 | 0 | 0.05 | 0.39 | 0.09 | 52.83 | 0.68 | 0.73 |
| Hex | E9 | DE | 8D | 0 | 5 | 27 | 9 | 35 | 44 | 49 |
| Octal | 351 | 336 | 215 | 0 | 5 | 47 | 11 | 65 | 104 | 111 |
| Binary | 11101001 | 11011110 | 10001101 | 0 | 101 | 100111 | 1001 | 110101 | 1000100 | 1001001 |
Color Harmonies of #E9DE8D
Complementary color
Monochromatic Colors of #E9DE8D
Black with #E9DE8D
Text Example
Text Example
White with #E9DE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DE8D; }
p { color: rgb(233,222,141); }
H1.HeaderClassName
{
color: #E9DE8D;
}
.AnyTagClassName
{
color: #E9DE8D;
}
</style>
background-color css
<style>
a { background-color: #E9DE8D; }
a { background-color: rgb(233,222,141); }
div.DivClassName
{
background-color: #E9DE8D;
}
.BgClassName
{
background-color: #E9DE8D;
}
</style>
border-color css
<style>
span { border-color: #E9DE8D; }
span { border-color: rgb(233,222,141); }
td.TdClassName
{
border-color: #E9DE8D;
}
.TagClassName
{
border-color: #E9DE8D;
}
</style>