Shades of Primrose #E2D68D
Tints of Primrose #E2D68D
RGB
CMYK
RGB Variations
Color information
#E2D68D (or 0xE2D68D) is known color: Primrose. HEX triplet: E2, D6 and 8D. RGB value is (226,214,141). Sum of RGB (Red+Green+Blue) = 226+214+141=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D68D is #1D2972. Grayscale: #D1D1D1. Windows color (decimal): -1911155 or 9295586. OLE color: 9295586.
HSL color Cylindrical-coordinate representation of color #E2D68D: hue angle of 51.53º degrees, saturation: 0.59, 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 #E2D68D is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 141 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.11 |
| HSL | 51.53º | 0.59% | 0.72% | - |
| HSV(B) | 51.53º | 0.38% | 0.89% | - |
| XYZ | 60.22 | 66.18 | 34.8 | - |
| YUV | 209.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 141 | 0 | 0.05 | 0.38 | 0.11 | 51.53 | 0.59 | 0.72 |
| Hex | E2 | D6 | 8D | 0 | 5 | 26 | B | 34 | 3B | 48 |
| Octal | 342 | 326 | 215 | 0 | 5 | 46 | 13 | 64 | 73 | 110 |
| Binary | 11100010 | 11010110 | 10001101 | 0 | 101 | 100110 | 1011 | 110100 | 111011 | 1001000 |
Color Harmonies of #E2D68D
Complementary color
Monochromatic Colors of #E2D68D
Black with #E2D68D
Text Example
Text Example
White with #E2D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D68D; }
p { color: rgb(226,214,141); }
H1.HeaderClassName
{
color: #E2D68D;
}
.AnyTagClassName
{
color: #E2D68D;
}
</style>
background-color css
<style>
a { background-color: #E2D68D; }
a { background-color: rgb(226,214,141); }
div.DivClassName
{
background-color: #E2D68D;
}
.BgClassName
{
background-color: #E2D68D;
}
</style>
border-color css
<style>
span { border-color: #E2D68D; }
span { border-color: rgb(226,214,141); }
td.TdClassName
{
border-color: #E2D68D;
}
.TagClassName
{
border-color: #E2D68D;
}
</style>