Shades of Primrose #E7DB94
Tints of Primrose #E7DB94
RGB
CMYK
RGB Variations
Color information
#E7DB94 (or 0xE7DB94) is known color: Primrose. HEX triplet: E7, DB and 94. RGB value is (231,219,148). Sum of RGB (Red+Green+Blue) = 231+219+148=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DB94 is #18246B. Grayscale: #D6D6D6. Windows color (decimal): -1582188 or 9755623. OLE color: 9755623.
HSL color Cylindrical-coordinate representation of color #E7DB94: hue angle of 51.33º 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 #E7DB94 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 148 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.09 |
| HSL | 51.33º | 0.63% | 0.74% | - |
| HSV(B) | 51.33º | 0.36% | 0.91% | - |
| XYZ | 63.63 | 69.79 | 38.13 | - |
| YUV | 214.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 148 | 0 | 0.05 | 0.36 | 0.09 | 51.33 | 0.63 | 0.74 |
| Hex | E7 | DB | 94 | 0 | 5 | 24 | 9 | 33 | 3F | 4A |
| Octal | 347 | 333 | 224 | 0 | 5 | 44 | 11 | 63 | 77 | 112 |
| Binary | 11100111 | 11011011 | 10010100 | 0 | 101 | 100100 | 1001 | 110011 | 111111 | 1001010 |
Color Harmonies of #E7DB94
Complementary color
Monochromatic Colors of #E7DB94
Black with #E7DB94
Text Example
Text Example
White with #E7DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB94; }
p { color: rgb(231,219,148); }
H1.HeaderClassName
{
color: #E7DB94;
}
.AnyTagClassName
{
color: #E7DB94;
}
</style>
background-color css
<style>
a { background-color: #E7DB94; }
a { background-color: rgb(231,219,148); }
div.DivClassName
{
background-color: #E7DB94;
}
.BgClassName
{
background-color: #E7DB94;
}
</style>
border-color css
<style>
span { border-color: #E7DB94; }
span { border-color: rgb(231,219,148); }
td.TdClassName
{
border-color: #E7DB94;
}
.TagClassName
{
border-color: #E7DB94;
}
</style>