Html Css Color HEX #E5D095 Double Colonial White
📋 copy color: '#E5D095'red 229 ◦ green 208 ◦ blue 149
Shades of Double Colonial White #E5D095
Tints of Double Colonial White #E5D095
RGB
CMYK
RGB Variations
Color information
#E5D095 (or 0xE5D095) is known color: Double Colonial White. HEX triplet: E5, D0 and 95. RGB value is (229,208,149). Sum of RGB (Red+Green+Blue) = 229+208+149=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D095 is #1A2F6A. Grayscale: #CFCFCF. Windows color (decimal): -1716075 or 9818341. OLE color: 9818341.
HSL color Cylindrical-coordinate representation of color #E5D095: hue angle of 44.25º 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 #E5D095 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 149 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.10 |
| HSL | 44.25º | 0.61% | 0.74% | - |
| HSV(B) | 44.25º | 0.35% | 0.9% | - |
| XYZ | 60.29 | 63.94 | 37.6 | - |
| YUV | 207.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 149 | 0 | 0.09 | 0.35 | 0.10 | 44.25 | 0.61 | 0.74 |
| Hex | E5 | D0 | 95 | 0 | 9 | 23 | A | 2C | 3D | 4A |
| Octal | 345 | 320 | 225 | 0 | 11 | 43 | 12 | 54 | 75 | 112 |
| Binary | 11100101 | 11010000 | 10010101 | 0 | 1001 | 100011 | 1010 | 101100 | 111101 | 1001010 |
Color Harmonies of #E5D095
Complementary color
Monochromatic Colors of #E5D095
Black with #E5D095
Text Example
Text Example
White with #E5D095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D095; }
p { color: rgb(229,208,149); }
H1.HeaderClassName
{
color: #E5D095;
}
.AnyTagClassName
{
color: #E5D095;
}
</style>
background-color css
<style>
a { background-color: #E5D095; }
a { background-color: rgb(229,208,149); }
div.DivClassName
{
background-color: #E5D095;
}
.BgClassName
{
background-color: #E5D095;
}
</style>
border-color css
<style>
span { border-color: #E5D095; }
span { border-color: rgb(229,208,149); }
td.TdClassName
{
border-color: #E5D095;
}
.TagClassName
{
border-color: #E5D095;
}
</style>