Html Css Color HEX #E3D594 Double Colonial White
📋 copy color: '#E3D594'red 227 ◦ green 213 ◦ blue 148
Shades of Double Colonial White #E3D594
Tints of Double Colonial White #E3D594
RGB
CMYK
RGB Variations
Color information
#E3D594 (or 0xE3D594) is known color: Double Colonial White. HEX triplet: E3, D5 and 94. RGB value is (227,213,148). Sum of RGB (Red+Green+Blue) = 227+213+148=588 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.61% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D594 is #1C2A6B. Grayscale: #D2D2D2. Windows color (decimal): -1845868 or 9754083. OLE color: 9754083.
HSL color Cylindrical-coordinate representation of color #E3D594: hue angle of 49.37º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3D594 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 213 | 148 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.11 |
| HSL | 49.37º | 0.59% | 0.74% | - |
| HSV(B) | 49.37º | 0.35% | 0.89% | - |
| XYZ | 60.82 | 66.06 | 37.56 | - |
| YUV | 209.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 213 | 148 | 0 | 0.06 | 0.35 | 0.11 | 49.37 | 0.59 | 0.74 |
| Hex | E3 | D5 | 94 | 0 | 6 | 23 | B | 31 | 3B | 4A |
| Octal | 343 | 325 | 224 | 0 | 6 | 43 | 13 | 61 | 73 | 112 |
| Binary | 11100011 | 11010101 | 10010100 | 0 | 110 | 100011 | 1011 | 110001 | 111011 | 1001010 |
Color Harmonies of #E3D594
Complementary color
Monochromatic Colors of #E3D594
Black with #E3D594
Text Example
Text Example
White with #E3D594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D594; }
p { color: rgb(227,213,148); }
H1.HeaderClassName
{
color: #E3D594;
}
.AnyTagClassName
{
color: #E3D594;
}
</style>
background-color css
<style>
a { background-color: #E3D594; }
a { background-color: rgb(227,213,148); }
div.DivClassName
{
background-color: #E3D594;
}
.BgClassName
{
background-color: #E3D594;
}
</style>
border-color css
<style>
span { border-color: #E3D594; }
span { border-color: rgb(227,213,148); }
td.TdClassName
{
border-color: #E3D594;
}
.TagClassName
{
border-color: #E3D594;
}
</style>