Shades of Primrose #E0DD85
Tints of Primrose #E0DD85
RGB
CMYK
RGB Variations
Color information
#E0DD85 (or 0xE0DD85) is known color: Primrose. HEX triplet: E0, DD and 85. RGB value is (224,221,133). Sum of RGB (Red+Green+Blue) = 224+221+133=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DD85 is #1F227A. Grayscale: #D4D4D4. Windows color (decimal): -2040443 or 8773088. OLE color: 8773088.
HSL color Cylindrical-coordinate representation of color #E0DD85: hue angle of 58.02º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0DD85 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 133 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.12 |
| HSL | 58.02º | 0.59% | 0.7% | - |
| HSV(B) | 58.02º | 0.41% | 0.88% | - |
| XYZ | 60.83 | 69.25 | 32.35 | - |
| YUV | 211.87 | 83.49 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 133 | 0 | 0.01 | 0.41 | 0.12 | 58.02 | 0.59 | 0.7 |
| Hex | E0 | DD | 85 | 0 | 1 | 29 | C | 3A | 3B | 46 |
| Octal | 340 | 335 | 205 | 0 | 1 | 51 | 14 | 72 | 73 | 106 |
| Binary | 11100000 | 11011101 | 10000101 | 0 | 1 | 101001 | 1100 | 111010 | 111011 | 1000110 |
Color Harmonies of #E0DD85
Complementary color
Monochromatic Colors of #E0DD85
Black with #E0DD85
Text Example
Text Example
White with #E0DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD85; }
p { color: rgb(224,221,133); }
H1.HeaderClassName
{
color: #E0DD85;
}
.AnyTagClassName
{
color: #E0DD85;
}
</style>
background-color css
<style>
a { background-color: #E0DD85; }
a { background-color: rgb(224,221,133); }
div.DivClassName
{
background-color: #E0DD85;
}
.BgClassName
{
background-color: #E0DD85;
}
</style>
border-color css
<style>
span { border-color: #E0DD85; }
span { border-color: rgb(224,221,133); }
td.TdClassName
{
border-color: #E0DD85;
}
.TagClassName
{
border-color: #E0DD85;
}
</style>