Html Css Color HEX #E3D096 Double Colonial White
📋 copy color: '#E3D096'red 227 ◦ green 208 ◦ blue 150
Shades of Double Colonial White #E3D096
Tints of Double Colonial White #E3D096
RGB
CMYK
RGB Variations
Color information
#E3D096 (or 0xE3D096) is known color: Double Colonial White. HEX triplet: E3, D0 and 96. RGB value is (227,208,150). Sum of RGB (Red+Green+Blue) = 227+208+150=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D096 is #1C2F69. Grayscale: #CFCFCF. Windows color (decimal): -1847146 or 9883875. OLE color: 9883875.
HSL color Cylindrical-coordinate representation of color #E3D096: hue angle of 45.19º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3D096 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 208 | 150 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.11 |
| HSL | 45.19º | 0.58% | 0.74% | - |
| HSV(B) | 45.19º | 0.34% | 0.89% | - |
| XYZ | 59.74 | 63.64 | 37.99 | - |
| YUV | 207.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 150 | 0 | 0.08 | 0.34 | 0.11 | 45.19 | 0.58 | 0.74 |
| Hex | E3 | D0 | 96 | 0 | 8 | 22 | B | 2D | 3A | 4A |
| Octal | 343 | 320 | 226 | 0 | 10 | 42 | 13 | 55 | 72 | 112 |
| Binary | 11100011 | 11010000 | 10010110 | 0 | 1000 | 100010 | 1011 | 101101 | 111010 | 1001010 |
Color Harmonies of #E3D096
Complementary color
Monochromatic Colors of #E3D096
Black with #E3D096
Text Example
Text Example
White with #E3D096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D096; }
p { color: rgb(227,208,150); }
H1.HeaderClassName
{
color: #E3D096;
}
.AnyTagClassName
{
color: #E3D096;
}
</style>
background-color css
<style>
a { background-color: #E3D096; }
a { background-color: rgb(227,208,150); }
div.DivClassName
{
background-color: #E3D096;
}
.BgClassName
{
background-color: #E3D096;
}
</style>
border-color css
<style>
span { border-color: #E3D096; }
span { border-color: rgb(227,208,150); }
td.TdClassName
{
border-color: #E3D096;
}
.TagClassName
{
border-color: #E3D096;
}
</style>