Shades of Primrose #E2D896
Tints of Primrose #E2D896
RGB
CMYK
RGB Variations
Color information
#E2D896 (or 0xE2D896) is known color: Primrose. HEX triplet: E2, D8 and 96. RGB value is (226,216,150). Sum of RGB (Red+Green+Blue) = 226+216+150=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D896 is #1D2769. Grayscale: #D3D3D3. Windows color (decimal): -1910634 or 9885922. OLE color: 9885922.
HSL color Cylindrical-coordinate representation of color #E2D896: hue angle of 52.11º 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 #E2D896 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 150 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.11 |
| HSL | 52.11º | 0.57% | 0.74% | - |
| HSV(B) | 52.11º | 0.34% | 0.89% | - |
| XYZ | 61.42 | 67.48 | 38.64 | - |
| YUV | 211.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 150 | 0 | 0.04 | 0.34 | 0.11 | 52.11 | 0.57 | 0.74 |
| Hex | E2 | D8 | 96 | 0 | 4 | 22 | B | 34 | 39 | 4A |
| Octal | 342 | 330 | 226 | 0 | 4 | 42 | 13 | 64 | 71 | 112 |
| Binary | 11100010 | 11011000 | 10010110 | 0 | 100 | 100010 | 1011 | 110100 | 111001 | 1001010 |
Color Harmonies of #E2D896
Complementary color
Monochromatic Colors of #E2D896
Black with #E2D896
Text Example
Text Example
White with #E2D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D896; }
p { color: rgb(226,216,150); }
H1.HeaderClassName
{
color: #E2D896;
}
.AnyTagClassName
{
color: #E2D896;
}
</style>
background-color css
<style>
a { background-color: #E2D896; }
a { background-color: rgb(226,216,150); }
div.DivClassName
{
background-color: #E2D896;
}
.BgClassName
{
background-color: #E2D896;
}
</style>
border-color css
<style>
span { border-color: #E2D896; }
span { border-color: rgb(226,216,150); }
td.TdClassName
{
border-color: #E2D896;
}
.TagClassName
{
border-color: #E2D896;
}
</style>