Shades of Primrose #E5E084
Tints of Primrose #E5E084
RGB
CMYK
RGB Variations
Color information
#E5E084 (or 0xE5E084) is known color: Primrose. HEX triplet: E5, E0 and 84. RGB value is (229,224,132). Sum of RGB (Red+Green+Blue) = 229+224+132=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E084 is #1A1F7B. Grayscale: #D7D7D7. Windows color (decimal): -1711996 or 8708325. OLE color: 8708325.
HSL color Cylindrical-coordinate representation of color #E5E084: hue angle of 56.91º 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 #E5E084 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 132 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.10 |
| HSL | 56.91º | 0.65% | 0.71% | - |
| HSV(B) | 56.91º | 0.42% | 0.9% | - |
| XYZ | 63.13 | 71.64 | 32.33 | - |
| YUV | 215.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 132 | 0 | 0.02 | 0.42 | 0.10 | 56.91 | 0.65 | 0.71 |
| Hex | E5 | E0 | 84 | 0 | 2 | 2A | A | 39 | 41 | 47 |
| Octal | 345 | 340 | 204 | 0 | 2 | 52 | 12 | 71 | 101 | 107 |
| Binary | 11100101 | 11100000 | 10000100 | 0 | 10 | 101010 | 1010 | 111001 | 1000001 | 1000111 |
Color Harmonies of #E5E084
Complementary color
Monochromatic Colors of #E5E084
Black with #E5E084
Text Example
Text Example
White with #E5E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E084; }
p { color: rgb(229,224,132); }
H1.HeaderClassName
{
color: #E5E084;
}
.AnyTagClassName
{
color: #E5E084;
}
</style>
background-color css
<style>
a { background-color: #E5E084; }
a { background-color: rgb(229,224,132); }
div.DivClassName
{
background-color: #E5E084;
}
.BgClassName
{
background-color: #E5E084;
}
</style>
border-color css
<style>
span { border-color: #E5E084; }
span { border-color: rgb(229,224,132); }
td.TdClassName
{
border-color: #E5E084;
}
.TagClassName
{
border-color: #E5E084;
}
</style>