Html Css Color HEX #E5D699 Double Colonial White
📋 copy color: '#E5D699'red 229 ◦ green 214 ◦ blue 153
Shades of Double Colonial White #E5D699
Tints of Double Colonial White #E5D699
RGB
CMYK
RGB Variations
Color information
#E5D699 (or 0xE5D699) is known color: Double Colonial White. HEX triplet: E5, D6 and 99. RGB value is (229,214,153). Sum of RGB (Red+Green+Blue) = 229+214+153=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D699 is #1A2966. Grayscale: #D3D3D3. Windows color (decimal): -1714535 or 10082021. OLE color: 10082021.
HSL color Cylindrical-coordinate representation of color #E5D699: hue angle of 48.16º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5D699 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 153 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.10 |
| HSL | 48.16º | 0.59% | 0.75% | - |
| HSV(B) | 48.16º | 0.33% | 0.9% | - |
| XYZ | 62.11 | 67.05 | 39.81 | - |
| YUV | 211.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 153 | 0 | 0.07 | 0.33 | 0.10 | 48.16 | 0.59 | 0.75 |
| Hex | E5 | D6 | 99 | 0 | 7 | 21 | A | 30 | 3B | 4B |
| Octal | 345 | 326 | 231 | 0 | 7 | 41 | 12 | 60 | 73 | 113 |
| Binary | 11100101 | 11010110 | 10011001 | 0 | 111 | 100001 | 1010 | 110000 | 111011 | 1001011 |
Color Harmonies of #E5D699
Complementary color
Monochromatic Colors of #E5D699
Black with #E5D699
Text Example
Text Example
White with #E5D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D699; }
p { color: rgb(229,214,153); }
H1.HeaderClassName
{
color: #E5D699;
}
.AnyTagClassName
{
color: #E5D699;
}
</style>
background-color css
<style>
a { background-color: #E5D699; }
a { background-color: rgb(229,214,153); }
div.DivClassName
{
background-color: #E5D699;
}
.BgClassName
{
background-color: #E5D699;
}
</style>
border-color css
<style>
span { border-color: #E5D699; }
span { border-color: rgb(229,214,153); }
td.TdClassName
{
border-color: #E5D699;
}
.TagClassName
{
border-color: #E5D699;
}
</style>