Html Css Color HEX #E7D690 Double Colonial White
📋 copy color: '#E7D690'red 231 ◦ green 214 ◦ blue 144
Shades of Double Colonial White #E7D690
Tints of Double Colonial White #E7D690
RGB
CMYK
RGB Variations
Color information
#E7D690 (or 0xE7D690) is known color: Double Colonial White. HEX triplet: E7, D6 and 90. RGB value is (231,214,144). Sum of RGB (Red+Green+Blue) = 231+214+144=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D690 is #18296F. Grayscale: #D3D3D3. Windows color (decimal): -1583472 or 9492199. OLE color: 9492199.
HSL color Cylindrical-coordinate representation of color #E7D690: hue angle of 48.28º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7D690 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 144 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.09 |
| HSL | 48.28º | 0.64% | 0.74% | - |
| HSV(B) | 48.28º | 0.38% | 0.91% | - |
| XYZ | 62.04 | 67.1 | 36.07 | - |
| YUV | 211.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 144 | 0 | 0.07 | 0.38 | 0.09 | 48.28 | 0.64 | 0.74 |
| Hex | E7 | D6 | 90 | 0 | 7 | 26 | 9 | 30 | 40 | 4A |
| Octal | 347 | 326 | 220 | 0 | 7 | 46 | 11 | 60 | 100 | 112 |
| Binary | 11100111 | 11010110 | 10010000 | 0 | 111 | 100110 | 1001 | 110000 | 1000000 | 1001010 |
Color Harmonies of #E7D690
Complementary color
Monochromatic Colors of #E7D690
Black with #E7D690
Text Example
Text Example
White with #E7D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D690; }
p { color: rgb(231,214,144); }
H1.HeaderClassName
{
color: #E7D690;
}
.AnyTagClassName
{
color: #E7D690;
}
</style>
background-color css
<style>
a { background-color: #E7D690; }
a { background-color: rgb(231,214,144); }
div.DivClassName
{
background-color: #E7D690;
}
.BgClassName
{
background-color: #E7D690;
}
</style>
border-color css
<style>
span { border-color: #E7D690; }
span { border-color: rgb(231,214,144); }
td.TdClassName
{
border-color: #E7D690;
}
.TagClassName
{
border-color: #E7D690;
}
</style>