Html Css Color HEX #E7D094 Double Colonial White
📋 copy color: '#E7D094'red 231 ◦ green 208 ◦ blue 148
Shades of Double Colonial White #E7D094
Tints of Double Colonial White #E7D094
RGB
CMYK
RGB Variations
Color information
#E7D094 (or 0xE7D094) is known color: Double Colonial White. HEX triplet: E7, D0 and 94. RGB value is (231,208,148). Sum of RGB (Red+Green+Blue) = 231+208+148=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D094 is #182F6B. Grayscale: #D0D0D0. Windows color (decimal): -1585004 or 9752807. OLE color: 9752807.
HSL color Cylindrical-coordinate representation of color #E7D094: hue angle of 43.37º 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 #E7D094 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 148 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.09 |
| HSL | 43.37º | 0.63% | 0.74% | - |
| HSV(B) | 43.37º | 0.36% | 0.91% | - |
| XYZ | 60.86 | 64.24 | 37.21 | - |
| YUV | 208.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 148 | 0 | 0.10 | 0.36 | 0.09 | 43.37 | 0.63 | 0.74 |
| Hex | E7 | D0 | 94 | 0 | A | 24 | 9 | 2B | 3F | 4A |
| Octal | 347 | 320 | 224 | 0 | 12 | 44 | 11 | 53 | 77 | 112 |
| Binary | 11100111 | 11010000 | 10010100 | 0 | 1010 | 100100 | 1001 | 101011 | 111111 | 1001010 |
Color Harmonies of #E7D094
Complementary color
Monochromatic Colors of #E7D094
Black with #E7D094
Text Example
Text Example
White with #E7D094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D094; }
p { color: rgb(231,208,148); }
H1.HeaderClassName
{
color: #E7D094;
}
.AnyTagClassName
{
color: #E7D094;
}
</style>
background-color css
<style>
a { background-color: #E7D094; }
a { background-color: rgb(231,208,148); }
div.DivClassName
{
background-color: #E7D094;
}
.BgClassName
{
background-color: #E7D094;
}
</style>
border-color css
<style>
span { border-color: #E7D094; }
span { border-color: rgb(231,208,148); }
td.TdClassName
{
border-color: #E7D094;
}
.TagClassName
{
border-color: #E7D094;
}
</style>