Shades of Primrose #E1E692
Tints of Primrose #E1E692
RGB
CMYK
RGB Variations
Color information
#E1E692 (or 0xE1E692) is known color: Primrose. HEX triplet: E1, E6 and 92. RGB value is (225,230,146). Sum of RGB (Red+Green+Blue) = 225+230+146=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E692 is #1E196D. Grayscale: #DBDBDB. Windows color (decimal): -1972590 or 9627361. OLE color: 9627361.
HSL color Cylindrical-coordinate representation of color #E1E692: hue angle of 63.57º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1E692 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 230 | 146 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.10 |
| HSL | 63.57º | 0.63% | 0.74% | - |
| HSV(B) | 63.57º | 0.37% | 0.9% | - |
| XYZ | 64.54 | 74.68 | 38.21 | - |
| YUV | 218.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 146 | 0.02 | 0 | 0.37 | 0.10 | 63.57 | 0.63 | 0.74 |
| Hex | E1 | E6 | 92 | 2 | 0 | 25 | A | 40 | 3F | 4A |
| Octal | 341 | 346 | 222 | 2 | 0 | 45 | 12 | 100 | 77 | 112 |
| Binary | 11100001 | 11100110 | 10010010 | 10 | 0 | 100101 | 1010 | 1000000 | 111111 | 1001010 |
Color Harmonies of #E1E692
Complementary color
Monochromatic Colors of #E1E692
Black with #E1E692
Text Example
Text Example
White with #E1E692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E692; }
p { color: rgb(225,230,146); }
H1.HeaderClassName
{
color: #E1E692;
}
.AnyTagClassName
{
color: #E1E692;
}
</style>
background-color css
<style>
a { background-color: #E1E692; }
a { background-color: rgb(225,230,146); }
div.DivClassName
{
background-color: #E1E692;
}
.BgClassName
{
background-color: #E1E692;
}
</style>
border-color css
<style>
span { border-color: #E1E692; }
span { border-color: rgb(225,230,146); }
td.TdClassName
{
border-color: #E1E692;
}
.TagClassName
{
border-color: #E1E692;
}
</style>