Shades of Primrose #E2DB93
Tints of Primrose #E2DB93
RGB
CMYK
RGB Variations
Color information
#E2DB93 (or 0xE2DB93) is known color: Primrose. HEX triplet: E2, DB and 93. RGB value is (226,219,147). Sum of RGB (Red+Green+Blue) = 226+219+147=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB93 is #1D246C. Grayscale: #D5D5D5. Windows color (decimal): -1909869 or 9690082. OLE color: 9690082.
HSL color Cylindrical-coordinate representation of color #E2DB93: hue angle of 54.68º 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 #E2DB93 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 147 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.11 |
| HSL | 54.68º | 0.58% | 0.73% | - |
| HSV(B) | 54.68º | 0.35% | 0.89% | - |
| XYZ | 61.96 | 68.94 | 37.64 | - |
| YUV | 212.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 147 | 0 | 0.03 | 0.35 | 0.11 | 54.68 | 0.58 | 0.73 |
| Hex | E2 | DB | 93 | 0 | 3 | 23 | B | 37 | 3A | 49 |
| Octal | 342 | 333 | 223 | 0 | 3 | 43 | 13 | 67 | 72 | 111 |
| Binary | 11100010 | 11011011 | 10010011 | 0 | 11 | 100011 | 1011 | 110111 | 111010 | 1001001 |
Color Harmonies of #E2DB93
Complementary color
Monochromatic Colors of #E2DB93
Black with #E2DB93
Text Example
Text Example
White with #E2DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB93; }
p { color: rgb(226,219,147); }
H1.HeaderClassName
{
color: #E2DB93;
}
.AnyTagClassName
{
color: #E2DB93;
}
</style>
background-color css
<style>
a { background-color: #E2DB93; }
a { background-color: rgb(226,219,147); }
div.DivClassName
{
background-color: #E2DB93;
}
.BgClassName
{
background-color: #E2DB93;
}
</style>
border-color css
<style>
span { border-color: #E2DB93; }
span { border-color: rgb(226,219,147); }
td.TdClassName
{
border-color: #E2DB93;
}
.TagClassName
{
border-color: #E2DB93;
}
</style>