Shades of Primrose #E8E690
Tints of Primrose #E8E690
RGB
CMYK
RGB Variations
Color information
#E8E690 (or 0xE8E690) is known color: Primrose. HEX triplet: E8, E6 and 90. RGB value is (232,230,144). Sum of RGB (Red+Green+Blue) = 232+230+144=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8E690 is #17196F. Grayscale: #DDDDDD. Windows color (decimal): -1513840 or 9496296. OLE color: 9496296.
HSL color Cylindrical-coordinate representation of color #E8E690: hue angle of 58.64º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8E690 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 230 | 144 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.09 |
| HSL | 58.64º | 0.66% | 0.74% | - |
| HSV(B) | 58.64º | 0.38% | 0.91% | - |
| XYZ | 66.61 | 75.76 | 37.5 | - |
| YUV | 220.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 230 | 144 | 0 | 0.01 | 0.38 | 0.09 | 58.64 | 0.66 | 0.74 |
| Hex | E8 | E6 | 90 | 0 | 1 | 26 | 9 | 3B | 42 | 4A |
| Octal | 350 | 346 | 220 | 0 | 1 | 46 | 11 | 73 | 102 | 112 |
| Binary | 11101000 | 11100110 | 10010000 | 0 | 1 | 100110 | 1001 | 111011 | 1000010 | 1001010 |
Color Harmonies of #E8E690
Complementary color
Monochromatic Colors of #E8E690
Black with #E8E690
Text Example
Text Example
White with #E8E690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E690; }
p { color: rgb(232,230,144); }
H1.HeaderClassName
{
color: #E8E690;
}
.AnyTagClassName
{
color: #E8E690;
}
</style>
background-color css
<style>
a { background-color: #E8E690; }
a { background-color: rgb(232,230,144); }
div.DivClassName
{
background-color: #E8E690;
}
.BgClassName
{
background-color: #E8E690;
}
</style>
border-color css
<style>
span { border-color: #E8E690; }
span { border-color: rgb(232,230,144); }
td.TdClassName
{
border-color: #E8E690;
}
.TagClassName
{
border-color: #E8E690;
}
</style>