Shades of Primrose #E5E18A
Tints of Primrose #E5E18A
RGB
CMYK
RGB Variations
Color information
#E5E18A (or 0xE5E18A) is known color: Primrose. HEX triplet: E5, E1 and 8A. RGB value is (229,225,138). Sum of RGB (Red+Green+Blue) = 229+225+138=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E18A is #1A1E75. Grayscale: #D8D8D8. Windows color (decimal): -1711734 or 9101797. OLE color: 9101797.
HSL color Cylindrical-coordinate representation of color #E5E18A: hue angle of 57.36º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5E18A is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 138 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.10 |
| HSL | 57.36º | 0.64% | 0.72% | - |
| HSV(B) | 57.36º | 0.4% | 0.9% | - |
| XYZ | 63.83 | 72.34 | 34.64 | - |
| YUV | 216.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 138 | 0 | 0.02 | 0.40 | 0.10 | 57.36 | 0.64 | 0.72 |
| Hex | E5 | E1 | 8A | 0 | 2 | 28 | A | 39 | 40 | 48 |
| Octal | 345 | 341 | 212 | 0 | 2 | 50 | 12 | 71 | 100 | 110 |
| Binary | 11100101 | 11100001 | 10001010 | 0 | 10 | 101000 | 1010 | 111001 | 1000000 | 1001000 |
Color Harmonies of #E5E18A
Complementary color
Monochromatic Colors of #E5E18A
Black with #E5E18A
Text Example
Text Example
White with #E5E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E18A; }
p { color: rgb(229,225,138); }
H1.HeaderClassName
{
color: #E5E18A;
}
.AnyTagClassName
{
color: #E5E18A;
}
</style>
background-color css
<style>
a { background-color: #E5E18A; }
a { background-color: rgb(229,225,138); }
div.DivClassName
{
background-color: #E5E18A;
}
.BgClassName
{
background-color: #E5E18A;
}
</style>
border-color css
<style>
span { border-color: #E5E18A; }
span { border-color: rgb(229,225,138); }
td.TdClassName
{
border-color: #E5E18A;
}
.TagClassName
{
border-color: #E5E18A;
}
</style>