Shades of Primrose #E5E690
Tints of Primrose #E5E690
RGB
CMYK
RGB Variations
Color information
#E5E690 (or 0xE5E690) is known color: Primrose. HEX triplet: E5, E6 and 90. RGB value is (229,230,144). Sum of RGB (Red+Green+Blue) = 229+230+144=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E690 is #1A196F. Grayscale: #DCDCDC. Windows color (decimal): -1710448 or 9496293. OLE color: 9496293.
HSL color Cylindrical-coordinate representation of color #E5E690: hue angle of 60.7º degrees, saturation: 0.63, 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 #E5E690 is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 230 | 144 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.10 |
| HSL | 60.7º | 0.63% | 0.73% | - |
| HSV(B) | 60.7º | 0.37% | 0.9% | - |
| XYZ | 65.64 | 75.27 | 37.45 | - |
| YUV | 219.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 230 | 144 | 0.00 | 0 | 0.37 | 0.10 | 60.7 | 0.63 | 0.73 |
| Hex | E5 | E6 | 90 | 0 | 0 | 25 | A | 3D | 3F | 49 |
| Octal | 345 | 346 | 220 | 0 | 0 | 45 | 12 | 75 | 77 | 111 |
| Binary | 11100101 | 11100110 | 10010000 | 0 | 0 | 100101 | 1010 | 111101 | 111111 | 1001001 |
Color Harmonies of #E5E690
Complementary color
Monochromatic Colors of #E5E690
Black with #E5E690
Text Example
Text Example
White with #E5E690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E690; }
p { color: rgb(229,230,144); }
H1.HeaderClassName
{
color: #E5E690;
}
.AnyTagClassName
{
color: #E5E690;
}
</style>
background-color css
<style>
a { background-color: #E5E690; }
a { background-color: rgb(229,230,144); }
div.DivClassName
{
background-color: #E5E690;
}
.BgClassName
{
background-color: #E5E690;
}
</style>
border-color css
<style>
span { border-color: #E5E690; }
span { border-color: rgb(229,230,144); }
td.TdClassName
{
border-color: #E5E690;
}
.TagClassName
{
border-color: #E5E690;
}
</style>