Shades of Primrose #E2DB94
Tints of Primrose #E2DB94
RGB
CMYK
RGB Variations
Color information
#E2DB94 (or 0xE2DB94) is known color: Primrose. HEX triplet: E2, DB and 94. RGB value is (226,219,148). Sum of RGB (Red+Green+Blue) = 226+219+148=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB94 is #1D246B. Grayscale: #D5D5D5. Windows color (decimal): -1909868 or 9755618. OLE color: 9755618.
HSL color Cylindrical-coordinate representation of color #E2DB94: hue angle of 54.62º degrees, saturation: 0.57, 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 #E2DB94 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 148 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.11 |
| HSL | 54.62º | 0.57% | 0.73% | - |
| HSV(B) | 54.62º | 0.35% | 0.89% | - |
| XYZ | 62.04 | 68.97 | 38.06 | - |
| YUV | 213 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 148 | 0 | 0.03 | 0.35 | 0.11 | 54.62 | 0.57 | 0.73 |
| Hex | E2 | DB | 94 | 0 | 3 | 23 | B | 37 | 39 | 49 |
| Octal | 342 | 333 | 224 | 0 | 3 | 43 | 13 | 67 | 71 | 111 |
| Binary | 11100010 | 11011011 | 10010100 | 0 | 11 | 100011 | 1011 | 110111 | 111001 | 1001001 |
Color Harmonies of #E2DB94
Complementary color
Monochromatic Colors of #E2DB94
Black with #E2DB94
Text Example
Text Example
White with #E2DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB94; }
p { color: rgb(226,219,148); }
H1.HeaderClassName
{
color: #E2DB94;
}
.AnyTagClassName
{
color: #E2DB94;
}
</style>
background-color css
<style>
a { background-color: #E2DB94; }
a { background-color: rgb(226,219,148); }
div.DivClassName
{
background-color: #E2DB94;
}
.BgClassName
{
background-color: #E2DB94;
}
</style>
border-color css
<style>
span { border-color: #E2DB94; }
span { border-color: rgb(226,219,148); }
td.TdClassName
{
border-color: #E2DB94;
}
.TagClassName
{
border-color: #E2DB94;
}
</style>