Shades of Primrose #E3D999
Tints of Primrose #E3D999
RGB
CMYK
RGB Variations
Color information
#E3D999 (or 0xE3D999) is known color: Primrose. HEX triplet: E3, D9 and 99. RGB value is (227,217,153). Sum of RGB (Red+Green+Blue) = 227+217+153=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 153 (60.16% from 255 or 25.63% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D999 is #1C2666. Grayscale: #D4D4D4. Windows color (decimal): -1844839 or 10082787. OLE color: 10082787.
HSL color Cylindrical-coordinate representation of color #E3D999: hue angle of 51.89º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3D999 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 217 | 153 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.11 |
| HSL | 51.89º | 0.57% | 0.75% | - |
| HSV(B) | 51.89º | 0.33% | 0.89% | - |
| XYZ | 62.24 | 68.26 | 40.03 | - |
| YUV | 212.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 217 | 153 | 0 | 0.04 | 0.33 | 0.11 | 51.89 | 0.57 | 0.75 |
| Hex | E3 | D9 | 99 | 0 | 4 | 21 | B | 34 | 39 | 4B |
| Octal | 343 | 331 | 231 | 0 | 4 | 41 | 13 | 64 | 71 | 113 |
| Binary | 11100011 | 11011001 | 10011001 | 0 | 100 | 100001 | 1011 | 110100 | 111001 | 1001011 |
Color Harmonies of #E3D999
Complementary color
Monochromatic Colors of #E3D999
Black with #E3D999
Text Example
Text Example
White with #E3D999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D999; }
p { color: rgb(227,217,153); }
H1.HeaderClassName
{
color: #E3D999;
}
.AnyTagClassName
{
color: #E3D999;
}
</style>
background-color css
<style>
a { background-color: #E3D999; }
a { background-color: rgb(227,217,153); }
div.DivClassName
{
background-color: #E3D999;
}
.BgClassName
{
background-color: #E3D999;
}
</style>
border-color css
<style>
span { border-color: #E3D999; }
span { border-color: rgb(227,217,153); }
td.TdClassName
{
border-color: #E3D999;
}
.TagClassName
{
border-color: #E3D999;
}
</style>