Shades of Primrose #E7DC94
Tints of Primrose #E7DC94
RGB
CMYK
RGB Variations
Color information
#E7DC94 (or 0xE7DC94) is known color: Primrose. HEX triplet: E7, DC and 94. RGB value is (231,220,148). Sum of RGB (Red+Green+Blue) = 231+220+148=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC94 is #18236B. Grayscale: #D7D7D7. Windows color (decimal): -1581932 or 9755879. OLE color: 9755879.
HSL color Cylindrical-coordinate representation of color #E7DC94: hue angle of 52.05º degrees, saturation: 0.63, 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 #E7DC94 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 148 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.09 |
| HSL | 52.05º | 0.63% | 0.74% | - |
| HSV(B) | 52.05º | 0.36% | 0.91% | - |
| XYZ | 63.89 | 70.31 | 38.22 | - |
| YUV | 215.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 148 | 0 | 0.05 | 0.36 | 0.09 | 52.05 | 0.63 | 0.74 |
| Hex | E7 | DC | 94 | 0 | 5 | 24 | 9 | 34 | 3F | 4A |
| Octal | 347 | 334 | 224 | 0 | 5 | 44 | 11 | 64 | 77 | 112 |
| Binary | 11100111 | 11011100 | 10010100 | 0 | 101 | 100100 | 1001 | 110100 | 111111 | 1001010 |
Color Harmonies of #E7DC94
Complementary color
Monochromatic Colors of #E7DC94
Black with #E7DC94
Text Example
Text Example
White with #E7DC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC94; }
p { color: rgb(231,220,148); }
H1.HeaderClassName
{
color: #E7DC94;
}
.AnyTagClassName
{
color: #E7DC94;
}
</style>
background-color css
<style>
a { background-color: #E7DC94; }
a { background-color: rgb(231,220,148); }
div.DivClassName
{
background-color: #E7DC94;
}
.BgClassName
{
background-color: #E7DC94;
}
</style>
border-color css
<style>
span { border-color: #E7DC94; }
span { border-color: rgb(231,220,148); }
td.TdClassName
{
border-color: #E7DC94;
}
.TagClassName
{
border-color: #E7DC94;
}
</style>