Shades of Primrose #E1E792
Tints of Primrose #E1E792
RGB
CMYK
RGB Variations
Color information
#E1E792 (or 0xE1E792) is known color: Primrose. HEX triplet: E1, E7 and 92. RGB value is (225,231,146). Sum of RGB (Red+Green+Blue) = 225+231+146=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 231 - color contains mainly: green. Hex color #E1E792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E792 is #1E186D. Grayscale: #DBDBDB. Windows color (decimal): -1972334 or 9627617. OLE color: 9627617.
HSL color Cylindrical-coordinate representation of color #E1E792: hue angle of 64.24º 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 #E1E792 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 231 | 146 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.09 |
| HSL | 64.24º | 0.64% | 0.74% | - |
| HSV(B) | 64.24º | 0.37% | 0.91% | - |
| XYZ | 64.82 | 75.23 | 38.3 | - |
| YUV | 219.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 231 | 146 | 0.03 | 0 | 0.37 | 0.09 | 64.24 | 0.64 | 0.74 |
| Hex | E1 | E7 | 92 | 3 | 0 | 25 | 9 | 40 | 40 | 4A |
| Octal | 341 | 347 | 222 | 3 | 0 | 45 | 11 | 100 | 100 | 112 |
| Binary | 11100001 | 11100111 | 10010010 | 11 | 0 | 100101 | 1001 | 1000000 | 1000000 | 1001010 |
Color Harmonies of #E1E792
Complementary color
Monochromatic Colors of #E1E792
Black with #E1E792
Text Example
Text Example
White with #E1E792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E792; }
p { color: rgb(225,231,146); }
H1.HeaderClassName
{
color: #E1E792;
}
.AnyTagClassName
{
color: #E1E792;
}
</style>
background-color css
<style>
a { background-color: #E1E792; }
a { background-color: rgb(225,231,146); }
div.DivClassName
{
background-color: #E1E792;
}
.BgClassName
{
background-color: #E1E792;
}
</style>
border-color css
<style>
span { border-color: #E1E792; }
span { border-color: rgb(225,231,146); }
td.TdClassName
{
border-color: #E1E792;
}
.TagClassName
{
border-color: #E1E792;
}
</style>