Shades of Primrose #E9DE99
Tints of Primrose #E9DE99
RGB
CMYK
RGB Variations
Color information
#E9DE99 (or 0xE9DE99) is known color: Primrose. HEX triplet: E9, DE and 99. RGB value is (233,222,153). Sum of RGB (Red+Green+Blue) = 233+222+153=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DE99 is #162166. Grayscale: #D9D9D9. Windows color (decimal): -1450343 or 10084073. OLE color: 10084073.
HSL color Cylindrical-coordinate representation of color #E9DE99: hue angle of 51.75º degrees, saturation: 0.65, 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 #E9DE99 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 153 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.09 |
| HSL | 51.75º | 0.65% | 0.76% | - |
| HSV(B) | 51.75º | 0.34% | 0.91% | - |
| XYZ | 65.48 | 71.87 | 40.56 | - |
| YUV | 217.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 153 | 0 | 0.05 | 0.34 | 0.09 | 51.75 | 0.65 | 0.76 |
| Hex | E9 | DE | 99 | 0 | 5 | 22 | 9 | 34 | 41 | 4C |
| Octal | 351 | 336 | 231 | 0 | 5 | 42 | 11 | 64 | 101 | 114 |
| Binary | 11101001 | 11011110 | 10011001 | 0 | 101 | 100010 | 1001 | 110100 | 1000001 | 1001100 |
Color Harmonies of #E9DE99
Complementary color
Monochromatic Colors of #E9DE99
Black with #E9DE99
Text Example
Text Example
White with #E9DE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DE99; }
p { color: rgb(233,222,153); }
H1.HeaderClassName
{
color: #E9DE99;
}
.AnyTagClassName
{
color: #E9DE99;
}
</style>
background-color css
<style>
a { background-color: #E9DE99; }
a { background-color: rgb(233,222,153); }
div.DivClassName
{
background-color: #E9DE99;
}
.BgClassName
{
background-color: #E9DE99;
}
</style>
border-color css
<style>
span { border-color: #E9DE99; }
span { border-color: rgb(233,222,153); }
td.TdClassName
{
border-color: #E9DE99;
}
.TagClassName
{
border-color: #E9DE99;
}
</style>