Shades of Primrose #E6D997
Tints of Primrose #E6D997
RGB
CMYK
RGB Variations
Color information
#E6D997 (or 0xE6D997) is known color: Primrose. HEX triplet: E6, D9 and 97. RGB value is (230,217,151). Sum of RGB (Red+Green+Blue) = 230+217+151=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D997 is #192668. Grayscale: #D5D5D5. Windows color (decimal): -1648233 or 9951718. OLE color: 9951718.
HSL color Cylindrical-coordinate representation of color #E6D997: hue angle of 50.13º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6D997 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 151 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.10 |
| HSL | 50.13º | 0.61% | 0.75% | - |
| HSV(B) | 50.13º | 0.34% | 0.9% | - |
| XYZ | 63.03 | 68.68 | 39.21 | - |
| YUV | 213.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 151 | 0 | 0.06 | 0.34 | 0.10 | 50.13 | 0.61 | 0.75 |
| Hex | E6 | D9 | 97 | 0 | 6 | 22 | A | 32 | 3D | 4B |
| Octal | 346 | 331 | 227 | 0 | 6 | 42 | 12 | 62 | 75 | 113 |
| Binary | 11100110 | 11011001 | 10010111 | 0 | 110 | 100010 | 1010 | 110010 | 111101 | 1001011 |
Color Harmonies of #E6D997
Complementary color
Monochromatic Colors of #E6D997
Black with #E6D997
Text Example
Text Example
White with #E6D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D997; }
p { color: rgb(230,217,151); }
H1.HeaderClassName
{
color: #E6D997;
}
.AnyTagClassName
{
color: #E6D997;
}
</style>
background-color css
<style>
a { background-color: #E6D997; }
a { background-color: rgb(230,217,151); }
div.DivClassName
{
background-color: #E6D997;
}
.BgClassName
{
background-color: #E6D997;
}
</style>
border-color css
<style>
span { border-color: #E6D997; }
span { border-color: rgb(230,217,151); }
td.TdClassName
{
border-color: #E6D997;
}
.TagClassName
{
border-color: #E6D997;
}
</style>