Shades of Primrose #E1DA99
Tints of Primrose #E1DA99
RGB
CMYK
RGB Variations
Color information
#E1DA99 (or 0xE1DA99) is known color: Primrose. HEX triplet: E1, DA and 99. RGB value is (225,218,153). Sum of RGB (Red+Green+Blue) = 225+218+153=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DA99 is #1E2566. Grayscale: #D4D4D4. Windows color (decimal): -1975655 or 10083041. OLE color: 10083041.
HSL color Cylindrical-coordinate representation of color #E1DA99: hue angle of 54.17º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1DA99 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 153 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.12 |
| HSL | 54.17º | 0.55% | 0.74% | - |
| HSV(B) | 54.17º | 0.32% | 0.88% | - |
| XYZ | 61.87 | 68.45 | 40.09 | - |
| YUV | 212.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 153 | 0 | 0.03 | 0.32 | 0.12 | 54.17 | 0.55 | 0.74 |
| Hex | E1 | DA | 99 | 0 | 3 | 20 | C | 36 | 37 | 4A |
| Octal | 341 | 332 | 231 | 0 | 3 | 40 | 14 | 66 | 67 | 112 |
| Binary | 11100001 | 11011010 | 10011001 | 0 | 11 | 100000 | 1100 | 110110 | 110111 | 1001010 |
Color Harmonies of #E1DA99
Complementary color
Monochromatic Colors of #E1DA99
Black with #E1DA99
Text Example
Text Example
White with #E1DA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DA99; }
p { color: rgb(225,218,153); }
H1.HeaderClassName
{
color: #E1DA99;
}
.AnyTagClassName
{
color: #E1DA99;
}
</style>
background-color css
<style>
a { background-color: #E1DA99; }
a { background-color: rgb(225,218,153); }
div.DivClassName
{
background-color: #E1DA99;
}
.BgClassName
{
background-color: #E1DA99;
}
</style>
border-color css
<style>
span { border-color: #E1DA99; }
span { border-color: rgb(225,218,153); }
td.TdClassName
{
border-color: #E1DA99;
}
.TagClassName
{
border-color: #E1DA99;
}
</style>