Shades of Primrose #E2DC92
Tints of Primrose #E2DC92
RGB
CMYK
RGB Variations
Color information
#E2DC92 (or 0xE2DC92) is known color: Primrose. HEX triplet: E2, DC and 92. RGB value is (226,220,146). Sum of RGB (Red+Green+Blue) = 226+220+146=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DC92 is #1D236D. Grayscale: #D5D5D5. Windows color (decimal): -1909614 or 9624802. OLE color: 9624802.
HSL color Cylindrical-coordinate representation of color #E2DC92: hue angle of 55.5º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2DC92 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 146 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.11 |
| HSL | 55.5º | 0.58% | 0.73% | - |
| HSV(B) | 55.5º | 0.35% | 0.89% | - |
| XYZ | 62.15 | 69.43 | 37.32 | - |
| YUV | 213.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 146 | 0 | 0.03 | 0.35 | 0.11 | 55.5 | 0.58 | 0.73 |
| Hex | E2 | DC | 92 | 0 | 3 | 23 | B | 38 | 3A | 49 |
| Octal | 342 | 334 | 222 | 0 | 3 | 43 | 13 | 70 | 72 | 111 |
| Binary | 11100010 | 11011100 | 10010010 | 0 | 11 | 100011 | 1011 | 111000 | 111010 | 1001001 |
Color Harmonies of #E2DC92
Complementary color
Monochromatic Colors of #E2DC92
Black with #E2DC92
Text Example
Text Example
White with #E2DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DC92; }
p { color: rgb(226,220,146); }
H1.HeaderClassName
{
color: #E2DC92;
}
.AnyTagClassName
{
color: #E2DC92;
}
</style>
background-color css
<style>
a { background-color: #E2DC92; }
a { background-color: rgb(226,220,146); }
div.DivClassName
{
background-color: #E2DC92;
}
.BgClassName
{
background-color: #E2DC92;
}
</style>
border-color css
<style>
span { border-color: #E2DC92; }
span { border-color: rgb(226,220,146); }
td.TdClassName
{
border-color: #E2DC92;
}
.TagClassName
{
border-color: #E2DC92;
}
</style>