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