Shades of Primrose #E3DC9A
Tints of Primrose #E3DC9A
RGB
CMYK
RGB Variations
Color information
#E3DC9A (or 0xE3DC9A) is known color: Primrose. HEX triplet: E3, DC and 9A. RGB value is (227,220,154). Sum of RGB (Red+Green+Blue) = 227+220+154=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 154 (60.55% from 255 or 25.62% from 601); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DC9A is #1C2365. Grayscale: #D6D6D6. Windows color (decimal): -1844070 or 10149091. OLE color: 10149091.
HSL color Cylindrical-coordinate representation of color #E3DC9A: hue angle of 54.25º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E3DC9A is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 220 | 154 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.11 |
| HSL | 54.25º | 0.57% | 0.75% | - |
| HSV(B) | 54.25º | 0.32% | 0.89% | - |
| XYZ | 63.1 | 69.85 | 40.73 | - |
| YUV | 214.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 154 | 0 | 0.03 | 0.32 | 0.11 | 54.25 | 0.57 | 0.75 |
| Hex | E3 | DC | 9A | 0 | 3 | 20 | B | 36 | 39 | 4B |
| Octal | 343 | 334 | 232 | 0 | 3 | 40 | 13 | 66 | 71 | 113 |
| Binary | 11100011 | 11011100 | 10011010 | 0 | 11 | 100000 | 1011 | 110110 | 111001 | 1001011 |
Color Harmonies of #E3DC9A
Complementary color
Monochromatic Colors of #E3DC9A
Black with #E3DC9A
Text Example
Text Example
White with #E3DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DC9A; }
p { color: rgb(227,220,154); }
H1.HeaderClassName
{
color: #E3DC9A;
}
.AnyTagClassName
{
color: #E3DC9A;
}
</style>
background-color css
<style>
a { background-color: #E3DC9A; }
a { background-color: rgb(227,220,154); }
div.DivClassName
{
background-color: #E3DC9A;
}
.BgClassName
{
background-color: #E3DC9A;
}
</style>
border-color css
<style>
span { border-color: #E3DC9A; }
span { border-color: rgb(227,220,154); }
td.TdClassName
{
border-color: #E3DC9A;
}
.TagClassName
{
border-color: #E3DC9A;
}
</style>