Shades of Primrose #E3E795
Tints of Primrose #E3E795
RGB
CMYK
RGB Variations
Color information
#E3E795 (or 0xE3E795) is known color: Primrose. HEX triplet: E3, E7 and 95. RGB value is (227,231,149). Sum of RGB (Red+Green+Blue) = 227+231+149=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #E3E795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3E795 is #1C186A. Grayscale: #DCDCDC. Windows color (decimal): -1841259 or 9824227. OLE color: 9824227.
HSL color Cylindrical-coordinate representation of color #E3E795: hue angle of 62.93º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3E795 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 231 | 149 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.09 |
| HSL | 62.93º | 0.63% | 0.75% | - |
| HSV(B) | 62.93º | 0.35% | 0.91% | - |
| XYZ | 65.68 | 75.65 | 39.57 | - |
| YUV | 220.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 231 | 149 | 0.02 | 0 | 0.35 | 0.09 | 62.93 | 0.63 | 0.75 |
| Hex | E3 | E7 | 95 | 2 | 0 | 23 | 9 | 3F | 3F | 4B |
| Octal | 343 | 347 | 225 | 2 | 0 | 43 | 11 | 77 | 77 | 113 |
| Binary | 11100011 | 11100111 | 10010101 | 10 | 0 | 100011 | 1001 | 111111 | 111111 | 1001011 |
Color Harmonies of #E3E795
Complementary color
Monochromatic Colors of #E3E795
Black with #E3E795
Text Example
Text Example
White with #E3E795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E795; }
p { color: rgb(227,231,149); }
H1.HeaderClassName
{
color: #E3E795;
}
.AnyTagClassName
{
color: #E3E795;
}
</style>
background-color css
<style>
a { background-color: #E3E795; }
a { background-color: rgb(227,231,149); }
div.DivClassName
{
background-color: #E3E795;
}
.BgClassName
{
background-color: #E3E795;
}
</style>
border-color css
<style>
span { border-color: #E3E795; }
span { border-color: rgb(227,231,149); }
td.TdClassName
{
border-color: #E3E795;
}
.TagClassName
{
border-color: #E3E795;
}
</style>