Shades of Primrose #E6E68E
Tints of Primrose #E6E68E
RGB
CMYK
RGB Variations
Color information
#E6E68E (or 0xE6E68E) is known color: Primrose. HEX triplet: E6, E6 and 8E. RGB value is (230,230,142). Sum of RGB (Red+Green+Blue) = 230+230+142=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6E68E is #191971. Grayscale: #DCDCDC. Windows color (decimal): -1644914 or 9365222. OLE color: 9365222.
HSL color Cylindrical-coordinate representation of color #E6E68E: hue angle of 60º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6E68E is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 230 | 142 | - |
| CMYK | 0 | 0 | 0.38 | 0.10 |
| HSL | 60º | 0.64% | 0.73% | - |
| HSV(B) | 60º | 0.38% | 0.9% | - |
| XYZ | 65.81 | 75.37 | 36.67 | - |
| YUV | 219.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 230 | 142 | 0 | 0 | 0.38 | 0.10 | 60 | 0.64 | 0.73 |
| Hex | E6 | E6 | 8E | 0 | 0 | 26 | A | 3C | 40 | 49 |
| Octal | 346 | 346 | 216 | 0 | 0 | 46 | 12 | 74 | 100 | 111 |
| Binary | 11100110 | 11100110 | 10001110 | 0 | 0 | 100110 | 1010 | 111100 | 1000000 | 1001001 |
Color Harmonies of #E6E68E
Complementary color
Monochromatic Colors of #E6E68E
Black with #E6E68E
Text Example
Text Example
White with #E6E68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E68E; }
p { color: rgb(230,230,142); }
H1.HeaderClassName
{
color: #E6E68E;
}
.AnyTagClassName
{
color: #E6E68E;
}
</style>
background-color css
<style>
a { background-color: #E6E68E; }
a { background-color: rgb(230,230,142); }
div.DivClassName
{
background-color: #E6E68E;
}
.BgClassName
{
background-color: #E6E68E;
}
</style>
border-color css
<style>
span { border-color: #E6E68E; }
span { border-color: rgb(230,230,142); }
td.TdClassName
{
border-color: #E6E68E;
}
.TagClassName
{
border-color: #E6E68E;
}
</style>