Shades of Primrose #E3DC99
Tints of Primrose #E3DC99
RGB
CMYK
RGB Variations
Color information
#E3DC99 (or 0xE3DC99) is known color: Primrose. HEX triplet: E3, DC and 99. RGB value is (227,220,153). Sum of RGB (Red+Green+Blue) = 227+220+153=600 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.83% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 153 (60.16% from 255 or 25.5% from 600); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DC99 is #1C2366. Grayscale: #D6D6D6. Windows color (decimal): -1844071 or 10083555. OLE color: 10083555.
HSL color Cylindrical-coordinate representation of color #E3DC99: hue angle of 54.32º 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 #E3DC99 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 220 | 153 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.11 |
| HSL | 54.32º | 0.57% | 0.75% | - |
| HSV(B) | 54.32º | 0.33% | 0.89% | - |
| XYZ | 63.02 | 69.82 | 40.29 | - |
| YUV | 214.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 153 | 0 | 0.03 | 0.33 | 0.11 | 54.32 | 0.57 | 0.75 |
| Hex | E3 | DC | 99 | 0 | 3 | 21 | B | 36 | 39 | 4B |
| Octal | 343 | 334 | 231 | 0 | 3 | 41 | 13 | 66 | 71 | 113 |
| Binary | 11100011 | 11011100 | 10011001 | 0 | 11 | 100001 | 1011 | 110110 | 111001 | 1001011 |
Color Harmonies of #E3DC99
Complementary color
Monochromatic Colors of #E3DC99
Black with #E3DC99
Text Example
Text Example
White with #E3DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DC99; }
p { color: rgb(227,220,153); }
H1.HeaderClassName
{
color: #E3DC99;
}
.AnyTagClassName
{
color: #E3DC99;
}
</style>
background-color css
<style>
a { background-color: #E3DC99; }
a { background-color: rgb(227,220,153); }
div.DivClassName
{
background-color: #E3DC99;
}
.BgClassName
{
background-color: #E3DC99;
}
</style>
border-color css
<style>
span { border-color: #E3DC99; }
span { border-color: rgb(227,220,153); }
td.TdClassName
{
border-color: #E3DC99;
}
.TagClassName
{
border-color: #E3DC99;
}
</style>