Shades of Primrose #E3E690
Tints of Primrose #E3E690
RGB
CMYK
RGB Variations
Color information
#E3E690 (or 0xE3E690) is known color: Primrose. HEX triplet: E3, E6 and 90. RGB value is (227,230,144). Sum of RGB (Red+Green+Blue) = 227+230+144=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #E3E690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3E690 is #1C196F. Grayscale: #DBDBDB. Windows color (decimal): -1841520 or 9496291. OLE color: 9496291.
HSL color Cylindrical-coordinate representation of color #E3E690: hue angle of 62.09º 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 #E3E690 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 230 | 144 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.10 |
| HSL | 62.09º | 0.63% | 0.73% | - |
| HSV(B) | 62.09º | 0.37% | 0.9% | - |
| XYZ | 65.01 | 74.94 | 37.42 | - |
| YUV | 219.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 230 | 144 | 0.01 | 0 | 0.37 | 0.10 | 62.09 | 0.63 | 0.73 |
| Hex | E3 | E6 | 90 | 1 | 0 | 25 | A | 3E | 3F | 49 |
| Octal | 343 | 346 | 220 | 1 | 0 | 45 | 12 | 76 | 77 | 111 |
| Binary | 11100011 | 11100110 | 10010000 | 1 | 0 | 100101 | 1010 | 111110 | 111111 | 1001001 |
Color Harmonies of #E3E690
Complementary color
Monochromatic Colors of #E3E690
Black with #E3E690
Text Example
Text Example
White with #E3E690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E690; }
p { color: rgb(227,230,144); }
H1.HeaderClassName
{
color: #E3E690;
}
.AnyTagClassName
{
color: #E3E690;
}
</style>
background-color css
<style>
a { background-color: #E3E690; }
a { background-color: rgb(227,230,144); }
div.DivClassName
{
background-color: #E3E690;
}
.BgClassName
{
background-color: #E3E690;
}
</style>
border-color css
<style>
span { border-color: #E3E690; }
span { border-color: rgb(227,230,144); }
td.TdClassName
{
border-color: #E3E690;
}
.TagClassName
{
border-color: #E3E690;
}
</style>