Html Css Color HEX #E7D794 Double Colonial White
📋 copy color: '#E7D794'red 231 ◦ green 215 ◦ blue 148
Shades of Double Colonial White #E7D794
Tints of Double Colonial White #E7D794
RGB
CMYK
RGB Variations
Color information
#E7D794 (or 0xE7D794) is known color: Double Colonial White. HEX triplet: E7, D7 and 94. RGB value is (231,215,148). Sum of RGB (Red+Green+Blue) = 231+215+148=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D794 is #18286B. Grayscale: #D4D4D4. Windows color (decimal): -1583212 or 9754599. OLE color: 9754599.
HSL color Cylindrical-coordinate representation of color #E7D794: hue angle of 48.43º 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 #E7D794 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 148 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.09 |
| HSL | 48.43º | 0.63% | 0.74% | - |
| HSV(B) | 48.43º | 0.36% | 0.91% | - |
| XYZ | 62.6 | 67.73 | 37.79 | - |
| YUV | 212.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 148 | 0 | 0.07 | 0.36 | 0.09 | 48.43 | 0.63 | 0.74 |
| Hex | E7 | D7 | 94 | 0 | 7 | 24 | 9 | 30 | 3F | 4A |
| Octal | 347 | 327 | 224 | 0 | 7 | 44 | 11 | 60 | 77 | 112 |
| Binary | 11100111 | 11010111 | 10010100 | 0 | 111 | 100100 | 1001 | 110000 | 111111 | 1001010 |
Color Harmonies of #E7D794
Complementary color
Monochromatic Colors of #E7D794
Black with #E7D794
Text Example
Text Example
White with #E7D794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D794; }
p { color: rgb(231,215,148); }
H1.HeaderClassName
{
color: #E7D794;
}
.AnyTagClassName
{
color: #E7D794;
}
</style>
background-color css
<style>
a { background-color: #E7D794; }
a { background-color: rgb(231,215,148); }
div.DivClassName
{
background-color: #E7D794;
}
.BgClassName
{
background-color: #E7D794;
}
</style>
border-color css
<style>
span { border-color: #E7D794; }
span { border-color: rgb(231,215,148); }
td.TdClassName
{
border-color: #E7D794;
}
.TagClassName
{
border-color: #E7D794;
}
</style>