Shades of Primrose #E3DD95
Tints of Primrose #E3DD95
RGB
CMYK
RGB Variations
Color information
#E3DD95 (or 0xE3DD95) is known color: Primrose. HEX triplet: E3, DD and 95. RGB value is (227,221,149). Sum of RGB (Red+Green+Blue) = 227+221+149=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DD95 is #1C226A. Grayscale: #D6D6D6. Windows color (decimal): -1843819 or 9821667. OLE color: 9821667.
HSL color Cylindrical-coordinate representation of color #E3DD95: hue angle of 55.38º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3DD95 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 149 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.11 |
| HSL | 55.38º | 0.58% | 0.74% | - |
| HSV(B) | 55.38º | 0.34% | 0.89% | - |
| XYZ | 62.96 | 70.21 | 38.67 | - |
| YUV | 214.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 149 | 0 | 0.03 | 0.34 | 0.11 | 55.38 | 0.58 | 0.74 |
| Hex | E3 | DD | 95 | 0 | 3 | 22 | B | 37 | 3A | 4A |
| Octal | 343 | 335 | 225 | 0 | 3 | 42 | 13 | 67 | 72 | 112 |
| Binary | 11100011 | 11011101 | 10010101 | 0 | 11 | 100010 | 1011 | 110111 | 111010 | 1001010 |
Color Harmonies of #E3DD95
Complementary color
Monochromatic Colors of #E3DD95
Black with #E3DD95
Text Example
Text Example
White with #E3DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD95; }
p { color: rgb(227,221,149); }
H1.HeaderClassName
{
color: #E3DD95;
}
.AnyTagClassName
{
color: #E3DD95;
}
</style>
background-color css
<style>
a { background-color: #E3DD95; }
a { background-color: rgb(227,221,149); }
div.DivClassName
{
background-color: #E3DD95;
}
.BgClassName
{
background-color: #E3DD95;
}
</style>
border-color css
<style>
span { border-color: #E3DD95; }
span { border-color: rgb(227,221,149); }
td.TdClassName
{
border-color: #E3DD95;
}
.TagClassName
{
border-color: #E3DD95;
}
</style>