Shades of Primrose #E6D995
Tints of Primrose #E6D995
RGB
CMYK
RGB Variations
Color information
#E6D995 (or 0xE6D995) is known color: Primrose. HEX triplet: E6, D9 and 95. RGB value is (230,217,149). Sum of RGB (Red+Green+Blue) = 230+217+149=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D995 is #19266A. Grayscale: #D5D5D5. Windows color (decimal): -1648235 or 9820646. OLE color: 9820646.
HSL color Cylindrical-coordinate representation of color #E6D995: hue angle of 50.37º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6D995 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 149 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.10 |
| HSL | 50.37º | 0.62% | 0.74% | - |
| HSV(B) | 50.37º | 0.35% | 0.9% | - |
| XYZ | 62.87 | 68.62 | 38.36 | - |
| YUV | 213.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 149 | 0 | 0.06 | 0.35 | 0.10 | 50.37 | 0.62 | 0.74 |
| Hex | E6 | D9 | 95 | 0 | 6 | 23 | A | 32 | 3E | 4A |
| Octal | 346 | 331 | 225 | 0 | 6 | 43 | 12 | 62 | 76 | 112 |
| Binary | 11100110 | 11011001 | 10010101 | 0 | 110 | 100011 | 1010 | 110010 | 111110 | 1001010 |
Color Harmonies of #E6D995
Complementary color
Monochromatic Colors of #E6D995
Black with #E6D995
Text Example
Text Example
White with #E6D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D995; }
p { color: rgb(230,217,149); }
H1.HeaderClassName
{
color: #E6D995;
}
.AnyTagClassName
{
color: #E6D995;
}
</style>
background-color css
<style>
a { background-color: #E6D995; }
a { background-color: rgb(230,217,149); }
div.DivClassName
{
background-color: #E6D995;
}
.BgClassName
{
background-color: #E6D995;
}
</style>
border-color css
<style>
span { border-color: #E6D995; }
span { border-color: rgb(230,217,149); }
td.TdClassName
{
border-color: #E6D995;
}
.TagClassName
{
border-color: #E6D995;
}
</style>