Html Css Color HEX #E7D495 Double Colonial White
📋 copy color: '#E7D495'red 231 ◦ green 212 ◦ blue 149
Shades of Double Colonial White #E7D495
Tints of Double Colonial White #E7D495
RGB
CMYK
RGB Variations
Color information
#E7D495 (or 0xE7D495) is known color: Double Colonial White. HEX triplet: E7, D4 and 95. RGB value is (231,212,149). Sum of RGB (Red+Green+Blue) = 231+212+149=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D495 is #182B6A. Grayscale: #D2D2D2. Windows color (decimal): -1583979 or 9819367. OLE color: 9819367.
HSL color Cylindrical-coordinate representation of color #E7D495: hue angle of 46.1º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7D495 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 149 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.09 |
| HSL | 46.1º | 0.63% | 0.75% | - |
| HSV(B) | 46.1º | 0.35% | 0.91% | - |
| XYZ | 61.92 | 66.25 | 37.96 | - |
| YUV | 210.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 149 | 0 | 0.08 | 0.35 | 0.09 | 46.1 | 0.63 | 0.75 |
| Hex | E7 | D4 | 95 | 0 | 8 | 23 | 9 | 2E | 3F | 4B |
| Octal | 347 | 324 | 225 | 0 | 10 | 43 | 11 | 56 | 77 | 113 |
| Binary | 11100111 | 11010100 | 10010101 | 0 | 1000 | 100011 | 1001 | 101110 | 111111 | 1001011 |
Color Harmonies of #E7D495
Complementary color
Monochromatic Colors of #E7D495
Black with #E7D495
Text Example
Text Example
White with #E7D495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D495; }
p { color: rgb(231,212,149); }
H1.HeaderClassName
{
color: #E7D495;
}
.AnyTagClassName
{
color: #E7D495;
}
</style>
background-color css
<style>
a { background-color: #E7D495; }
a { background-color: rgb(231,212,149); }
div.DivClassName
{
background-color: #E7D495;
}
.BgClassName
{
background-color: #E7D495;
}
</style>
border-color css
<style>
span { border-color: #E7D495; }
span { border-color: rgb(231,212,149); }
td.TdClassName
{
border-color: #E7D495;
}
.TagClassName
{
border-color: #E7D495;
}
</style>