Shades of Primrose #E2D58C
Tints of Primrose #E2D58C
RGB
CMYK
RGB Variations
Color information
#E2D58C (or 0xE2D58C) is known color: Primrose. HEX triplet: E2, D5 and 8C. RGB value is (226,213,140). Sum of RGB (Red+Green+Blue) = 226+213+140=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D58C is #1D2A73. Grayscale: #D0D0D0. Windows color (decimal): -1911412 or 9229794. OLE color: 9229794.
HSL color Cylindrical-coordinate representation of color #E2D58C: hue angle of 50.93º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2D58C is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 140 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.11 |
| HSL | 50.93º | 0.6% | 0.72% | - |
| HSV(B) | 50.93º | 0.38% | 0.89% | - |
| XYZ | 59.89 | 65.65 | 34.33 | - |
| YUV | 208.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 140 | 0 | 0.06 | 0.38 | 0.11 | 50.93 | 0.6 | 0.72 |
| Hex | E2 | D5 | 8C | 0 | 6 | 26 | B | 33 | 3C | 48 |
| Octal | 342 | 325 | 214 | 0 | 6 | 46 | 13 | 63 | 74 | 110 |
| Binary | 11100010 | 11010101 | 10001100 | 0 | 110 | 100110 | 1011 | 110011 | 111100 | 1001000 |
Color Harmonies of #E2D58C
Complementary color
Monochromatic Colors of #E2D58C
Black with #E2D58C
Text Example
Text Example
White with #E2D58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D58C; }
p { color: rgb(226,213,140); }
H1.HeaderClassName
{
color: #E2D58C;
}
.AnyTagClassName
{
color: #E2D58C;
}
</style>
background-color css
<style>
a { background-color: #E2D58C; }
a { background-color: rgb(226,213,140); }
div.DivClassName
{
background-color: #E2D58C;
}
.BgClassName
{
background-color: #E2D58C;
}
</style>
border-color css
<style>
span { border-color: #E2D58C; }
span { border-color: rgb(226,213,140); }
td.TdClassName
{
border-color: #E2D58C;
}
.TagClassName
{
border-color: #E2D58C;
}
</style>