Shades of Primrose #E7DF93
Tints of Primrose #E7DF93
RGB
CMYK
RGB Variations
Color information
#E7DF93 (or 0xE7DF93) is known color: Primrose. HEX triplet: E7, DF and 93. RGB value is (231,223,147). Sum of RGB (Red+Green+Blue) = 231+223+147=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DF93 is #18206C. Grayscale: #D9D9D9. Windows color (decimal): -1581165 or 9691111. OLE color: 9691111.
HSL color Cylindrical-coordinate representation of color #E7DF93: hue angle of 54.29º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7DF93 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 147 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.09 |
| HSL | 54.29º | 0.64% | 0.74% | - |
| HSV(B) | 54.29º | 0.36% | 0.91% | - |
| XYZ | 64.61 | 71.87 | 38.07 | - |
| YUV | 216.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 147 | 0 | 0.03 | 0.36 | 0.09 | 54.29 | 0.64 | 0.74 |
| Hex | E7 | DF | 93 | 0 | 3 | 24 | 9 | 36 | 40 | 4A |
| Octal | 347 | 337 | 223 | 0 | 3 | 44 | 11 | 66 | 100 | 112 |
| Binary | 11100111 | 11011111 | 10010011 | 0 | 11 | 100100 | 1001 | 110110 | 1000000 | 1001010 |
Color Harmonies of #E7DF93
Complementary color
Monochromatic Colors of #E7DF93
Black with #E7DF93
Text Example
Text Example
White with #E7DF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF93; }
p { color: rgb(231,223,147); }
H1.HeaderClassName
{
color: #E7DF93;
}
.AnyTagClassName
{
color: #E7DF93;
}
</style>
background-color css
<style>
a { background-color: #E7DF93; }
a { background-color: rgb(231,223,147); }
div.DivClassName
{
background-color: #E7DF93;
}
.BgClassName
{
background-color: #E7DF93;
}
</style>
border-color css
<style>
span { border-color: #E7DF93; }
span { border-color: rgb(231,223,147); }
td.TdClassName
{
border-color: #E7DF93;
}
.TagClassName
{
border-color: #E7DF93;
}
</style>