Shades of Primrose #E0E792
Tints of Primrose #E0E792
RGB
CMYK
RGB Variations
Color information
#E0E792 (or 0xE0E792) is known color: Primrose. HEX triplet: E0, E7 and 92. RGB value is (224,231,146). Sum of RGB (Red+Green+Blue) = 224+231+146=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 231 (90.62% from 255 or 38.44% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 231 - color contains mainly: green. Hex color #E0E792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E792 is #1F186D. Grayscale: #DBDBDB. Windows color (decimal): -2037870 or 9627616. OLE color: 9627616.
HSL color Cylindrical-coordinate representation of color #E0E792: hue angle of 64.94º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0E792 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 231 | 146 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.09 |
| HSL | 64.94º | 0.64% | 0.74% | - |
| HSV(B) | 64.94º | 0.37% | 0.91% | - |
| XYZ | 64.5 | 75.07 | 38.29 | - |
| YUV | 219.22 | 86.68 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 231 | 146 | 0.03 | 0 | 0.37 | 0.09 | 64.94 | 0.64 | 0.74 |
| Hex | E0 | E7 | 92 | 3 | 0 | 25 | 9 | 41 | 40 | 4A |
| Octal | 340 | 347 | 222 | 3 | 0 | 45 | 11 | 101 | 100 | 112 |
| Binary | 11100000 | 11100111 | 10010010 | 11 | 0 | 100101 | 1001 | 1000001 | 1000000 | 1001010 |
Color Harmonies of #E0E792
Complementary color
Monochromatic Colors of #E0E792
Black with #E0E792
Text Example
Text Example
White with #E0E792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E792; }
p { color: rgb(224,231,146); }
H1.HeaderClassName
{
color: #E0E792;
}
.AnyTagClassName
{
color: #E0E792;
}
</style>
background-color css
<style>
a { background-color: #E0E792; }
a { background-color: rgb(224,231,146); }
div.DivClassName
{
background-color: #E0E792;
}
.BgClassName
{
background-color: #E0E792;
}
</style>
border-color css
<style>
span { border-color: #E0E792; }
span { border-color: rgb(224,231,146); }
td.TdClassName
{
border-color: #E0E792;
}
.TagClassName
{
border-color: #E0E792;
}
</style>