Shades of Primrose #E6E099
Tints of Primrose #E6E099
RGB
CMYK
RGB Variations
Color information
#E6E099 (or 0xE6E099) is known color: Primrose. HEX triplet: E6, E0 and 99. RGB value is (230,224,153). Sum of RGB (Red+Green+Blue) = 230+224+153=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E099 is #191F66. Grayscale: #D9D9D9. Windows color (decimal): -1646439 or 10084582. OLE color: 10084582.
HSL color Cylindrical-coordinate representation of color #E6E099: hue angle of 55.32º 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 #E6E099 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 153 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.10 |
| HSL | 55.32º | 0.61% | 0.75% | - |
| HSV(B) | 55.32º | 0.33% | 0.9% | - |
| XYZ | 65.04 | 72.43 | 40.69 | - |
| YUV | 217.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 153 | 0 | 0.03 | 0.33 | 0.10 | 55.32 | 0.61 | 0.75 |
| Hex | E6 | E0 | 99 | 0 | 3 | 21 | A | 37 | 3D | 4B |
| Octal | 346 | 340 | 231 | 0 | 3 | 41 | 12 | 67 | 75 | 113 |
| Binary | 11100110 | 11100000 | 10011001 | 0 | 11 | 100001 | 1010 | 110111 | 111101 | 1001011 |
Color Harmonies of #E6E099
Complementary color
Monochromatic Colors of #E6E099
Black with #E6E099
Text Example
Text Example
White with #E6E099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E099; }
p { color: rgb(230,224,153); }
H1.HeaderClassName
{
color: #E6E099;
}
.AnyTagClassName
{
color: #E6E099;
}
</style>
background-color css
<style>
a { background-color: #E6E099; }
a { background-color: rgb(230,224,153); }
div.DivClassName
{
background-color: #E6E099;
}
.BgClassName
{
background-color: #E6E099;
}
</style>
border-color css
<style>
span { border-color: #E6E099; }
span { border-color: rgb(230,224,153); }
td.TdClassName
{
border-color: #E6E099;
}
.TagClassName
{
border-color: #E6E099;
}
</style>