Shades of Primrose #E2DD86
Tints of Primrose #E2DD86
RGB
CMYK
RGB Variations
Color information
#E2DD86 (or 0xE2DD86) is known color: Primrose. HEX triplet: E2, DD and 86. RGB value is (226,221,134). Sum of RGB (Red+Green+Blue) = 226+221+134=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DD86 is #1D2279. Grayscale: #D4D4D4. Windows color (decimal): -1909370 or 8838626. OLE color: 8838626.
HSL color Cylindrical-coordinate representation of color #E2DD86: hue angle of 56.74º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2DD86 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 134 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.11 |
| HSL | 56.74º | 0.61% | 0.71% | - |
| HSV(B) | 56.74º | 0.41% | 0.89% | - |
| XYZ | 61.52 | 69.6 | 32.75 | - |
| YUV | 212.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 134 | 0 | 0.02 | 0.41 | 0.11 | 56.74 | 0.61 | 0.71 |
| Hex | E2 | DD | 86 | 0 | 2 | 29 | B | 39 | 3D | 47 |
| Octal | 342 | 335 | 206 | 0 | 2 | 51 | 13 | 71 | 75 | 107 |
| Binary | 11100010 | 11011101 | 10000110 | 0 | 10 | 101001 | 1011 | 111001 | 111101 | 1000111 |
Color Harmonies of #E2DD86
Complementary color
Monochromatic Colors of #E2DD86
Black with #E2DD86
Text Example
Text Example
White with #E2DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD86; }
p { color: rgb(226,221,134); }
H1.HeaderClassName
{
color: #E2DD86;
}
.AnyTagClassName
{
color: #E2DD86;
}
</style>
background-color css
<style>
a { background-color: #E2DD86; }
a { background-color: rgb(226,221,134); }
div.DivClassName
{
background-color: #E2DD86;
}
.BgClassName
{
background-color: #E2DD86;
}
</style>
border-color css
<style>
span { border-color: #E2DD86; }
span { border-color: rgb(226,221,134); }
td.TdClassName
{
border-color: #E2DD86;
}
.TagClassName
{
border-color: #E2DD86;
}
</style>