Shades of Primrose #E6D996
Tints of Primrose #E6D996
RGB
CMYK
RGB Variations
Color information
#E6D996 (or 0xE6D996) is known color: Primrose. HEX triplet: E6, D9 and 96. RGB value is (230,217,150). Sum of RGB (Red+Green+Blue) = 230+217+150=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D996 is #192669. Grayscale: #D5D5D5. Windows color (decimal): -1648234 or 9886182. OLE color: 9886182.
HSL color Cylindrical-coordinate representation of color #E6D996: hue angle of 50.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6D996 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 150 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.10 |
| HSL | 50.25º | 0.62% | 0.75% | - |
| HSV(B) | 50.25º | 0.35% | 0.9% | - |
| XYZ | 62.95 | 68.65 | 38.79 | - |
| YUV | 213.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 150 | 0 | 0.06 | 0.35 | 0.10 | 50.25 | 0.62 | 0.75 |
| Hex | E6 | D9 | 96 | 0 | 6 | 23 | A | 32 | 3E | 4B |
| Octal | 346 | 331 | 226 | 0 | 6 | 43 | 12 | 62 | 76 | 113 |
| Binary | 11100110 | 11011001 | 10010110 | 0 | 110 | 100011 | 1010 | 110010 | 111110 | 1001011 |
Color Harmonies of #E6D996
Complementary color
Monochromatic Colors of #E6D996
Black with #E6D996
Text Example
Text Example
White with #E6D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D996; }
p { color: rgb(230,217,150); }
H1.HeaderClassName
{
color: #E6D996;
}
.AnyTagClassName
{
color: #E6D996;
}
</style>
background-color css
<style>
a { background-color: #E6D996; }
a { background-color: rgb(230,217,150); }
div.DivClassName
{
background-color: #E6D996;
}
.BgClassName
{
background-color: #E6D996;
}
</style>
border-color css
<style>
span { border-color: #E6D996; }
span { border-color: rgb(230,217,150); }
td.TdClassName
{
border-color: #E6D996;
}
.TagClassName
{
border-color: #E6D996;
}
</style>