Shades of Primrose #E3D896
Tints of Primrose #E3D896
RGB
CMYK
RGB Variations
Color information
#E3D896 (or 0xE3D896) is known color: Primrose. HEX triplet: E3, D8 and 96. RGB value is (227,216,150). Sum of RGB (Red+Green+Blue) = 227+216+150=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D896 is #1C2769. Grayscale: #D4D4D4. Windows color (decimal): -1845098 or 9885923. OLE color: 9885923.
HSL color Cylindrical-coordinate representation of color #E3D896: hue angle of 51.43º degrees, saturation: 0.58, 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 #E3D896 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 216 | 150 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.11 |
| HSL | 51.43º | 0.58% | 0.74% | - |
| HSV(B) | 51.43º | 0.34% | 0.89% | - |
| XYZ | 61.74 | 67.64 | 38.66 | - |
| YUV | 211.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 216 | 150 | 0 | 0.05 | 0.34 | 0.11 | 51.43 | 0.58 | 0.74 |
| Hex | E3 | D8 | 96 | 0 | 5 | 22 | B | 33 | 3A | 4A |
| Octal | 343 | 330 | 226 | 0 | 5 | 42 | 13 | 63 | 72 | 112 |
| Binary | 11100011 | 11011000 | 10010110 | 0 | 101 | 100010 | 1011 | 110011 | 111010 | 1001010 |
Color Harmonies of #E3D896
Complementary color
Monochromatic Colors of #E3D896
Black with #E3D896
Text Example
Text Example
White with #E3D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D896; }
p { color: rgb(227,216,150); }
H1.HeaderClassName
{
color: #E3D896;
}
.AnyTagClassName
{
color: #E3D896;
}
</style>
background-color css
<style>
a { background-color: #E3D896; }
a { background-color: rgb(227,216,150); }
div.DivClassName
{
background-color: #E3D896;
}
.BgClassName
{
background-color: #E3D896;
}
</style>
border-color css
<style>
span { border-color: #E3D896; }
span { border-color: rgb(227,216,150); }
td.TdClassName
{
border-color: #E3D896;
}
.TagClassName
{
border-color: #E3D896;
}
</style>