Shades of Primrose #E6E49B
Tints of Primrose #E6E49B
RGB
CMYK
RGB Variations
Color information
#E6E49B (or 0xE6E49B) is known color: Primrose. HEX triplet: E6, E4 and 9B. RGB value is (230,228,155). Sum of RGB (Red+Green+Blue) = 230+228+155=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E49B is #191B64. Grayscale: #DCDCDC. Windows color (decimal): -1645413 or 10216678. OLE color: 10216678.
HSL color Cylindrical-coordinate representation of color #E6E49B: hue angle of 58.4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6E49B is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 228 | 155 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.10 |
| HSL | 58.4º | 0.6% | 0.75% | - |
| HSV(B) | 58.4º | 0.33% | 0.9% | - |
| XYZ | 66.29 | 74.68 | 41.93 | - |
| YUV | 220.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 155 | 0 | 0.01 | 0.33 | 0.10 | 58.4 | 0.6 | 0.75 |
| Hex | E6 | E4 | 9B | 0 | 1 | 21 | A | 3A | 3C | 4B |
| Octal | 346 | 344 | 233 | 0 | 1 | 41 | 12 | 72 | 74 | 113 |
| Binary | 11100110 | 11100100 | 10011011 | 0 | 1 | 100001 | 1010 | 111010 | 111100 | 1001011 |
Color Harmonies of #E6E49B
Complementary color
Monochromatic Colors of #E6E49B
Black with #E6E49B
Text Example
Text Example
White with #E6E49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E49B; }
p { color: rgb(230,228,155); }
H1.HeaderClassName
{
color: #E6E49B;
}
.AnyTagClassName
{
color: #E6E49B;
}
</style>
background-color css
<style>
a { background-color: #E6E49B; }
a { background-color: rgb(230,228,155); }
div.DivClassName
{
background-color: #E6E49B;
}
.BgClassName
{
background-color: #E6E49B;
}
</style>
border-color css
<style>
span { border-color: #E6E49B; }
span { border-color: rgb(230,228,155); }
td.TdClassName
{
border-color: #E6E49B;
}
.TagClassName
{
border-color: #E6E49B;
}
</style>