Shades of Primrose #E7D78F
Tints of Primrose #E7D78F
RGB
CMYK
RGB Variations
Color information
#E7D78F (or 0xE7D78F) is known color: Primrose. HEX triplet: E7, D7 and 8F. RGB value is (231,215,143). Sum of RGB (Red+Green+Blue) = 231+215+143=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D78F is #182870. Grayscale: #D3D3D3. Windows color (decimal): -1583217 or 9426919. OLE color: 9426919.
HSL color Cylindrical-coordinate representation of color #E7D78F: hue angle of 49.09º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7D78F is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 143 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.09 |
| HSL | 49.09º | 0.65% | 0.73% | - |
| HSV(B) | 49.09º | 0.38% | 0.91% | - |
| XYZ | 62.21 | 67.57 | 35.75 | - |
| YUV | 211.58 | 89.3 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 143 | 0 | 0.07 | 0.38 | 0.09 | 49.09 | 0.65 | 0.73 |
| Hex | E7 | D7 | 8F | 0 | 7 | 26 | 9 | 31 | 41 | 49 |
| Octal | 347 | 327 | 217 | 0 | 7 | 46 | 11 | 61 | 101 | 111 |
| Binary | 11100111 | 11010111 | 10001111 | 0 | 111 | 100110 | 1001 | 110001 | 1000001 | 1001001 |
Color Harmonies of #E7D78F
Complementary color
Monochromatic Colors of #E7D78F
Black with #E7D78F
Text Example
Text Example
White with #E7D78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D78F; }
p { color: rgb(231,215,143); }
H1.HeaderClassName
{
color: #E7D78F;
}
.AnyTagClassName
{
color: #E7D78F;
}
</style>
background-color css
<style>
a { background-color: #E7D78F; }
a { background-color: rgb(231,215,143); }
div.DivClassName
{
background-color: #E7D78F;
}
.BgClassName
{
background-color: #E7D78F;
}
</style>
border-color css
<style>
span { border-color: #E7D78F; }
span { border-color: rgb(231,215,143); }
td.TdClassName
{
border-color: #E7D78F;
}
.TagClassName
{
border-color: #E7D78F;
}
</style>