Html Css Color HEX #E3D596 Double Colonial White
📋 copy color: '#E3D596'red 227 ◦ green 213 ◦ blue 150
Shades of Double Colonial White #E3D596
Tints of Double Colonial White #E3D596
RGB
CMYK
RGB Variations
Color information
#E3D596 (or 0xE3D596) is known color: Double Colonial White. HEX triplet: E3, D5 and 96. RGB value is (227,213,150). Sum of RGB (Red+Green+Blue) = 227+213+150=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D596 is #1C2A69. Grayscale: #D2D2D2. Windows color (decimal): -1845866 or 9885155. OLE color: 9885155.
HSL color Cylindrical-coordinate representation of color #E3D596: hue angle of 49.09º 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 #E3D596 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 213 | 150 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.11 |
| HSL | 49.09º | 0.58% | 0.74% | - |
| HSV(B) | 49.09º | 0.34% | 0.89% | - |
| XYZ | 60.98 | 66.12 | 38.4 | - |
| YUV | 210 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 213 | 150 | 0 | 0.06 | 0.34 | 0.11 | 49.09 | 0.58 | 0.74 |
| Hex | E3 | D5 | 96 | 0 | 6 | 22 | B | 31 | 3A | 4A |
| Octal | 343 | 325 | 226 | 0 | 6 | 42 | 13 | 61 | 72 | 112 |
| Binary | 11100011 | 11010101 | 10010110 | 0 | 110 | 100010 | 1011 | 110001 | 111010 | 1001010 |
Color Harmonies of #E3D596
Complementary color
Monochromatic Colors of #E3D596
Black with #E3D596
Text Example
Text Example
White with #E3D596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D596; }
p { color: rgb(227,213,150); }
H1.HeaderClassName
{
color: #E3D596;
}
.AnyTagClassName
{
color: #E3D596;
}
</style>
background-color css
<style>
a { background-color: #E3D596; }
a { background-color: rgb(227,213,150); }
div.DivClassName
{
background-color: #E3D596;
}
.BgClassName
{
background-color: #E3D596;
}
</style>
border-color css
<style>
span { border-color: #E3D596; }
span { border-color: rgb(227,213,150); }
td.TdClassName
{
border-color: #E3D596;
}
.TagClassName
{
border-color: #E3D596;
}
</style>