Shades of Primrose #E2DE94
Tints of Primrose #E2DE94
RGB
CMYK
RGB Variations
Color information
#E2DE94 (or 0xE2DE94) is known color: Primrose. HEX triplet: E2, DE and 94. RGB value is (226,222,148). Sum of RGB (Red+Green+Blue) = 226+222+148=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DE94 is #1D216B. Grayscale: #D7D7D7. Windows color (decimal): -1909100 or 9756386. OLE color: 9756386.
HSL color Cylindrical-coordinate representation of color #E2DE94: hue angle of 56.92º 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 #E2DE94 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 148 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.11 |
| HSL | 56.92º | 0.57% | 0.73% | - |
| HSV(B) | 56.92º | 0.35% | 0.89% | - |
| XYZ | 62.83 | 70.55 | 38.32 | - |
| YUV | 214.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 148 | 0 | 0.02 | 0.35 | 0.11 | 56.92 | 0.57 | 0.73 |
| Hex | E2 | DE | 94 | 0 | 2 | 23 | B | 39 | 39 | 49 |
| Octal | 342 | 336 | 224 | 0 | 2 | 43 | 13 | 71 | 71 | 111 |
| Binary | 11100010 | 11011110 | 10010100 | 0 | 10 | 100011 | 1011 | 111001 | 111001 | 1001001 |
Color Harmonies of #E2DE94
Complementary color
Monochromatic Colors of #E2DE94
Black with #E2DE94
Text Example
Text Example
White with #E2DE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE94; }
p { color: rgb(226,222,148); }
H1.HeaderClassName
{
color: #E2DE94;
}
.AnyTagClassName
{
color: #E2DE94;
}
</style>
background-color css
<style>
a { background-color: #E2DE94; }
a { background-color: rgb(226,222,148); }
div.DivClassName
{
background-color: #E2DE94;
}
.BgClassName
{
background-color: #E2DE94;
}
</style>
border-color css
<style>
span { border-color: #E2DE94; }
span { border-color: rgb(226,222,148); }
td.TdClassName
{
border-color: #E2DE94;
}
.TagClassName
{
border-color: #E2DE94;
}
</style>