Shades of Primrose #E5E18C
Tints of Primrose #E5E18C
RGB
CMYK
RGB Variations
Color information
#E5E18C (or 0xE5E18C) is known color: Primrose. HEX triplet: E5, E1 and 8C. RGB value is (229,225,140). Sum of RGB (Red+Green+Blue) = 229+225+140=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 140 (55.08% from 255 or 23.57% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E18C is #1A1E73. Grayscale: #D8D8D8. Windows color (decimal): -1711732 or 9232869. OLE color: 9232869.
HSL color Cylindrical-coordinate representation of color #E5E18C: hue angle of 57.3º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5E18C is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 140 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.10 |
| HSL | 57.3º | 0.63% | 0.72% | - |
| HSV(B) | 57.3º | 0.39% | 0.9% | - |
| XYZ | 63.97 | 72.4 | 35.41 | - |
| YUV | 216.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 140 | 0 | 0.02 | 0.39 | 0.10 | 57.3 | 0.63 | 0.72 |
| Hex | E5 | E1 | 8C | 0 | 2 | 27 | A | 39 | 3F | 48 |
| Octal | 345 | 341 | 214 | 0 | 2 | 47 | 12 | 71 | 77 | 110 |
| Binary | 11100101 | 11100001 | 10001100 | 0 | 10 | 100111 | 1010 | 111001 | 111111 | 1001000 |
Color Harmonies of #E5E18C
Complementary color
Monochromatic Colors of #E5E18C
Black with #E5E18C
Text Example
Text Example
White with #E5E18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E18C; }
p { color: rgb(229,225,140); }
H1.HeaderClassName
{
color: #E5E18C;
}
.AnyTagClassName
{
color: #E5E18C;
}
</style>
background-color css
<style>
a { background-color: #E5E18C; }
a { background-color: rgb(229,225,140); }
div.DivClassName
{
background-color: #E5E18C;
}
.BgClassName
{
background-color: #E5E18C;
}
</style>
border-color css
<style>
span { border-color: #E5E18C; }
span { border-color: rgb(229,225,140); }
td.TdClassName
{
border-color: #E5E18C;
}
.TagClassName
{
border-color: #E5E18C;
}
</style>