Shades of Primrose #E7DF92
Tints of Primrose #E7DF92
RGB
CMYK
RGB Variations
Color information
#E7DF92 (or 0xE7DF92) is known color: Primrose. HEX triplet: E7, DF and 92. RGB value is (231,223,146). Sum of RGB (Red+Green+Blue) = 231+223+146=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 146 (57.42% from 255 or 24.33% from 600); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DF92 is #18206D. Grayscale: #D8D8D8. Windows color (decimal): -1581166 or 9625575. OLE color: 9625575.
HSL color Cylindrical-coordinate representation of color #E7DF92: hue angle of 54.35º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7DF92 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 146 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.09 |
| HSL | 54.35º | 0.64% | 0.74% | - |
| HSV(B) | 54.35º | 0.37% | 0.91% | - |
| XYZ | 64.53 | 71.84 | 37.66 | - |
| YUV | 216.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 146 | 0 | 0.03 | 0.37 | 0.09 | 54.35 | 0.64 | 0.74 |
| Hex | E7 | DF | 92 | 0 | 3 | 25 | 9 | 36 | 40 | 4A |
| Octal | 347 | 337 | 222 | 0 | 3 | 45 | 11 | 66 | 100 | 112 |
| Binary | 11100111 | 11011111 | 10010010 | 0 | 11 | 100101 | 1001 | 110110 | 1000000 | 1001010 |
Color Harmonies of #E7DF92
Complementary color
Monochromatic Colors of #E7DF92
Black with #E7DF92
Text Example
Text Example
White with #E7DF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF92; }
p { color: rgb(231,223,146); }
H1.HeaderClassName
{
color: #E7DF92;
}
.AnyTagClassName
{
color: #E7DF92;
}
</style>
background-color css
<style>
a { background-color: #E7DF92; }
a { background-color: rgb(231,223,146); }
div.DivClassName
{
background-color: #E7DF92;
}
.BgClassName
{
background-color: #E7DF92;
}
</style>
border-color css
<style>
span { border-color: #E7DF92; }
span { border-color: rgb(231,223,146); }
td.TdClassName
{
border-color: #E7DF92;
}
.TagClassName
{
border-color: #E7DF92;
}
</style>