Shades of Primrose #E2D790
Tints of Primrose #E2D790
RGB
CMYK
RGB Variations
Color information
#E2D790 (or 0xE2D790) is known color: Primrose. HEX triplet: E2, D7 and 90. RGB value is (226,215,144). Sum of RGB (Red+Green+Blue) = 226+215+144=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D790 is #1D286F. Grayscale: #D2D2D2. Windows color (decimal): -1910896 or 9492450. OLE color: 9492450.
HSL color Cylindrical-coordinate representation of color #E2D790: hue angle of 51.95º 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 #E2D790 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 144 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.11 |
| HSL | 51.95º | 0.59% | 0.73% | - |
| HSV(B) | 51.95º | 0.36% | 0.89% | - |
| XYZ | 60.7 | 66.78 | 36.08 | - |
| YUV | 210.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 144 | 0 | 0.05 | 0.36 | 0.11 | 51.95 | 0.59 | 0.73 |
| Hex | E2 | D7 | 90 | 0 | 5 | 24 | B | 34 | 3B | 49 |
| Octal | 342 | 327 | 220 | 0 | 5 | 44 | 13 | 64 | 73 | 111 |
| Binary | 11100010 | 11010111 | 10010000 | 0 | 101 | 100100 | 1011 | 110100 | 111011 | 1001001 |
Color Harmonies of #E2D790
Complementary color
Monochromatic Colors of #E2D790
Black with #E2D790
Text Example
Text Example
White with #E2D790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D790; }
p { color: rgb(226,215,144); }
H1.HeaderClassName
{
color: #E2D790;
}
.AnyTagClassName
{
color: #E2D790;
}
</style>
background-color css
<style>
a { background-color: #E2D790; }
a { background-color: rgb(226,215,144); }
div.DivClassName
{
background-color: #E2D790;
}
.BgClassName
{
background-color: #E2D790;
}
</style>
border-color css
<style>
span { border-color: #E2D790; }
span { border-color: rgb(226,215,144); }
td.TdClassName
{
border-color: #E2D790;
}
.TagClassName
{
border-color: #E2D790;
}
</style>