Html Css Color HEX #E7D08B Double Colonial White
📋 copy color: '#E7D08B'red 231 ◦ green 208 ◦ blue 139
Shades of Double Colonial White #E7D08B
Tints of Double Colonial White #E7D08B
RGB
CMYK
RGB Variations
Color information
#E7D08B (or 0xE7D08B) is known color: Double Colonial White. HEX triplet: E7, D0 and 8B. RGB value is (231,208,139). Sum of RGB (Red+Green+Blue) = 231+208+139=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D08B is #182F74. Grayscale: #CFCFCF. Windows color (decimal): -1585013 or 9162983. OLE color: 9162983.
HSL color Cylindrical-coordinate representation of color #E7D08B: hue angle of 45º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7D08B is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 139 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.09 |
| HSL | 45º | 0.66% | 0.73% | - |
| HSV(B) | 45º | 0.4% | 0.91% | - |
| XYZ | 60.17 | 63.96 | 33.6 | - |
| YUV | 207.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 139 | 0 | 0.10 | 0.40 | 0.09 | 45 | 0.66 | 0.73 |
| Hex | E7 | D0 | 8B | 0 | A | 28 | 9 | 2D | 42 | 49 |
| Octal | 347 | 320 | 213 | 0 | 12 | 50 | 11 | 55 | 102 | 111 |
| Binary | 11100111 | 11010000 | 10001011 | 0 | 1010 | 101000 | 1001 | 101101 | 1000010 | 1001001 |
Color Harmonies of #E7D08B
Complementary color
Monochromatic Colors of #E7D08B
Black with #E7D08B
Text Example
Text Example
White with #E7D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D08B; }
p { color: rgb(231,208,139); }
H1.HeaderClassName
{
color: #E7D08B;
}
.AnyTagClassName
{
color: #E7D08B;
}
</style>
background-color css
<style>
a { background-color: #E7D08B; }
a { background-color: rgb(231,208,139); }
div.DivClassName
{
background-color: #E7D08B;
}
.BgClassName
{
background-color: #E7D08B;
}
</style>
border-color css
<style>
span { border-color: #E7D08B; }
span { border-color: rgb(231,208,139); }
td.TdClassName
{
border-color: #E7D08B;
}
.TagClassName
{
border-color: #E7D08B;
}
</style>