Shades of Primrose #E3E694
Tints of Primrose #E3E694
RGB
CMYK
RGB Variations
Color information
#E3E694 (or 0xE3E694) is known color: Primrose. HEX triplet: E3, E6 and 94. RGB value is (227,230,148). Sum of RGB (Red+Green+Blue) = 227+230+148=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #E3E694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3E694 is #1C196B. Grayscale: #DCDCDC. Windows color (decimal): -1841516 or 9758435. OLE color: 9758435.
HSL color Cylindrical-coordinate representation of color #E3E694: hue angle of 62.2º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E3E694 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 230 | 148 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.10 |
| HSL | 62.2º | 0.62% | 0.74% | - |
| HSV(B) | 62.2º | 0.36% | 0.9% | - |
| XYZ | 65.32 | 75.06 | 39.06 | - |
| YUV | 219.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 230 | 148 | 0.01 | 0 | 0.36 | 0.10 | 62.2 | 0.62 | 0.74 |
| Hex | E3 | E6 | 94 | 1 | 0 | 24 | A | 3E | 3E | 4A |
| Octal | 343 | 346 | 224 | 1 | 0 | 44 | 12 | 76 | 76 | 112 |
| Binary | 11100011 | 11100110 | 10010100 | 1 | 0 | 100100 | 1010 | 111110 | 111110 | 1001010 |
Color Harmonies of #E3E694
Complementary color
Monochromatic Colors of #E3E694
Black with #E3E694
Text Example
Text Example
White with #E3E694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E694; }
p { color: rgb(227,230,148); }
H1.HeaderClassName
{
color: #E3E694;
}
.AnyTagClassName
{
color: #E3E694;
}
</style>
background-color css
<style>
a { background-color: #E3E694; }
a { background-color: rgb(227,230,148); }
div.DivClassName
{
background-color: #E3E694;
}
.BgClassName
{
background-color: #E3E694;
}
</style>
border-color css
<style>
span { border-color: #E3E694; }
span { border-color: rgb(227,230,148); }
td.TdClassName
{
border-color: #E3E694;
}
.TagClassName
{
border-color: #E3E694;
}
</style>