Html Css Color HEX #E2D19B Double Colonial White
📋 copy color: '#E2D19B'red 226 ◦ green 209 ◦ blue 155
Shades of Double Colonial White #E2D19B
Tints of Double Colonial White #E2D19B
RGB
CMYK
RGB Variations
Color information
#E2D19B (or 0xE2D19B) is known color: Double Colonial White. HEX triplet: E2, D1 and 9B. RGB value is (226,209,155). Sum of RGB (Red+Green+Blue) = 226+209+155=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D19B is #1D2E64. Grayscale: #D0D0D0. Windows color (decimal): -1912421 or 10211810. OLE color: 10211810.
HSL color Cylindrical-coordinate representation of color #E2D19B: hue angle of 45.63º degrees, saturation: 0.55, 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 #E2D19B is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 209 | 155 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.11 |
| HSL | 45.63º | 0.55% | 0.75% | - |
| HSV(B) | 45.63º | 0.31% | 0.89% | - |
| XYZ | 60.08 | 64.14 | 40.22 | - |
| YUV | 207.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 209 | 155 | 0 | 0.08 | 0.31 | 0.11 | 45.63 | 0.55 | 0.75 |
| Hex | E2 | D1 | 9B | 0 | 8 | 1F | B | 2E | 37 | 4B |
| Octal | 342 | 321 | 233 | 0 | 10 | 37 | 13 | 56 | 67 | 113 |
| Binary | 11100010 | 11010001 | 10011011 | 0 | 1000 | 11111 | 1011 | 101110 | 110111 | 1001011 |
Color Harmonies of #E2D19B
Complementary color
Monochromatic Colors of #E2D19B
Black with #E2D19B
Text Example
Text Example
White with #E2D19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D19B; }
p { color: rgb(226,209,155); }
H1.HeaderClassName
{
color: #E2D19B;
}
.AnyTagClassName
{
color: #E2D19B;
}
</style>
background-color css
<style>
a { background-color: #E2D19B; }
a { background-color: rgb(226,209,155); }
div.DivClassName
{
background-color: #E2D19B;
}
.BgClassName
{
background-color: #E2D19B;
}
</style>
border-color css
<style>
span { border-color: #E2D19B; }
span { border-color: rgb(226,209,155); }
td.TdClassName
{
border-color: #E2D19B;
}
.TagClassName
{
border-color: #E2D19B;
}
</style>