Shades of Primrose #E2D796
Tints of Primrose #E2D796
RGB
CMYK
RGB Variations
Color information
#E2D796 (or 0xE2D796) is known color: Primrose. HEX triplet: E2, D7 and 96. RGB value is (226,215,150). Sum of RGB (Red+Green+Blue) = 226+215+150=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D796 is #1D2869. Grayscale: #D3D3D3. Windows color (decimal): -1910890 or 9885666. OLE color: 9885666.
HSL color Cylindrical-coordinate representation of color #E2D796: hue angle of 51.32º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2D796 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 150 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.11 |
| HSL | 51.32º | 0.57% | 0.74% | - |
| HSV(B) | 51.32º | 0.34% | 0.89% | - |
| XYZ | 61.17 | 66.97 | 38.56 | - |
| YUV | 210.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 150 | 0 | 0.05 | 0.34 | 0.11 | 51.32 | 0.57 | 0.74 |
| Hex | E2 | D7 | 96 | 0 | 5 | 22 | B | 33 | 39 | 4A |
| Octal | 342 | 327 | 226 | 0 | 5 | 42 | 13 | 63 | 71 | 112 |
| Binary | 11100010 | 11010111 | 10010110 | 0 | 101 | 100010 | 1011 | 110011 | 111001 | 1001010 |
Color Harmonies of #E2D796
Complementary color
Monochromatic Colors of #E2D796
Black with #E2D796
Text Example
Text Example
White with #E2D796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D796; }
p { color: rgb(226,215,150); }
H1.HeaderClassName
{
color: #E2D796;
}
.AnyTagClassName
{
color: #E2D796;
}
</style>
background-color css
<style>
a { background-color: #E2D796; }
a { background-color: rgb(226,215,150); }
div.DivClassName
{
background-color: #E2D796;
}
.BgClassName
{
background-color: #E2D796;
}
</style>
border-color css
<style>
span { border-color: #E2D796; }
span { border-color: rgb(226,215,150); }
td.TdClassName
{
border-color: #E2D796;
}
.TagClassName
{
border-color: #E2D796;
}
</style>