Html Css Color HEX #E7D38D Double Colonial White
📋 copy color: '#E7D38D'red 231 ◦ green 211 ◦ blue 141
Shades of Double Colonial White #E7D38D
Tints of Double Colonial White #E7D38D
RGB
CMYK
RGB Variations
Color information
#E7D38D (or 0xE7D38D) is known color: Double Colonial White. HEX triplet: E7, D3 and 8D. RGB value is (231,211,141). Sum of RGB (Red+Green+Blue) = 231+211+141=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D38D is #182C72. Grayscale: #D1D1D1. Windows color (decimal): -1584243 or 9294823. OLE color: 9294823.
HSL color Cylindrical-coordinate representation of color #E7D38D: hue angle of 46.67º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E7D38D is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 141 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.09 |
| HSL | 46.67º | 0.65% | 0.73% | - |
| HSV(B) | 46.67º | 0.39% | 0.91% | - |
| XYZ | 61.06 | 65.5 | 34.62 | - |
| YUV | 209 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 141 | 0 | 0.09 | 0.39 | 0.09 | 46.67 | 0.65 | 0.73 |
| Hex | E7 | D3 | 8D | 0 | 9 | 27 | 9 | 2F | 41 | 49 |
| Octal | 347 | 323 | 215 | 0 | 11 | 47 | 11 | 57 | 101 | 111 |
| Binary | 11100111 | 11010011 | 10001101 | 0 | 1001 | 100111 | 1001 | 101111 | 1000001 | 1001001 |
Color Harmonies of #E7D38D
Complementary color
Monochromatic Colors of #E7D38D
Black with #E7D38D
Text Example
Text Example
White with #E7D38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D38D; }
p { color: rgb(231,211,141); }
H1.HeaderClassName
{
color: #E7D38D;
}
.AnyTagClassName
{
color: #E7D38D;
}
</style>
background-color css
<style>
a { background-color: #E7D38D; }
a { background-color: rgb(231,211,141); }
div.DivClassName
{
background-color: #E7D38D;
}
.BgClassName
{
background-color: #E7D38D;
}
</style>
border-color css
<style>
span { border-color: #E7D38D; }
span { border-color: rgb(231,211,141); }
td.TdClassName
{
border-color: #E7D38D;
}
.TagClassName
{
border-color: #E7D38D;
}
</style>