Shades of Primrose #E5E090
Tints of Primrose #E5E090
RGB
CMYK
RGB Variations
Color information
#E5E090 (or 0xE5E090) is known color: Primrose. HEX triplet: E5, E0 and 90. RGB value is (229,224,144). Sum of RGB (Red+Green+Blue) = 229+224+144=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E090 is #1A1F6F. Grayscale: #D8D8D8. Windows color (decimal): -1711984 or 9494757. OLE color: 9494757.
HSL color Cylindrical-coordinate representation of color #E5E090: hue angle of 56.47º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5E090 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 144 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.10 |
| HSL | 56.47º | 0.62% | 0.73% | - |
| HSV(B) | 56.47º | 0.37% | 0.9% | - |
| XYZ | 64 | 71.98 | 36.91 | - |
| YUV | 216.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 144 | 0 | 0.02 | 0.37 | 0.10 | 56.47 | 0.62 | 0.73 |
| Hex | E5 | E0 | 90 | 0 | 2 | 25 | A | 38 | 3E | 49 |
| Octal | 345 | 340 | 220 | 0 | 2 | 45 | 12 | 70 | 76 | 111 |
| Binary | 11100101 | 11100000 | 10010000 | 0 | 10 | 100101 | 1010 | 111000 | 111110 | 1001001 |
Color Harmonies of #E5E090
Complementary color
Monochromatic Colors of #E5E090
Black with #E5E090
Text Example
Text Example
White with #E5E090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E090; }
p { color: rgb(229,224,144); }
H1.HeaderClassName
{
color: #E5E090;
}
.AnyTagClassName
{
color: #E5E090;
}
</style>
background-color css
<style>
a { background-color: #E5E090; }
a { background-color: rgb(229,224,144); }
div.DivClassName
{
background-color: #E5E090;
}
.BgClassName
{
background-color: #E5E090;
}
</style>
border-color css
<style>
span { border-color: #E5E090; }
span { border-color: rgb(229,224,144); }
td.TdClassName
{
border-color: #E5E090;
}
.TagClassName
{
border-color: #E5E090;
}
</style>