Shades of Primrose #E6E49C
Tints of Primrose #E6E49C
RGB
CMYK
RGB Variations
Color information
#E6E49C (or 0xE6E49C) is known color: Primrose. HEX triplet: E6, E4 and 9C. RGB value is (230,228,156). Sum of RGB (Red+Green+Blue) = 230+228+156=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E49C is #191B63. Grayscale: #DCDCDC. Windows color (decimal): -1645412 or 10282214. OLE color: 10282214.
HSL color Cylindrical-coordinate representation of color #E6E49C: hue angle of 58.38º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6E49C is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 228 | 156 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.10 |
| HSL | 58.38º | 0.6% | 0.76% | - |
| HSV(B) | 58.38º | 0.32% | 0.9% | - |
| XYZ | 66.38 | 74.71 | 42.37 | - |
| YUV | 220.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 156 | 0 | 0.01 | 0.32 | 0.10 | 58.38 | 0.6 | 0.76 |
| Hex | E6 | E4 | 9C | 0 | 1 | 20 | A | 3A | 3C | 4C |
| Octal | 346 | 344 | 234 | 0 | 1 | 40 | 12 | 72 | 74 | 114 |
| Binary | 11100110 | 11100100 | 10011100 | 0 | 1 | 100000 | 1010 | 111010 | 111100 | 1001100 |
Color Harmonies of #E6E49C
Complementary color
Monochromatic Colors of #E6E49C
Black with #E6E49C
Text Example
Text Example
White with #E6E49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E49C; }
p { color: rgb(230,228,156); }
H1.HeaderClassName
{
color: #E6E49C;
}
.AnyTagClassName
{
color: #E6E49C;
}
</style>
background-color css
<style>
a { background-color: #E6E49C; }
a { background-color: rgb(230,228,156); }
div.DivClassName
{
background-color: #E6E49C;
}
.BgClassName
{
background-color: #E6E49C;
}
</style>
border-color css
<style>
span { border-color: #E6E49C; }
span { border-color: rgb(230,228,156); }
td.TdClassName
{
border-color: #E6E49C;
}
.TagClassName
{
border-color: #E6E49C;
}
</style>