Shades of Primrose #E6D791
Tints of Primrose #E6D791
RGB
CMYK
RGB Variations
Color information
#E6D791 (or 0xE6D791) is known color: Primrose. HEX triplet: E6, D7 and 91. RGB value is (230,215,145). Sum of RGB (Red+Green+Blue) = 230+215+145=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D791 is #19286E. Grayscale: #D3D3D3. Windows color (decimal): -1648751 or 9557990. OLE color: 9557990.
HSL color Cylindrical-coordinate representation of color #E6D791: hue angle of 49.41º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6D791 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 215 | 145 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.10 |
| HSL | 49.41º | 0.63% | 0.74% | - |
| HSV(B) | 49.41º | 0.37% | 0.9% | - |
| XYZ | 62.04 | 67.47 | 36.54 | - |
| YUV | 211.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 145 | 0 | 0.07 | 0.37 | 0.10 | 49.41 | 0.63 | 0.74 |
| Hex | E6 | D7 | 91 | 0 | 7 | 25 | A | 31 | 3F | 4A |
| Octal | 346 | 327 | 221 | 0 | 7 | 45 | 12 | 61 | 77 | 112 |
| Binary | 11100110 | 11010111 | 10010001 | 0 | 111 | 100101 | 1010 | 110001 | 111111 | 1001010 |
Color Harmonies of #E6D791
Complementary color
Monochromatic Colors of #E6D791
Black with #E6D791
Text Example
Text Example
White with #E6D791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D791; }
p { color: rgb(230,215,145); }
H1.HeaderClassName
{
color: #E6D791;
}
.AnyTagClassName
{
color: #E6D791;
}
</style>
background-color css
<style>
a { background-color: #E6D791; }
a { background-color: rgb(230,215,145); }
div.DivClassName
{
background-color: #E6D791;
}
.BgClassName
{
background-color: #E6D791;
}
</style>
border-color css
<style>
span { border-color: #E6D791; }
span { border-color: rgb(230,215,145); }
td.TdClassName
{
border-color: #E6D791;
}
.TagClassName
{
border-color: #E6D791;
}
</style>