Shades of Primrose #E6E69C
Tints of Primrose #E6E69C
RGB
CMYK
RGB Variations
Color information
#E6E69C (or 0xE6E69C) is known color: Primrose. HEX triplet: E6, E6 and 9C. RGB value is (230,230,156). Sum of RGB (Red+Green+Blue) = 230+230+156=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6E69C is #191963. Grayscale: #DDDDDD. Windows color (decimal): -1644900 or 10282726. OLE color: 10282726.
HSL color Cylindrical-coordinate representation of color #E6E69C: hue angle of 60º 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 #E6E69C is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 230 | 156 | - |
| CMYK | 0 | 0 | 0.32 | 0.10 |
| HSL | 60º | 0.6% | 0.76% | - |
| HSV(B) | 60º | 0.32% | 0.9% | - |
| XYZ | 66.93 | 75.82 | 42.56 | - |
| YUV | 221.56 | 91 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 230 | 156 | 0 | 0 | 0.32 | 0.10 | 60 | 0.6 | 0.76 |
| Hex | E6 | E6 | 9C | 0 | 0 | 20 | A | 3C | 3C | 4C |
| Octal | 346 | 346 | 234 | 0 | 0 | 40 | 12 | 74 | 74 | 114 |
| Binary | 11100110 | 11100110 | 10011100 | 0 | 0 | 100000 | 1010 | 111100 | 111100 | 1001100 |
Color Harmonies of #E6E69C
Complementary color
Monochromatic Colors of #E6E69C
Black with #E6E69C
Text Example
Text Example
White with #E6E69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E69C; }
p { color: rgb(230,230,156); }
H1.HeaderClassName
{
color: #E6E69C;
}
.AnyTagClassName
{
color: #E6E69C;
}
</style>
background-color css
<style>
a { background-color: #E6E69C; }
a { background-color: rgb(230,230,156); }
div.DivClassName
{
background-color: #E6E69C;
}
.BgClassName
{
background-color: #E6E69C;
}
</style>
border-color css
<style>
span { border-color: #E6E69C; }
span { border-color: rgb(230,230,156); }
td.TdClassName
{
border-color: #E6E69C;
}
.TagClassName
{
border-color: #E6E69C;
}
</style>