Shades of Primrose #E3E695
Tints of Primrose #E3E695
RGB
CMYK
RGB Variations
Color information
#E3E695 (or 0xE3E695) is known color: Primrose. HEX triplet: E3, E6 and 95. RGB value is (227,230,149). Sum of RGB (Red+Green+Blue) = 227+230+149=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #E3E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3E695 is #1C196A. Grayscale: #DCDCDC. Windows color (decimal): -1841515 or 9823971. OLE color: 9823971.
HSL color Cylindrical-coordinate representation of color #E3E695: hue angle of 62.22º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3E695 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 230 | 149 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.10 |
| HSL | 62.22º | 0.62% | 0.74% | - |
| HSV(B) | 62.22º | 0.35% | 0.9% | - |
| XYZ | 65.4 | 75.09 | 39.48 | - |
| YUV | 219.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 230 | 149 | 0.01 | 0 | 0.35 | 0.10 | 62.22 | 0.62 | 0.74 |
| Hex | E3 | E6 | 95 | 1 | 0 | 23 | A | 3E | 3E | 4A |
| Octal | 343 | 346 | 225 | 1 | 0 | 43 | 12 | 76 | 76 | 112 |
| Binary | 11100011 | 11100110 | 10010101 | 1 | 0 | 100011 | 1010 | 111110 | 111110 | 1001010 |
Color Harmonies of #E3E695
Complementary color
Monochromatic Colors of #E3E695
Black with #E3E695
Text Example
Text Example
White with #E3E695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E695; }
p { color: rgb(227,230,149); }
H1.HeaderClassName
{
color: #E3E695;
}
.AnyTagClassName
{
color: #E3E695;
}
</style>
background-color css
<style>
a { background-color: #E3E695; }
a { background-color: rgb(227,230,149); }
div.DivClassName
{
background-color: #E3E695;
}
.BgClassName
{
background-color: #E3E695;
}
</style>
border-color css
<style>
span { border-color: #E3E695; }
span { border-color: rgb(227,230,149); }
td.TdClassName
{
border-color: #E3E695;
}
.TagClassName
{
border-color: #E3E695;
}
</style>