Shades of Primrose #E1E082
Tints of Primrose #E1E082
RGB
CMYK
RGB Variations
Color information
#E1E082 (or 0xE1E082) is known color: Primrose. HEX triplet: E1, E0 and 82. RGB value is (225,224,130). Sum of RGB (Red+Green+Blue) = 225+224+130=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E082 is #1E1F7D. Grayscale: #D5D5D5. Windows color (decimal): -1974142 or 8577249. OLE color: 8577249.
HSL color Cylindrical-coordinate representation of color #E1E082: hue angle of 59.37º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1E082 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 130 | - |
| CMYK | 0 | 0.00 | 0.42 | 0.12 |
| HSL | 59.37º | 0.61% | 0.7% | - |
| HSV(B) | 59.37º | 0.42% | 0.88% | - |
| XYZ | 61.74 | 70.93 | 31.56 | - |
| YUV | 213.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 130 | 0 | 0.00 | 0.42 | 0.12 | 59.37 | 0.61 | 0.7 |
| Hex | E1 | E0 | 82 | 0 | 0 | 2A | C | 3B | 3D | 46 |
| Octal | 341 | 340 | 202 | 0 | 0 | 52 | 14 | 73 | 75 | 106 |
| Binary | 11100001 | 11100000 | 10000010 | 0 | 0 | 101010 | 1100 | 111011 | 111101 | 1000110 |
Color Harmonies of #E1E082
Complementary color
Monochromatic Colors of #E1E082
Black with #E1E082
Text Example
Text Example
White with #E1E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E082; }
p { color: rgb(225,224,130); }
H1.HeaderClassName
{
color: #E1E082;
}
.AnyTagClassName
{
color: #E1E082;
}
</style>
background-color css
<style>
a { background-color: #E1E082; }
a { background-color: rgb(225,224,130); }
div.DivClassName
{
background-color: #E1E082;
}
.BgClassName
{
background-color: #E1E082;
}
</style>
border-color css
<style>
span { border-color: #E1E082; }
span { border-color: rgb(225,224,130); }
td.TdClassName
{
border-color: #E1E082;
}
.TagClassName
{
border-color: #E1E082;
}
</style>