Html Css Color HEX #E5D79A Double Colonial White
📋 copy color: '#E5D79A'red 229 ◦ green 215 ◦ blue 154
Shades of Double Colonial White #E5D79A
Tints of Double Colonial White #E5D79A
RGB
CMYK
RGB Variations
Color information
#E5D79A (or 0xE5D79A) is known color: Double Colonial White. HEX triplet: E5, D7 and 9A. RGB value is (229,215,154). Sum of RGB (Red+Green+Blue) = 229+215+154=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D79A is #1A2865. Grayscale: #D4D4D4. Windows color (decimal): -1714278 or 10147813. OLE color: 10147813.
HSL color Cylindrical-coordinate representation of color #E5D79A: hue angle of 48.8º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5D79A is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 154 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.10 |
| HSL | 48.8º | 0.59% | 0.75% | - |
| HSV(B) | 48.8º | 0.33% | 0.9% | - |
| XYZ | 62.45 | 67.59 | 40.33 | - |
| YUV | 212.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 154 | 0 | 0.06 | 0.33 | 0.10 | 48.8 | 0.59 | 0.75 |
| Hex | E5 | D7 | 9A | 0 | 6 | 21 | A | 31 | 3B | 4B |
| Octal | 345 | 327 | 232 | 0 | 6 | 41 | 12 | 61 | 73 | 113 |
| Binary | 11100101 | 11010111 | 10011010 | 0 | 110 | 100001 | 1010 | 110001 | 111011 | 1001011 |
Color Harmonies of #E5D79A
Complementary color
Monochromatic Colors of #E5D79A
Black with #E5D79A
Text Example
Text Example
White with #E5D79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D79A; }
p { color: rgb(229,215,154); }
H1.HeaderClassName
{
color: #E5D79A;
}
.AnyTagClassName
{
color: #E5D79A;
}
</style>
background-color css
<style>
a { background-color: #E5D79A; }
a { background-color: rgb(229,215,154); }
div.DivClassName
{
background-color: #E5D79A;
}
.BgClassName
{
background-color: #E5D79A;
}
</style>
border-color css
<style>
span { border-color: #E5D79A; }
span { border-color: rgb(229,215,154); }
td.TdClassName
{
border-color: #E5D79A;
}
.TagClassName
{
border-color: #E5D79A;
}
</style>