Shades of Primrose #E6E794
Tints of Primrose #E6E794
RGB
CMYK
RGB Variations
Color information
#E6E794 (or 0xE6E794) is known color: Primrose. HEX triplet: E6, E7 and 94. RGB value is (230,231,148). Sum of RGB (Red+Green+Blue) = 230+231+148=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 148 (58.20% from 255 or 24.30% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #E6E794 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6E794 is #19186B. Grayscale: #DDDDDD. Windows color (decimal): -1644652 or 9758694. OLE color: 9758694.
HSL color Cylindrical-coordinate representation of color #E6E794: hue angle of 60.72º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6E794 is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 231 | 148 | - |
| CMYK | 0.00 | 0 | 0.36 | 0.09 |
| HSL | 60.72º | 0.63% | 0.74% | - |
| HSV(B) | 60.72º | 0.36% | 0.91% | - |
| XYZ | 66.55 | 76.11 | 39.2 | - |
| YUV | 221.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 231 | 148 | 0.00 | 0 | 0.36 | 0.09 | 60.72 | 0.63 | 0.74 |
| Hex | E6 | E7 | 94 | 0 | 0 | 24 | 9 | 3D | 3F | 4A |
| Octal | 346 | 347 | 224 | 0 | 0 | 44 | 11 | 75 | 77 | 112 |
| Binary | 11100110 | 11100111 | 10010100 | 0 | 0 | 100100 | 1001 | 111101 | 111111 | 1001010 |
Color Harmonies of #E6E794
Complementary color
Monochromatic Colors of #E6E794
Black with #E6E794
Text Example
Text Example
White with #E6E794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E794; }
p { color: rgb(230,231,148); }
H1.HeaderClassName
{
color: #E6E794;
}
.AnyTagClassName
{
color: #E6E794;
}
</style>
background-color css
<style>
a { background-color: #E6E794; }
a { background-color: rgb(230,231,148); }
div.DivClassName
{
background-color: #E6E794;
}
.BgClassName
{
background-color: #E6E794;
}
</style>
border-color css
<style>
span { border-color: #E6E794; }
span { border-color: rgb(230,231,148); }
td.TdClassName
{
border-color: #E6E794;
}
.TagClassName
{
border-color: #E6E794;
}
</style>