Html Css Color HEX #E3D695 Double Colonial White
📋 copy color: '#E3D695'red 227 ◦ green 214 ◦ blue 149
Shades of Double Colonial White #E3D695
Tints of Double Colonial White #E3D695
RGB
CMYK
RGB Variations
Color information
#E3D695 (or 0xE3D695) is known color: Double Colonial White. HEX triplet: E3, D6 and 95. RGB value is (227,214,149). Sum of RGB (Red+Green+Blue) = 227+214+149=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D695 is #1C296A. Grayscale: #D2D2D2. Windows color (decimal): -1845611 or 9819875. OLE color: 9819875.
HSL color Cylindrical-coordinate representation of color #E3D695: hue angle of 50º 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 #E3D695 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 214 | 149 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.11 |
| HSL | 50º | 0.58% | 0.74% | - |
| HSV(B) | 50º | 0.34% | 0.89% | - |
| XYZ | 61.15 | 66.59 | 38.06 | - |
| YUV | 210.48 | 93.31 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 214 | 149 | 0 | 0.06 | 0.34 | 0.11 | 50 | 0.58 | 0.74 |
| Hex | E3 | D6 | 95 | 0 | 6 | 22 | B | 32 | 3A | 4A |
| Octal | 343 | 326 | 225 | 0 | 6 | 42 | 13 | 62 | 72 | 112 |
| Binary | 11100011 | 11010110 | 10010101 | 0 | 110 | 100010 | 1011 | 110010 | 111010 | 1001010 |
Color Harmonies of #E3D695
Complementary color
Monochromatic Colors of #E3D695
Black with #E3D695
Text Example
Text Example
White with #E3D695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D695; }
p { color: rgb(227,214,149); }
H1.HeaderClassName
{
color: #E3D695;
}
.AnyTagClassName
{
color: #E3D695;
}
</style>
background-color css
<style>
a { background-color: #E3D695; }
a { background-color: rgb(227,214,149); }
div.DivClassName
{
background-color: #E3D695;
}
.BgClassName
{
background-color: #E3D695;
}
</style>
border-color css
<style>
span { border-color: #E3D695; }
span { border-color: rgb(227,214,149); }
td.TdClassName
{
border-color: #E3D695;
}
.TagClassName
{
border-color: #E3D695;
}
</style>