Html Css Color HEX #E2D09D Double Colonial White
📋 copy color: '#E2D09D'red 226 ◦ green 208 ◦ blue 157
Shades of Double Colonial White #E2D09D
Tints of Double Colonial White #E2D09D
RGB
CMYK
RGB Variations
Color information
#E2D09D (or 0xE2D09D) is known color: Double Colonial White. HEX triplet: E2, D0 and 9D. RGB value is (226,208,157). Sum of RGB (Red+Green+Blue) = 226+208+157=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D09D is #1D2F62. Grayscale: #CFCFCF. Windows color (decimal): -1912675 or 10342626. OLE color: 10342626.
HSL color Cylindrical-coordinate representation of color #E2D09D: hue angle of 44.35º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2D09D is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 157 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.11 |
| HSL | 44.35º | 0.54% | 0.75% | - |
| HSV(B) | 44.35º | 0.31% | 0.89% | - |
| XYZ | 60.01 | 63.71 | 41.03 | - |
| YUV | 207.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 157 | 0 | 0.08 | 0.31 | 0.11 | 44.35 | 0.54 | 0.75 |
| Hex | E2 | D0 | 9D | 0 | 8 | 1F | B | 2C | 36 | 4B |
| Octal | 342 | 320 | 235 | 0 | 10 | 37 | 13 | 54 | 66 | 113 |
| Binary | 11100010 | 11010000 | 10011101 | 0 | 1000 | 11111 | 1011 | 101100 | 110110 | 1001011 |
Color Harmonies of #E2D09D
Complementary color
Monochromatic Colors of #E2D09D
Black with #E2D09D
Text Example
Text Example
White with #E2D09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D09D; }
p { color: rgb(226,208,157); }
H1.HeaderClassName
{
color: #E2D09D;
}
.AnyTagClassName
{
color: #E2D09D;
}
</style>
background-color css
<style>
a { background-color: #E2D09D; }
a { background-color: rgb(226,208,157); }
div.DivClassName
{
background-color: #E2D09D;
}
.BgClassName
{
background-color: #E2D09D;
}
</style>
border-color css
<style>
span { border-color: #E2D09D; }
span { border-color: rgb(226,208,157); }
td.TdClassName
{
border-color: #E2D09D;
}
.TagClassName
{
border-color: #E2D09D;
}
</style>