Shades of Primrose #E6E199
Tints of Primrose #E6E199
RGB
CMYK
RGB Variations
Color information
#E6E199 (or 0xE6E199) is known color: Primrose. HEX triplet: E6, E1 and 99. RGB value is (230,225,153). Sum of RGB (Red+Green+Blue) = 230+225+153=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E199 is #191E66. Grayscale: #DADADA. Windows color (decimal): -1646183 or 10084838. OLE color: 10084838.
HSL color Cylindrical-coordinate representation of color #E6E199: hue angle of 56.1º degrees, saturation: 0.61, 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 #E6E199 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 153 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.10 |
| HSL | 56.1º | 0.61% | 0.75% | - |
| HSV(B) | 56.1º | 0.33% | 0.9% | - |
| XYZ | 65.31 | 72.97 | 40.78 | - |
| YUV | 218.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 153 | 0 | 0.02 | 0.33 | 0.10 | 56.1 | 0.61 | 0.75 |
| Hex | E6 | E1 | 99 | 0 | 2 | 21 | A | 38 | 3D | 4B |
| Octal | 346 | 341 | 231 | 0 | 2 | 41 | 12 | 70 | 75 | 113 |
| Binary | 11100110 | 11100001 | 10011001 | 0 | 10 | 100001 | 1010 | 111000 | 111101 | 1001011 |
Color Harmonies of #E6E199
Complementary color
Monochromatic Colors of #E6E199
Black with #E6E199
Text Example
Text Example
White with #E6E199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E199; }
p { color: rgb(230,225,153); }
H1.HeaderClassName
{
color: #E6E199;
}
.AnyTagClassName
{
color: #E6E199;
}
</style>
background-color css
<style>
a { background-color: #E6E199; }
a { background-color: rgb(230,225,153); }
div.DivClassName
{
background-color: #E6E199;
}
.BgClassName
{
background-color: #E6E199;
}
</style>
border-color css
<style>
span { border-color: #E6E199; }
span { border-color: rgb(230,225,153); }
td.TdClassName
{
border-color: #E6E199;
}
.TagClassName
{
border-color: #E6E199;
}
</style>