Shades of Primrose #E7DF8F
Tints of Primrose #E7DF8F
RGB
CMYK
RGB Variations
Color information
#E7DF8F (or 0xE7DF8F) is known color: Primrose. HEX triplet: E7, DF and 8F. RGB value is (231,223,143). Sum of RGB (Red+Green+Blue) = 231+223+143=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DF8F is #182070. Grayscale: #D8D8D8. Windows color (decimal): -1581169 or 9428967. OLE color: 9428967.
HSL color Cylindrical-coordinate representation of color #E7DF8F: hue angle of 54.55º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7DF8F is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 143 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.09 |
| HSL | 54.55º | 0.65% | 0.73% | - |
| HSV(B) | 54.55º | 0.38% | 0.91% | - |
| XYZ | 64.3 | 71.75 | 36.45 | - |
| YUV | 216.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 143 | 0 | 0.03 | 0.38 | 0.09 | 54.55 | 0.65 | 0.73 |
| Hex | E7 | DF | 8F | 0 | 3 | 26 | 9 | 37 | 41 | 49 |
| Octal | 347 | 337 | 217 | 0 | 3 | 46 | 11 | 67 | 101 | 111 |
| Binary | 11100111 | 11011111 | 10001111 | 0 | 11 | 100110 | 1001 | 110111 | 1000001 | 1001001 |
Color Harmonies of #E7DF8F
Complementary color
Monochromatic Colors of #E7DF8F
Black with #E7DF8F
Text Example
Text Example
White with #E7DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF8F; }
p { color: rgb(231,223,143); }
H1.HeaderClassName
{
color: #E7DF8F;
}
.AnyTagClassName
{
color: #E7DF8F;
}
</style>
background-color css
<style>
a { background-color: #E7DF8F; }
a { background-color: rgb(231,223,143); }
div.DivClassName
{
background-color: #E7DF8F;
}
.BgClassName
{
background-color: #E7DF8F;
}
</style>
border-color css
<style>
span { border-color: #E7DF8F; }
span { border-color: rgb(231,223,143); }
td.TdClassName
{
border-color: #E7DF8F;
}
.TagClassName
{
border-color: #E7DF8F;
}
</style>