Html Css Color HEX #E5D694 Double Colonial White
📋 copy color: '#E5D694'red 229 ◦ green 214 ◦ blue 148
Shades of Double Colonial White #E5D694
Tints of Double Colonial White #E5D694
RGB
CMYK
RGB Variations
Color information
#E5D694 (or 0xE5D694) is known color: Double Colonial White. HEX triplet: E5, D6 and 94. RGB value is (229,214,148). Sum of RGB (Red+Green+Blue) = 229+214+148=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D694 is #1A296B. Grayscale: #D3D3D3. Windows color (decimal): -1714540 or 9754341. OLE color: 9754341.
HSL color Cylindrical-coordinate representation of color #E5D694: hue angle of 48.89º 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 #E5D694 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 148 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.10 |
| HSL | 48.89º | 0.61% | 0.74% | - |
| HSV(B) | 48.89º | 0.35% | 0.9% | - |
| XYZ | 61.7 | 66.89 | 37.68 | - |
| YUV | 210.96 | 92.47 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 148 | 0 | 0.07 | 0.35 | 0.10 | 48.89 | 0.61 | 0.74 |
| Hex | E5 | D6 | 94 | 0 | 7 | 23 | A | 31 | 3D | 4A |
| Octal | 345 | 326 | 224 | 0 | 7 | 43 | 12 | 61 | 75 | 112 |
| Binary | 11100101 | 11010110 | 10010100 | 0 | 111 | 100011 | 1010 | 110001 | 111101 | 1001010 |
Color Harmonies of #E5D694
Complementary color
Monochromatic Colors of #E5D694
Black with #E5D694
Text Example
Text Example
White with #E5D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D694; }
p { color: rgb(229,214,148); }
H1.HeaderClassName
{
color: #E5D694;
}
.AnyTagClassName
{
color: #E5D694;
}
</style>
background-color css
<style>
a { background-color: #E5D694; }
a { background-color: rgb(229,214,148); }
div.DivClassName
{
background-color: #E5D694;
}
.BgClassName
{
background-color: #E5D694;
}
</style>
border-color css
<style>
span { border-color: #E5D694; }
span { border-color: rgb(229,214,148); }
td.TdClassName
{
border-color: #E5D694;
}
.TagClassName
{
border-color: #E5D694;
}
</style>