Shades of Primrose #E0E794
Tints of Primrose #E0E794
RGB
CMYK
RGB Variations
Color information
#E0E794 (or 0xE0E794) is known color: Primrose. HEX triplet: E0, E7 and 94. RGB value is (224,231,148). Sum of RGB (Red+Green+Blue) = 224+231+148=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #E0E794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E794 is #1F186B. Grayscale: #DBDBDB. Windows color (decimal): -2037868 or 9758688. OLE color: 9758688.
HSL color Cylindrical-coordinate representation of color #E0E794: hue angle of 65.06º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0E794 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 231 | 148 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.09 |
| HSL | 65.06º | 0.63% | 0.74% | - |
| HSV(B) | 65.06º | 0.36% | 0.91% | - |
| XYZ | 64.66 | 75.14 | 39.11 | - |
| YUV | 219.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 231 | 148 | 0.03 | 0 | 0.36 | 0.09 | 65.06 | 0.63 | 0.74 |
| Hex | E0 | E7 | 94 | 3 | 0 | 24 | 9 | 41 | 3F | 4A |
| Octal | 340 | 347 | 224 | 3 | 0 | 44 | 11 | 101 | 77 | 112 |
| Binary | 11100000 | 11100111 | 10010100 | 11 | 0 | 100100 | 1001 | 1000001 | 111111 | 1001010 |
Color Harmonies of #E0E794
Complementary color
Monochromatic Colors of #E0E794
Black with #E0E794
Text Example
Text Example
White with #E0E794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E794; }
p { color: rgb(224,231,148); }
H1.HeaderClassName
{
color: #E0E794;
}
.AnyTagClassName
{
color: #E0E794;
}
</style>
background-color css
<style>
a { background-color: #E0E794; }
a { background-color: rgb(224,231,148); }
div.DivClassName
{
background-color: #E0E794;
}
.BgClassName
{
background-color: #E0E794;
}
</style>
border-color css
<style>
span { border-color: #E0E794; }
span { border-color: rgb(224,231,148); }
td.TdClassName
{
border-color: #E0E794;
}
.TagClassName
{
border-color: #E0E794;
}
</style>