Html Css Color HEX #E7D48F Double Colonial White
📋 copy color: '#E7D48F'red 231 ◦ green 212 ◦ blue 143
Shades of Double Colonial White #E7D48F
Tints of Double Colonial White #E7D48F
RGB
CMYK
RGB Variations
Color information
#E7D48F (or 0xE7D48F) is known color: Double Colonial White. HEX triplet: E7, D4 and 8F. RGB value is (231,212,143). Sum of RGB (Red+Green+Blue) = 231+212+143=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D48F is #182B70. Grayscale: #D2D2D2. Windows color (decimal): -1583985 or 9426151. OLE color: 9426151.
HSL color Cylindrical-coordinate representation of color #E7D48F: hue angle of 47.05º 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 #E7D48F is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 143 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.09 |
| HSL | 47.05º | 0.65% | 0.73% | - |
| HSV(B) | 47.05º | 0.38% | 0.91% | - |
| XYZ | 61.46 | 66.06 | 35.5 | - |
| YUV | 209.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 143 | 0 | 0.08 | 0.38 | 0.09 | 47.05 | 0.65 | 0.73 |
| Hex | E7 | D4 | 8F | 0 | 8 | 26 | 9 | 2F | 41 | 49 |
| Octal | 347 | 324 | 217 | 0 | 10 | 46 | 11 | 57 | 101 | 111 |
| Binary | 11100111 | 11010100 | 10001111 | 0 | 1000 | 100110 | 1001 | 101111 | 1000001 | 1001001 |
Color Harmonies of #E7D48F
Complementary color
Monochromatic Colors of #E7D48F
Black with #E7D48F
Text Example
Text Example
White with #E7D48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D48F; }
p { color: rgb(231,212,143); }
H1.HeaderClassName
{
color: #E7D48F;
}
.AnyTagClassName
{
color: #E7D48F;
}
</style>
background-color css
<style>
a { background-color: #E7D48F; }
a { background-color: rgb(231,212,143); }
div.DivClassName
{
background-color: #E7D48F;
}
.BgClassName
{
background-color: #E7D48F;
}
</style>
border-color css
<style>
span { border-color: #E7D48F; }
span { border-color: rgb(231,212,143); }
td.TdClassName
{
border-color: #E7D48F;
}
.TagClassName
{
border-color: #E7D48F;
}
</style>