Html Css Color HEX #E2D699 Double Colonial White
📋 copy color: '#E2D699'red 226 ◦ green 214 ◦ blue 153
Shades of Double Colonial White #E2D699
Tints of Double Colonial White #E2D699
RGB
CMYK
RGB Variations
Color information
#E2D699 (or 0xE2D699) is known color: Double Colonial White. HEX triplet: E2, D6 and 99. RGB value is (226,214,153). Sum of RGB (Red+Green+Blue) = 226+214+153=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D699 is #1D2966. Grayscale: #D2D2D2. Windows color (decimal): -1911143 or 10082018. OLE color: 10082018.
HSL color Cylindrical-coordinate representation of color #E2D699: hue angle of 50.14º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2D699 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 153 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.11 |
| HSL | 50.14º | 0.56% | 0.74% | - |
| HSV(B) | 50.14º | 0.32% | 0.89% | - |
| XYZ | 61.16 | 66.56 | 39.76 | - |
| YUV | 210.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 153 | 0 | 0.05 | 0.32 | 0.11 | 50.14 | 0.56 | 0.74 |
| Hex | E2 | D6 | 99 | 0 | 5 | 20 | B | 32 | 38 | 4A |
| Octal | 342 | 326 | 231 | 0 | 5 | 40 | 13 | 62 | 70 | 112 |
| Binary | 11100010 | 11010110 | 10011001 | 0 | 101 | 100000 | 1011 | 110010 | 111000 | 1001010 |
Color Harmonies of #E2D699
Complementary color
Monochromatic Colors of #E2D699
Black with #E2D699
Text Example
Text Example
White with #E2D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D699; }
p { color: rgb(226,214,153); }
H1.HeaderClassName
{
color: #E2D699;
}
.AnyTagClassName
{
color: #E2D699;
}
</style>
background-color css
<style>
a { background-color: #E2D699; }
a { background-color: rgb(226,214,153); }
div.DivClassName
{
background-color: #E2D699;
}
.BgClassName
{
background-color: #E2D699;
}
</style>
border-color css
<style>
span { border-color: #E2D699; }
span { border-color: rgb(226,214,153); }
td.TdClassName
{
border-color: #E2D699;
}
.TagClassName
{
border-color: #E2D699;
}
</style>