Shades of Primrose #E6E19C
Tints of Primrose #E6E19C
RGB
CMYK
RGB Variations
Color information
#E6E19C (or 0xE6E19C) is known color: Primrose. HEX triplet: E6, E1 and 9C. RGB value is (230,225,156). Sum of RGB (Red+Green+Blue) = 230+225+156=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E19C is #191E63. Grayscale: #DADADA. Windows color (decimal): -1646180 or 10281446. OLE color: 10281446.
HSL color Cylindrical-coordinate representation of color #E6E19C: hue angle of 55.95º 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 #E6E19C is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 156 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.10 |
| HSL | 55.95º | 0.6% | 0.76% | - |
| HSV(B) | 55.95º | 0.32% | 0.9% | - |
| XYZ | 65.56 | 73.07 | 42.1 | - |
| YUV | 218.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 156 | 0 | 0.02 | 0.32 | 0.10 | 55.95 | 0.6 | 0.76 |
| Hex | E6 | E1 | 9C | 0 | 2 | 20 | A | 38 | 3C | 4C |
| Octal | 346 | 341 | 234 | 0 | 2 | 40 | 12 | 70 | 74 | 114 |
| Binary | 11100110 | 11100001 | 10011100 | 0 | 10 | 100000 | 1010 | 111000 | 111100 | 1001100 |
Color Harmonies of #E6E19C
Complementary color
Monochromatic Colors of #E6E19C
Black with #E6E19C
Text Example
Text Example
White with #E6E19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E19C; }
p { color: rgb(230,225,156); }
H1.HeaderClassName
{
color: #E6E19C;
}
.AnyTagClassName
{
color: #E6E19C;
}
</style>
background-color css
<style>
a { background-color: #E6E19C; }
a { background-color: rgb(230,225,156); }
div.DivClassName
{
background-color: #E6E19C;
}
.BgClassName
{
background-color: #E6E19C;
}
</style>
border-color css
<style>
span { border-color: #E6E19C; }
span { border-color: rgb(230,225,156); }
td.TdClassName
{
border-color: #E6E19C;
}
.TagClassName
{
border-color: #E6E19C;
}
</style>