Shades of Primrose #E3D890
Tints of Primrose #E3D890
RGB
CMYK
RGB Variations
Color information
#E3D890 (or 0xE3D890) is known color: Primrose. HEX triplet: E3, D8 and 90. RGB value is (227,216,144). Sum of RGB (Red+Green+Blue) = 227+216+144=587 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.67% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D890 is #1C276F. Grayscale: #D3D3D3. Windows color (decimal): -1845104 or 9492707. OLE color: 9492707.
HSL color Cylindrical-coordinate representation of color #E3D890: hue angle of 52.05º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E3D890 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 216 | 144 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.11 |
| HSL | 52.05º | 0.6% | 0.73% | - |
| HSV(B) | 52.05º | 0.37% | 0.89% | - |
| XYZ | 61.27 | 67.46 | 36.18 | - |
| YUV | 211.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 216 | 144 | 0 | 0.05 | 0.37 | 0.11 | 52.05 | 0.6 | 0.73 |
| Hex | E3 | D8 | 90 | 0 | 5 | 25 | B | 34 | 3C | 49 |
| Octal | 343 | 330 | 220 | 0 | 5 | 45 | 13 | 64 | 74 | 111 |
| Binary | 11100011 | 11011000 | 10010000 | 0 | 101 | 100101 | 1011 | 110100 | 111100 | 1001001 |
Color Harmonies of #E3D890
Complementary color
Monochromatic Colors of #E3D890
Black with #E3D890
Text Example
Text Example
White with #E3D890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D890; }
p { color: rgb(227,216,144); }
H1.HeaderClassName
{
color: #E3D890;
}
.AnyTagClassName
{
color: #E3D890;
}
</style>
background-color css
<style>
a { background-color: #E3D890; }
a { background-color: rgb(227,216,144); }
div.DivClassName
{
background-color: #E3D890;
}
.BgClassName
{
background-color: #E3D890;
}
</style>
border-color css
<style>
span { border-color: #E3D890; }
span { border-color: rgb(227,216,144); }
td.TdClassName
{
border-color: #E3D890;
}
.TagClassName
{
border-color: #E3D890;
}
</style>