Html Css Color HEX #E3D696 Double Colonial White
📋 copy color: '#E3D696'red 227 ◦ green 214 ◦ blue 150
Shades of Double Colonial White #E3D696
Tints of Double Colonial White #E3D696
RGB
CMYK
RGB Variations
Color information
#E3D696 (or 0xE3D696) is known color: Double Colonial White. HEX triplet: E3, D6 and 96. RGB value is (227,214,150). Sum of RGB (Red+Green+Blue) = 227+214+150=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D696 is #1C2969. Grayscale: #D2D2D2. Windows color (decimal): -1845610 or 9885411. OLE color: 9885411.
HSL color Cylindrical-coordinate representation of color #E3D696: hue angle of 49.87º 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 #E3D696 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 214 | 150 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.11 |
| HSL | 49.87º | 0.58% | 0.74% | - |
| HSV(B) | 49.87º | 0.34% | 0.89% | - |
| XYZ | 61.23 | 66.63 | 38.49 | - |
| YUV | 210.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 214 | 150 | 0 | 0.06 | 0.34 | 0.11 | 49.87 | 0.58 | 0.74 |
| Hex | E3 | D6 | 96 | 0 | 6 | 22 | B | 32 | 3A | 4A |
| Octal | 343 | 326 | 226 | 0 | 6 | 42 | 13 | 62 | 72 | 112 |
| Binary | 11100011 | 11010110 | 10010110 | 0 | 110 | 100010 | 1011 | 110010 | 111010 | 1001010 |
Color Harmonies of #E3D696
Complementary color
Monochromatic Colors of #E3D696
Black with #E3D696
Text Example
Text Example
White with #E3D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D696; }
p { color: rgb(227,214,150); }
H1.HeaderClassName
{
color: #E3D696;
}
.AnyTagClassName
{
color: #E3D696;
}
</style>
background-color css
<style>
a { background-color: #E3D696; }
a { background-color: rgb(227,214,150); }
div.DivClassName
{
background-color: #E3D696;
}
.BgClassName
{
background-color: #E3D696;
}
</style>
border-color css
<style>
span { border-color: #E3D696; }
span { border-color: rgb(227,214,150); }
td.TdClassName
{
border-color: #E3D696;
}
.TagClassName
{
border-color: #E3D696;
}
</style>