Shades of Primrose #E9DF99
Tints of Primrose #E9DF99
RGB
CMYK
RGB Variations
Color information
#E9DF99 (or 0xE9DF99) is known color: Primrose. HEX triplet: E9, DF and 99. RGB value is (233,223,153). Sum of RGB (Red+Green+Blue) = 233+223+153=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DF99 is #162066. Grayscale: #DADADA. Windows color (decimal): -1450087 or 10084329. OLE color: 10084329.
HSL color Cylindrical-coordinate representation of color #E9DF99: hue angle of 52.5º 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 #E9DF99 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 153 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.09 |
| HSL | 52.5º | 0.65% | 0.76% | - |
| HSV(B) | 52.5º | 0.34% | 0.91% | - |
| XYZ | 65.74 | 72.4 | 40.65 | - |
| YUV | 218.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 153 | 0 | 0.04 | 0.34 | 0.09 | 52.5 | 0.65 | 0.76 |
| Hex | E9 | DF | 99 | 0 | 4 | 22 | 9 | 34 | 41 | 4C |
| Octal | 351 | 337 | 231 | 0 | 4 | 42 | 11 | 64 | 101 | 114 |
| Binary | 11101001 | 11011111 | 10011001 | 0 | 100 | 100010 | 1001 | 110100 | 1000001 | 1001100 |
Color Harmonies of #E9DF99
Complementary color
Monochromatic Colors of #E9DF99
Black with #E9DF99
Text Example
Text Example
White with #E9DF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DF99; }
p { color: rgb(233,223,153); }
H1.HeaderClassName
{
color: #E9DF99;
}
.AnyTagClassName
{
color: #E9DF99;
}
</style>
background-color css
<style>
a { background-color: #E9DF99; }
a { background-color: rgb(233,223,153); }
div.DivClassName
{
background-color: #E9DF99;
}
.BgClassName
{
background-color: #E9DF99;
}
</style>
border-color css
<style>
span { border-color: #E9DF99; }
span { border-color: rgb(233,223,153); }
td.TdClassName
{
border-color: #E9DF99;
}
.TagClassName
{
border-color: #E9DF99;
}
</style>