Html Css Color HEX #E3D69B Double Colonial White
📋 copy color: '#E3D69B'red 227 ◦ green 214 ◦ blue 155
Shades of Double Colonial White #E3D69B
Tints of Double Colonial White #E3D69B
RGB
CMYK
RGB Variations
Color information
#E3D69B (or 0xE3D69B) is known color: Double Colonial White. HEX triplet: E3, D6 and 9B. RGB value is (227,214,155). Sum of RGB (Red+Green+Blue) = 227+214+155=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D69B is #1C2964. Grayscale: #D3D3D3. Windows color (decimal): -1845605 or 10213091. OLE color: 10213091.
HSL color Cylindrical-coordinate representation of color #E3D69B: hue angle of 49.17º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E3D69B is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 214 | 155 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.11 |
| HSL | 49.17º | 0.56% | 0.75% | - |
| HSV(B) | 49.17º | 0.32% | 0.89% | - |
| XYZ | 61.64 | 66.79 | 40.65 | - |
| YUV | 211.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 214 | 155 | 0 | 0.06 | 0.32 | 0.11 | 49.17 | 0.56 | 0.75 |
| Hex | E3 | D6 | 9B | 0 | 6 | 20 | B | 31 | 38 | 4B |
| Octal | 343 | 326 | 233 | 0 | 6 | 40 | 13 | 61 | 70 | 113 |
| Binary | 11100011 | 11010110 | 10011011 | 0 | 110 | 100000 | 1011 | 110001 | 111000 | 1001011 |
Color Harmonies of #E3D69B
Complementary color
Monochromatic Colors of #E3D69B
Black with #E3D69B
Text Example
Text Example
White with #E3D69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D69B; }
p { color: rgb(227,214,155); }
H1.HeaderClassName
{
color: #E3D69B;
}
.AnyTagClassName
{
color: #E3D69B;
}
</style>
background-color css
<style>
a { background-color: #E3D69B; }
a { background-color: rgb(227,214,155); }
div.DivClassName
{
background-color: #E3D69B;
}
.BgClassName
{
background-color: #E3D69B;
}
</style>
border-color css
<style>
span { border-color: #E3D69B; }
span { border-color: rgb(227,214,155); }
td.TdClassName
{
border-color: #E3D69B;
}
.TagClassName
{
border-color: #E3D69B;
}
</style>