Shades of Primrose #E2DE99
Tints of Primrose #E2DE99
RGB
CMYK
RGB Variations
Color information
#E2DE99 (or 0xE2DE99) is known color: Primrose. HEX triplet: E2, DE and 99. RGB value is (226,222,153). Sum of RGB (Red+Green+Blue) = 226+222+153=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DE99 is #1D2166. Grayscale: #D7D7D7. Windows color (decimal): -1909095 or 10084066. OLE color: 10084066.
HSL color Cylindrical-coordinate representation of color #E2DE99: hue angle of 56.71º 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 #E2DE99 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 153 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.11 |
| HSL | 56.71º | 0.56% | 0.74% | - |
| HSV(B) | 56.71º | 0.32% | 0.89% | - |
| XYZ | 63.24 | 70.71 | 40.45 | - |
| YUV | 215.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 153 | 0 | 0.02 | 0.32 | 0.11 | 56.71 | 0.56 | 0.74 |
| Hex | E2 | DE | 99 | 0 | 2 | 20 | B | 39 | 38 | 4A |
| Octal | 342 | 336 | 231 | 0 | 2 | 40 | 13 | 71 | 70 | 112 |
| Binary | 11100010 | 11011110 | 10011001 | 0 | 10 | 100000 | 1011 | 111001 | 111000 | 1001010 |
Color Harmonies of #E2DE99
Complementary color
Monochromatic Colors of #E2DE99
Black with #E2DE99
Text Example
Text Example
White with #E2DE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE99; }
p { color: rgb(226,222,153); }
H1.HeaderClassName
{
color: #E2DE99;
}
.AnyTagClassName
{
color: #E2DE99;
}
</style>
background-color css
<style>
a { background-color: #E2DE99; }
a { background-color: rgb(226,222,153); }
div.DivClassName
{
background-color: #E2DE99;
}
.BgClassName
{
background-color: #E2DE99;
}
</style>
border-color css
<style>
span { border-color: #E2DE99; }
span { border-color: rgb(226,222,153); }
td.TdClassName
{
border-color: #E2DE99;
}
.TagClassName
{
border-color: #E2DE99;
}
</style>