Shades of Primrose #E7DB8B
Tints of Primrose #E7DB8B
RGB
CMYK
RGB Variations
Color information
#E7DB8B (or 0xE7DB8B) is known color: Primrose. HEX triplet: E7, DB and 8B. RGB value is (231,219,139). Sum of RGB (Red+Green+Blue) = 231+219+139=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DB8B is #182474. Grayscale: #D5D5D5. Windows color (decimal): -1582197 or 9165799. OLE color: 9165799.
HSL color Cylindrical-coordinate representation of color #E7DB8B: hue angle of 52.17º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7DB8B is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 139 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.09 |
| HSL | 52.17º | 0.66% | 0.73% | - |
| HSV(B) | 52.17º | 0.4% | 0.91% | - |
| XYZ | 62.95 | 69.52 | 34.53 | - |
| YUV | 213.47 | 85.98 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 139 | 0 | 0.05 | 0.40 | 0.09 | 52.17 | 0.66 | 0.73 |
| Hex | E7 | DB | 8B | 0 | 5 | 28 | 9 | 34 | 42 | 49 |
| Octal | 347 | 333 | 213 | 0 | 5 | 50 | 11 | 64 | 102 | 111 |
| Binary | 11100111 | 11011011 | 10001011 | 0 | 101 | 101000 | 1001 | 110100 | 1000010 | 1001001 |
Color Harmonies of #E7DB8B
Complementary color
Monochromatic Colors of #E7DB8B
Black with #E7DB8B
Text Example
Text Example
White with #E7DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB8B; }
p { color: rgb(231,219,139); }
H1.HeaderClassName
{
color: #E7DB8B;
}
.AnyTagClassName
{
color: #E7DB8B;
}
</style>
background-color css
<style>
a { background-color: #E7DB8B; }
a { background-color: rgb(231,219,139); }
div.DivClassName
{
background-color: #E7DB8B;
}
.BgClassName
{
background-color: #E7DB8B;
}
</style>
border-color css
<style>
span { border-color: #E7DB8B; }
span { border-color: rgb(231,219,139); }
td.TdClassName
{
border-color: #E7DB8B;
}
.TagClassName
{
border-color: #E7DB8B;
}
</style>