Shades of Primrose #E2DB99
Tints of Primrose #E2DB99
RGB
CMYK
RGB Variations
Color information
#E2DB99 (or 0xE2DB99) is known color: Primrose. HEX triplet: E2, DB and 99. RGB value is (226,219,153). Sum of RGB (Red+Green+Blue) = 226+219+153=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 153 (60.16% from 255 or 25.59% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB99 is #1D2466. Grayscale: #D5D5D5. Windows color (decimal): -1909863 or 10083298. OLE color: 10083298.
HSL color Cylindrical-coordinate representation of color #E2DB99: hue angle of 54.25º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2DB99 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 153 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.11 |
| HSL | 54.25º | 0.56% | 0.74% | - |
| HSV(B) | 54.25º | 0.32% | 0.89% | - |
| XYZ | 62.45 | 69.13 | 40.19 | - |
| YUV | 213.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 153 | 0 | 0.03 | 0.32 | 0.11 | 54.25 | 0.56 | 0.74 |
| Hex | E2 | DB | 99 | 0 | 3 | 20 | B | 36 | 38 | 4A |
| Octal | 342 | 333 | 231 | 0 | 3 | 40 | 13 | 66 | 70 | 112 |
| Binary | 11100010 | 11011011 | 10011001 | 0 | 11 | 100000 | 1011 | 110110 | 111000 | 1001010 |
Color Harmonies of #E2DB99
Complementary color
Monochromatic Colors of #E2DB99
Black with #E2DB99
Text Example
Text Example
White with #E2DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB99; }
p { color: rgb(226,219,153); }
H1.HeaderClassName
{
color: #E2DB99;
}
.AnyTagClassName
{
color: #E2DB99;
}
</style>
background-color css
<style>
a { background-color: #E2DB99; }
a { background-color: rgb(226,219,153); }
div.DivClassName
{
background-color: #E2DB99;
}
.BgClassName
{
background-color: #E2DB99;
}
</style>
border-color css
<style>
span { border-color: #E2DB99; }
span { border-color: rgb(226,219,153); }
td.TdClassName
{
border-color: #E2DB99;
}
.TagClassName
{
border-color: #E2DB99;
}
</style>