Html Css Color HEX #E7D394 Double Colonial White
📋 copy color: '#E7D394'red 231 ◦ green 211 ◦ blue 148
Shades of Double Colonial White #E7D394
Tints of Double Colonial White #E7D394
RGB
CMYK
RGB Variations
Color information
#E7D394 (or 0xE7D394) is known color: Double Colonial White. HEX triplet: E7, D3 and 94. RGB value is (231,211,148). Sum of RGB (Red+Green+Blue) = 231+211+148=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D394 is #182C6B. Grayscale: #D2D2D2. Windows color (decimal): -1584236 or 9753575. OLE color: 9753575.
HSL color Cylindrical-coordinate representation of color #E7D394: hue angle of 45.54º 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 #E7D394 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 148 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.09 |
| HSL | 45.54º | 0.63% | 0.74% | - |
| HSV(B) | 45.54º | 0.36% | 0.91% | - |
| XYZ | 61.59 | 65.72 | 37.45 | - |
| YUV | 209.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 148 | 0 | 0.09 | 0.36 | 0.09 | 45.54 | 0.63 | 0.74 |
| Hex | E7 | D3 | 94 | 0 | 9 | 24 | 9 | 2E | 3F | 4A |
| Octal | 347 | 323 | 224 | 0 | 11 | 44 | 11 | 56 | 77 | 112 |
| Binary | 11100111 | 11010011 | 10010100 | 0 | 1001 | 100100 | 1001 | 101110 | 111111 | 1001010 |
Color Harmonies of #E7D394
Complementary color
Monochromatic Colors of #E7D394
Black with #E7D394
Text Example
Text Example
White with #E7D394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D394; }
p { color: rgb(231,211,148); }
H1.HeaderClassName
{
color: #E7D394;
}
.AnyTagClassName
{
color: #E7D394;
}
</style>
background-color css
<style>
a { background-color: #E7D394; }
a { background-color: rgb(231,211,148); }
div.DivClassName
{
background-color: #E7D394;
}
.BgClassName
{
background-color: #E7D394;
}
</style>
border-color css
<style>
span { border-color: #E7D394; }
span { border-color: rgb(231,211,148); }
td.TdClassName
{
border-color: #E7D394;
}
.TagClassName
{
border-color: #E7D394;
}
</style>