Html Css Color HEX #E7D59A Double Colonial White
📋 copy color: '#E7D59A'red 231 ◦ green 213 ◦ blue 154
Shades of Double Colonial White #E7D59A
Tints of Double Colonial White #E7D59A
RGB
CMYK
RGB Variations
Color information
#E7D59A (or 0xE7D59A) is known color: Double Colonial White. HEX triplet: E7, D5 and 9A. RGB value is (231,213,154). Sum of RGB (Red+Green+Blue) = 231+213+154=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D59A is #182A65. Grayscale: #D3D3D3. Windows color (decimal): -1583718 or 10147303. OLE color: 10147303.
HSL color Cylindrical-coordinate representation of color #E7D59A: hue angle of 45.97º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7D59A is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 154 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.09 |
| HSL | 45.97º | 0.62% | 0.75% | - |
| HSV(B) | 45.97º | 0.33% | 0.91% | - |
| XYZ | 62.58 | 66.91 | 40.19 | - |
| YUV | 211.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 154 | 0 | 0.08 | 0.33 | 0.09 | 45.97 | 0.62 | 0.75 |
| Hex | E7 | D5 | 9A | 0 | 8 | 21 | 9 | 2E | 3E | 4B |
| Octal | 347 | 325 | 232 | 0 | 10 | 41 | 11 | 56 | 76 | 113 |
| Binary | 11100111 | 11010101 | 10011010 | 0 | 1000 | 100001 | 1001 | 101110 | 111110 | 1001011 |
Color Harmonies of #E7D59A
Complementary color
Monochromatic Colors of #E7D59A
Black with #E7D59A
Text Example
Text Example
White with #E7D59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D59A; }
p { color: rgb(231,213,154); }
H1.HeaderClassName
{
color: #E7D59A;
}
.AnyTagClassName
{
color: #E7D59A;
}
</style>
background-color css
<style>
a { background-color: #E7D59A; }
a { background-color: rgb(231,213,154); }
div.DivClassName
{
background-color: #E7D59A;
}
.BgClassName
{
background-color: #E7D59A;
}
</style>
border-color css
<style>
span { border-color: #E7D59A; }
span { border-color: rgb(231,213,154); }
td.TdClassName
{
border-color: #E7D59A;
}
.TagClassName
{
border-color: #E7D59A;
}
</style>