Shades of Primrose #E2DC96
Tints of Primrose #E2DC96
RGB
CMYK
RGB Variations
Color information
#E2DC96 (or 0xE2DC96) is known color: Primrose. HEX triplet: E2, DC and 96. RGB value is (226,220,150). Sum of RGB (Red+Green+Blue) = 226+220+150=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DC96 is #1D2369. Grayscale: #D6D6D6. Windows color (decimal): -1909610 or 9886946. OLE color: 9886946.
HSL color Cylindrical-coordinate representation of color #E2DC96: hue angle of 55.26º 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 #E2DC96 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 150 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.11 |
| HSL | 55.26º | 0.57% | 0.74% | - |
| HSV(B) | 55.26º | 0.34% | 0.89% | - |
| XYZ | 62.46 | 69.56 | 38.99 | - |
| YUV | 213.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 150 | 0 | 0.03 | 0.34 | 0.11 | 55.26 | 0.57 | 0.74 |
| Hex | E2 | DC | 96 | 0 | 3 | 22 | B | 37 | 39 | 4A |
| Octal | 342 | 334 | 226 | 0 | 3 | 42 | 13 | 67 | 71 | 112 |
| Binary | 11100010 | 11011100 | 10010110 | 0 | 11 | 100010 | 1011 | 110111 | 111001 | 1001010 |
Color Harmonies of #E2DC96
Complementary color
Monochromatic Colors of #E2DC96
Black with #E2DC96
Text Example
Text Example
White with #E2DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DC96; }
p { color: rgb(226,220,150); }
H1.HeaderClassName
{
color: #E2DC96;
}
.AnyTagClassName
{
color: #E2DC96;
}
</style>
background-color css
<style>
a { background-color: #E2DC96; }
a { background-color: rgb(226,220,150); }
div.DivClassName
{
background-color: #E2DC96;
}
.BgClassName
{
background-color: #E2DC96;
}
</style>
border-color css
<style>
span { border-color: #E2DC96; }
span { border-color: rgb(226,220,150); }
td.TdClassName
{
border-color: #E2DC96;
}
.TagClassName
{
border-color: #E2DC96;
}
</style>