Shades of Primrose #E3DD86
Tints of Primrose #E3DD86
RGB
CMYK
RGB Variations
Color information
#E3DD86 (or 0xE3DD86) is known color: Primrose. HEX triplet: E3, DD and 86. RGB value is (227,221,134). Sum of RGB (Red+Green+Blue) = 227+221+134=582 (77% of max value = 765). Red value is 227 (89.06% from 255 or 39.00% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DD86 is #1C2279. Grayscale: #D5D5D5. Windows color (decimal): -1843834 or 8838627. OLE color: 8838627.
HSL color Cylindrical-coordinate representation of color #E3DD86: hue angle of 56.13º degrees, saturation: 0.62, 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 #E3DD86 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 134 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.11 |
| HSL | 56.13º | 0.62% | 0.71% | - |
| HSV(B) | 56.13º | 0.41% | 0.89% | - |
| XYZ | 61.84 | 69.77 | 32.76 | - |
| YUV | 212.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 134 | 0 | 0.03 | 0.41 | 0.11 | 56.13 | 0.62 | 0.71 |
| Hex | E3 | DD | 86 | 0 | 3 | 29 | B | 38 | 3E | 47 |
| Octal | 343 | 335 | 206 | 0 | 3 | 51 | 13 | 70 | 76 | 107 |
| Binary | 11100011 | 11011101 | 10000110 | 0 | 11 | 101001 | 1011 | 111000 | 111110 | 1000111 |
Color Harmonies of #E3DD86
Complementary color
Monochromatic Colors of #E3DD86
Black with #E3DD86
Text Example
Text Example
White with #E3DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD86; }
p { color: rgb(227,221,134); }
H1.HeaderClassName
{
color: #E3DD86;
}
.AnyTagClassName
{
color: #E3DD86;
}
</style>
background-color css
<style>
a { background-color: #E3DD86; }
a { background-color: rgb(227,221,134); }
div.DivClassName
{
background-color: #E3DD86;
}
.BgClassName
{
background-color: #E3DD86;
}
</style>
border-color css
<style>
span { border-color: #E3DD86; }
span { border-color: rgb(227,221,134); }
td.TdClassName
{
border-color: #E3DD86;
}
.TagClassName
{
border-color: #E3DD86;
}
</style>