Shades of Primrose #E3DD8D
Tints of Primrose #E3DD8D
RGB
CMYK
RGB Variations
Color information
#E3DD8D (or 0xE3DD8D) is known color: Primrose. HEX triplet: E3, DD and 8D. RGB value is (227,221,141). Sum of RGB (Red+Green+Blue) = 227+221+141=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DD8D is #1C2272. Grayscale: #D5D5D5. Windows color (decimal): -1843827 or 9297379. OLE color: 9297379.
HSL color Cylindrical-coordinate representation of color #E3DD8D: hue angle of 55.81º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E3DD8D is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 141 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.11 |
| HSL | 55.81º | 0.61% | 0.72% | - |
| HSV(B) | 55.81º | 0.38% | 0.89% | - |
| XYZ | 62.34 | 69.97 | 35.42 | - |
| YUV | 213.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 141 | 0 | 0.03 | 0.38 | 0.11 | 55.81 | 0.61 | 0.72 |
| Hex | E3 | DD | 8D | 0 | 3 | 26 | B | 38 | 3D | 48 |
| Octal | 343 | 335 | 215 | 0 | 3 | 46 | 13 | 70 | 75 | 110 |
| Binary | 11100011 | 11011101 | 10001101 | 0 | 11 | 100110 | 1011 | 111000 | 111101 | 1001000 |
Color Harmonies of #E3DD8D
Complementary color
Monochromatic Colors of #E3DD8D
Black with #E3DD8D
Text Example
Text Example
White with #E3DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD8D; }
p { color: rgb(227,221,141); }
H1.HeaderClassName
{
color: #E3DD8D;
}
.AnyTagClassName
{
color: #E3DD8D;
}
</style>
background-color css
<style>
a { background-color: #E3DD8D; }
a { background-color: rgb(227,221,141); }
div.DivClassName
{
background-color: #E3DD8D;
}
.BgClassName
{
background-color: #E3DD8D;
}
</style>
border-color css
<style>
span { border-color: #E3DD8D; }
span { border-color: rgb(227,221,141); }
td.TdClassName
{
border-color: #E3DD8D;
}
.TagClassName
{
border-color: #E3DD8D;
}
</style>