Html Css Color HEX #E5D195 Double Colonial White
📋 copy color: '#E5D195'red 229 ◦ green 209 ◦ blue 149
Shades of Double Colonial White #E5D195
Tints of Double Colonial White #E5D195
RGB
CMYK
RGB Variations
Color information
#E5D195 (or 0xE5D195) is known color: Double Colonial White. HEX triplet: E5, D1 and 95. RGB value is (229,209,149). Sum of RGB (Red+Green+Blue) = 229+209+149=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D195 is #1A2E6A. Grayscale: #D0D0D0. Windows color (decimal): -1715819 or 9818597. OLE color: 9818597.
HSL color Cylindrical-coordinate representation of color #E5D195: hue angle of 45º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5D195 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 149 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.10 |
| HSL | 45º | 0.61% | 0.74% | - |
| HSV(B) | 45º | 0.35% | 0.9% | - |
| XYZ | 60.54 | 64.43 | 37.68 | - |
| YUV | 208.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 149 | 0 | 0.09 | 0.35 | 0.10 | 45 | 0.61 | 0.74 |
| Hex | E5 | D1 | 95 | 0 | 9 | 23 | A | 2D | 3D | 4A |
| Octal | 345 | 321 | 225 | 0 | 11 | 43 | 12 | 55 | 75 | 112 |
| Binary | 11100101 | 11010001 | 10010101 | 0 | 1001 | 100011 | 1010 | 101101 | 111101 | 1001010 |
Color Harmonies of #E5D195
Complementary color
Monochromatic Colors of #E5D195
Black with #E5D195
Text Example
Text Example
White with #E5D195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D195; }
p { color: rgb(229,209,149); }
H1.HeaderClassName
{
color: #E5D195;
}
.AnyTagClassName
{
color: #E5D195;
}
</style>
background-color css
<style>
a { background-color: #E5D195; }
a { background-color: rgb(229,209,149); }
div.DivClassName
{
background-color: #E5D195;
}
.BgClassName
{
background-color: #E5D195;
}
</style>
border-color css
<style>
span { border-color: #E5D195; }
span { border-color: rgb(229,209,149); }
td.TdClassName
{
border-color: #E5D195;
}
.TagClassName
{
border-color: #E5D195;
}
</style>