Shades of Primrose #E6D895
Tints of Primrose #E6D895
RGB
CMYK
RGB Variations
Color information
#E6D895 (or 0xE6D895) is known color: Primrose. HEX triplet: E6, D8 and 95. RGB value is (230,216,149). Sum of RGB (Red+Green+Blue) = 230+216+149=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D895 is #19276A. Grayscale: #D4D4D4. Windows color (decimal): -1648491 or 9820390. OLE color: 9820390.
HSL color Cylindrical-coordinate representation of color #E6D895: hue angle of 49.63º 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 #E6D895 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 149 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.10 |
| HSL | 49.63º | 0.62% | 0.74% | - |
| HSV(B) | 49.63º | 0.35% | 0.9% | - |
| XYZ | 62.61 | 68.1 | 38.28 | - |
| YUV | 212.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 149 | 0 | 0.06 | 0.35 | 0.10 | 49.63 | 0.62 | 0.74 |
| Hex | E6 | D8 | 95 | 0 | 6 | 23 | A | 32 | 3E | 4A |
| Octal | 346 | 330 | 225 | 0 | 6 | 43 | 12 | 62 | 76 | 112 |
| Binary | 11100110 | 11011000 | 10010101 | 0 | 110 | 100011 | 1010 | 110010 | 111110 | 1001010 |
Color Harmonies of #E6D895
Complementary color
Monochromatic Colors of #E6D895
Black with #E6D895
Text Example
Text Example
White with #E6D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D895; }
p { color: rgb(230,216,149); }
H1.HeaderClassName
{
color: #E6D895;
}
.AnyTagClassName
{
color: #E6D895;
}
</style>
background-color css
<style>
a { background-color: #E6D895; }
a { background-color: rgb(230,216,149); }
div.DivClassName
{
background-color: #E6D895;
}
.BgClassName
{
background-color: #E6D895;
}
</style>
border-color css
<style>
span { border-color: #E6D895; }
span { border-color: rgb(230,216,149); }
td.TdClassName
{
border-color: #E6D895;
}
.TagClassName
{
border-color: #E6D895;
}
</style>