Shades of Primrose #E0E094
Tints of Primrose #E0E094
RGB
CMYK
RGB Variations
Color information
#E0E094 (or 0xE0E094) is known color: Primrose. HEX triplet: E0, E0 and 94. RGB value is (224,224,148). Sum of RGB (Red+Green+Blue) = 224+224+148=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E094 is #1F1F6B. Grayscale: #D7D7D7. Windows color (decimal): -2039660 or 9756896. OLE color: 9756896.
HSL color Cylindrical-coordinate representation of color #E0E094: hue angle of 60º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0E094 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 224 | 148 | - |
| CMYK | 0 | 0 | 0.34 | 0.12 |
| HSL | 60º | 0.55% | 0.73% | - |
| HSV(B) | 60º | 0.34% | 0.88% | - |
| XYZ | 62.74 | 71.3 | 38.47 | - |
| YUV | 215.34 | 90 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 148 | 0 | 0 | 0.34 | 0.12 | 60 | 0.55 | 0.73 |
| Hex | E0 | E0 | 94 | 0 | 0 | 22 | C | 3C | 37 | 49 |
| Octal | 340 | 340 | 224 | 0 | 0 | 42 | 14 | 74 | 67 | 111 |
| Binary | 11100000 | 11100000 | 10010100 | 0 | 0 | 100010 | 1100 | 111100 | 110111 | 1001001 |
Color Harmonies of #E0E094
Complementary color
Monochromatic Colors of #E0E094
Black with #E0E094
Text Example
Text Example
White with #E0E094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E094; }
p { color: rgb(224,224,148); }
H1.HeaderClassName
{
color: #E0E094;
}
.AnyTagClassName
{
color: #E0E094;
}
</style>
background-color css
<style>
a { background-color: #E0E094; }
a { background-color: rgb(224,224,148); }
div.DivClassName
{
background-color: #E0E094;
}
.BgClassName
{
background-color: #E0E094;
}
</style>
border-color css
<style>
span { border-color: #E0E094; }
span { border-color: rgb(224,224,148); }
td.TdClassName
{
border-color: #E0E094;
}
.TagClassName
{
border-color: #E0E094;
}
</style>