Html Css Color HEX #E1D096 Double Colonial White
📋 copy color: '#E1D096'red 225 ◦ green 208 ◦ blue 150
Shades of Double Colonial White #E1D096
Tints of Double Colonial White #E1D096
RGB
CMYK
RGB Variations
Color information
#E1D096 (or 0xE1D096) is known color: Double Colonial White. HEX triplet: E1, D0 and 96. RGB value is (225,208,150). Sum of RGB (Red+Green+Blue) = 225+208+150=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D096 is #1E2F69. Grayscale: #CECECE. Windows color (decimal): -1978218 or 9883873. OLE color: 9883873.
HSL color Cylindrical-coordinate representation of color #E1D096: hue angle of 46.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1D096 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 150 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.12 |
| HSL | 46.4º | 0.56% | 0.74% | - |
| HSV(B) | 46.4º | 0.33% | 0.88% | - |
| XYZ | 59.11 | 63.32 | 37.96 | - |
| YUV | 206.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 150 | 0 | 0.08 | 0.33 | 0.12 | 46.4 | 0.56 | 0.74 |
| Hex | E1 | D0 | 96 | 0 | 8 | 21 | C | 2E | 38 | 4A |
| Octal | 341 | 320 | 226 | 0 | 10 | 41 | 14 | 56 | 70 | 112 |
| Binary | 11100001 | 11010000 | 10010110 | 0 | 1000 | 100001 | 1100 | 101110 | 111000 | 1001010 |
Color Harmonies of #E1D096
Complementary color
Monochromatic Colors of #E1D096
Black with #E1D096
Text Example
Text Example
White with #E1D096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D096; }
p { color: rgb(225,208,150); }
H1.HeaderClassName
{
color: #E1D096;
}
.AnyTagClassName
{
color: #E1D096;
}
</style>
background-color css
<style>
a { background-color: #E1D096; }
a { background-color: rgb(225,208,150); }
div.DivClassName
{
background-color: #E1D096;
}
.BgClassName
{
background-color: #E1D096;
}
</style>
border-color css
<style>
span { border-color: #E1D096; }
span { border-color: rgb(225,208,150); }
td.TdClassName
{
border-color: #E1D096;
}
.TagClassName
{
border-color: #E1D096;
}
</style>