Html Css Color HEX #E2D08D Double Colonial White
📋 copy color: '#E2D08D'red 226 ◦ green 208 ◦ blue 141
Shades of Double Colonial White #E2D08D
Tints of Double Colonial White #E2D08D
RGB
CMYK
RGB Variations
Color information
#E2D08D (or 0xE2D08D) is known color: Double Colonial White. HEX triplet: E2, D0 and 8D. RGB value is (226,208,141). Sum of RGB (Red+Green+Blue) = 226+208+141=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D08D is #1D2F72. Grayscale: #CECECE. Windows color (decimal): -1912691 or 9294050. OLE color: 9294050.
HSL color Cylindrical-coordinate representation of color #E2D08D: hue angle of 47.29º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2D08D is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 141 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.11 |
| HSL | 47.29º | 0.59% | 0.72% | - |
| HSV(B) | 47.29º | 0.38% | 0.89% | - |
| XYZ | 58.73 | 63.2 | 34.3 | - |
| YUV | 205.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 141 | 0 | 0.08 | 0.38 | 0.11 | 47.29 | 0.59 | 0.72 |
| Hex | E2 | D0 | 8D | 0 | 8 | 26 | B | 2F | 3B | 48 |
| Octal | 342 | 320 | 215 | 0 | 10 | 46 | 13 | 57 | 73 | 110 |
| Binary | 11100010 | 11010000 | 10001101 | 0 | 1000 | 100110 | 1011 | 101111 | 111011 | 1001000 |
Color Harmonies of #E2D08D
Complementary color
Monochromatic Colors of #E2D08D
Black with #E2D08D
Text Example
Text Example
White with #E2D08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D08D; }
p { color: rgb(226,208,141); }
H1.HeaderClassName
{
color: #E2D08D;
}
.AnyTagClassName
{
color: #E2D08D;
}
</style>
background-color css
<style>
a { background-color: #E2D08D; }
a { background-color: rgb(226,208,141); }
div.DivClassName
{
background-color: #E2D08D;
}
.BgClassName
{
background-color: #E2D08D;
}
</style>
border-color css
<style>
span { border-color: #E2D08D; }
span { border-color: rgb(226,208,141); }
td.TdClassName
{
border-color: #E2D08D;
}
.TagClassName
{
border-color: #E2D08D;
}
</style>