Shades of Primrose #E7DF97
Tints of Primrose #E7DF97
RGB
CMYK
RGB Variations
Color information
#E7DF97 (or 0xE7DF97) is known color: Primrose. HEX triplet: E7, DF and 97. RGB value is (231,223,151). Sum of RGB (Red+Green+Blue) = 231+223+151=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DF97 is #182068. Grayscale: #D9D9D9. Windows color (decimal): -1581161 or 9953255. OLE color: 9953255.
HSL color Cylindrical-coordinate representation of color #E7DF97: hue angle of 54º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7DF97 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 151 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.09 |
| HSL | 54º | 0.63% | 0.75% | - |
| HSV(B) | 54º | 0.35% | 0.91% | - |
| XYZ | 64.93 | 72 | 39.75 | - |
| YUV | 217.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 151 | 0 | 0.03 | 0.35 | 0.09 | 54 | 0.63 | 0.75 |
| Hex | E7 | DF | 97 | 0 | 3 | 23 | 9 | 36 | 3E | 4B |
| Octal | 347 | 337 | 227 | 0 | 3 | 43 | 11 | 66 | 76 | 113 |
| Binary | 11100111 | 11011111 | 10010111 | 0 | 11 | 100011 | 1001 | 110110 | 111110 | 1001011 |
Color Harmonies of #E7DF97
Complementary color
Monochromatic Colors of #E7DF97
Black with #E7DF97
Text Example
Text Example
White with #E7DF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF97; }
p { color: rgb(231,223,151); }
H1.HeaderClassName
{
color: #E7DF97;
}
.AnyTagClassName
{
color: #E7DF97;
}
</style>
background-color css
<style>
a { background-color: #E7DF97; }
a { background-color: rgb(231,223,151); }
div.DivClassName
{
background-color: #E7DF97;
}
.BgClassName
{
background-color: #E7DF97;
}
</style>
border-color css
<style>
span { border-color: #E7DF97; }
span { border-color: rgb(231,223,151); }
td.TdClassName
{
border-color: #E7DF97;
}
.TagClassName
{
border-color: #E7DF97;
}
</style>