Shades of Primrose #E2DD90
Tints of Primrose #E2DD90
RGB
CMYK
RGB Variations
Color information
#E2DD90 (or 0xE2DD90) is known color: Primrose. HEX triplet: E2, DD and 90. RGB value is (226,221,144). Sum of RGB (Red+Green+Blue) = 226+221+144=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DD90 is #1D226F. Grayscale: #D6D6D6. Windows color (decimal): -1909360 or 9493986. OLE color: 9493986.
HSL color Cylindrical-coordinate representation of color #E2DD90: hue angle of 56.34º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2DD90 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 144 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.11 |
| HSL | 56.34º | 0.59% | 0.73% | - |
| HSV(B) | 56.34º | 0.36% | 0.89% | - |
| XYZ | 62.25 | 69.9 | 36.6 | - |
| YUV | 213.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 144 | 0 | 0.02 | 0.36 | 0.11 | 56.34 | 0.59 | 0.73 |
| Hex | E2 | DD | 90 | 0 | 2 | 24 | B | 38 | 3B | 49 |
| Octal | 342 | 335 | 220 | 0 | 2 | 44 | 13 | 70 | 73 | 111 |
| Binary | 11100010 | 11011101 | 10010000 | 0 | 10 | 100100 | 1011 | 111000 | 111011 | 1001001 |
Color Harmonies of #E2DD90
Complementary color
Monochromatic Colors of #E2DD90
Black with #E2DD90
Text Example
Text Example
White with #E2DD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD90; }
p { color: rgb(226,221,144); }
H1.HeaderClassName
{
color: #E2DD90;
}
.AnyTagClassName
{
color: #E2DD90;
}
</style>
background-color css
<style>
a { background-color: #E2DD90; }
a { background-color: rgb(226,221,144); }
div.DivClassName
{
background-color: #E2DD90;
}
.BgClassName
{
background-color: #E2DD90;
}
</style>
border-color css
<style>
span { border-color: #E2DD90; }
span { border-color: rgb(226,221,144); }
td.TdClassName
{
border-color: #E2DD90;
}
.TagClassName
{
border-color: #E2DD90;
}
</style>