Shades of Primrose #E5E285
Tints of Primrose #E5E285
RGB
CMYK
RGB Variations
Color information
#E5E285 (or 0xE5E285) is known color: Primrose. HEX triplet: E5, E2 and 85. RGB value is (229,226,133). Sum of RGB (Red+Green+Blue) = 229+226+133=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E285 is #1A1D7A. Grayscale: #D8D8D8. Windows color (decimal): -1711483 or 8774373. OLE color: 8774373.
HSL color Cylindrical-coordinate representation of color #E5E285: hue angle of 58.12º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5E285 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 133 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.10 |
| HSL | 58.13º | 0.65% | 0.71% | - |
| HSV(B) | 58.13º | 0.42% | 0.9% | - |
| XYZ | 63.74 | 72.74 | 32.87 | - |
| YUV | 216.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 133 | 0 | 0.01 | 0.42 | 0.10 | 58.13 | 0.65 | 0.71 |
| Hex | E5 | E2 | 85 | 0 | 1 | 2A | A | 3A | 41 | 47 |
| Octal | 345 | 342 | 205 | 0 | 1 | 52 | 12 | 72 | 101 | 107 |
| Binary | 11100101 | 11100010 | 10000101 | 0 | 1 | 101010 | 1010 | 111010 | 1000001 | 1000111 |
Color Harmonies of #E5E285
Complementary color
Monochromatic Colors of #E5E285
Black with #E5E285
Text Example
Text Example
White with #E5E285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E285; }
p { color: rgb(229,226,133); }
H1.HeaderClassName
{
color: #E5E285;
}
.AnyTagClassName
{
color: #E5E285;
}
</style>
background-color css
<style>
a { background-color: #E5E285; }
a { background-color: rgb(229,226,133); }
div.DivClassName
{
background-color: #E5E285;
}
.BgClassName
{
background-color: #E5E285;
}
</style>
border-color css
<style>
span { border-color: #E5E285; }
span { border-color: rgb(229,226,133); }
td.TdClassName
{
border-color: #E5E285;
}
.TagClassName
{
border-color: #E5E285;
}
</style>