Html Css Color HEX #E7D692 Double Colonial White
📋 copy color: '#E7D692'red 231 ◦ green 214 ◦ blue 146
Shades of Double Colonial White #E7D692
Tints of Double Colonial White #E7D692
RGB
CMYK
RGB Variations
Color information
#E7D692 (or 0xE7D692) is known color: Double Colonial White. HEX triplet: E7, D6 and 92. RGB value is (231,214,146). Sum of RGB (Red+Green+Blue) = 231+214+146=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D692 is #18296D. Grayscale: #D3D3D3. Windows color (decimal): -1583470 or 9623271. OLE color: 9623271.
HSL color Cylindrical-coordinate representation of color #E7D692: hue angle of 48º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7D692 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 146 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.09 |
| HSL | 48º | 0.64% | 0.74% | - |
| HSV(B) | 48º | 0.37% | 0.91% | - |
| XYZ | 62.19 | 67.16 | 36.88 | - |
| YUV | 211.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 146 | 0 | 0.07 | 0.37 | 0.09 | 48 | 0.64 | 0.74 |
| Hex | E7 | D6 | 92 | 0 | 7 | 25 | 9 | 30 | 40 | 4A |
| Octal | 347 | 326 | 222 | 0 | 7 | 45 | 11 | 60 | 100 | 112 |
| Binary | 11100111 | 11010110 | 10010010 | 0 | 111 | 100101 | 1001 | 110000 | 1000000 | 1001010 |
Color Harmonies of #E7D692
Complementary color
Monochromatic Colors of #E7D692
Black with #E7D692
Text Example
Text Example
White with #E7D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D692; }
p { color: rgb(231,214,146); }
H1.HeaderClassName
{
color: #E7D692;
}
.AnyTagClassName
{
color: #E7D692;
}
</style>
background-color css
<style>
a { background-color: #E7D692; }
a { background-color: rgb(231,214,146); }
div.DivClassName
{
background-color: #E7D692;
}
.BgClassName
{
background-color: #E7D692;
}
</style>
border-color css
<style>
span { border-color: #E7D692; }
span { border-color: rgb(231,214,146); }
td.TdClassName
{
border-color: #E7D692;
}
.TagClassName
{
border-color: #E7D692;
}
</style>