Shades of Primrose #E6E49A
Tints of Primrose #E6E49A
RGB
CMYK
RGB Variations
Color information
#E6E49A (or 0xE6E49A) is known color: Primrose. HEX triplet: E6, E4 and 9A. RGB value is (230,228,154). Sum of RGB (Red+Green+Blue) = 230+228+154=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E49A is #191B65. Grayscale: #DCDCDC. Windows color (decimal): -1645414 or 10151142. OLE color: 10151142.
HSL color Cylindrical-coordinate representation of color #E6E49A: hue angle of 58.42º 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 #E6E49A is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 228 | 154 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.10 |
| HSL | 58.42º | 0.6% | 0.75% | - |
| HSV(B) | 58.42º | 0.33% | 0.9% | - |
| XYZ | 66.21 | 74.64 | 41.49 | - |
| YUV | 220.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 154 | 0 | 0.01 | 0.33 | 0.10 | 58.42 | 0.6 | 0.75 |
| Hex | E6 | E4 | 9A | 0 | 1 | 21 | A | 3A | 3C | 4B |
| Octal | 346 | 344 | 232 | 0 | 1 | 41 | 12 | 72 | 74 | 113 |
| Binary | 11100110 | 11100100 | 10011010 | 0 | 1 | 100001 | 1010 | 111010 | 111100 | 1001011 |
Color Harmonies of #E6E49A
Complementary color
Monochromatic Colors of #E6E49A
Black with #E6E49A
Text Example
Text Example
White with #E6E49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E49A; }
p { color: rgb(230,228,154); }
H1.HeaderClassName
{
color: #E6E49A;
}
.AnyTagClassName
{
color: #E6E49A;
}
</style>
background-color css
<style>
a { background-color: #E6E49A; }
a { background-color: rgb(230,228,154); }
div.DivClassName
{
background-color: #E6E49A;
}
.BgClassName
{
background-color: #E6E49A;
}
</style>
border-color css
<style>
span { border-color: #E6E49A; }
span { border-color: rgb(230,228,154); }
td.TdClassName
{
border-color: #E6E49A;
}
.TagClassName
{
border-color: #E6E49A;
}
</style>