Html Css Color HEX #E2D697 Double Colonial White
📋 copy color: '#E2D697'red 226 ◦ green 214 ◦ blue 151
Shades of Double Colonial White #E2D697
Tints of Double Colonial White #E2D697
RGB
CMYK
RGB Variations
Color information
#E2D697 (or 0xE2D697) is known color: Double Colonial White. HEX triplet: E2, D6 and 97. RGB value is (226,214,151). Sum of RGB (Red+Green+Blue) = 226+214+151=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 151 (59.38% from 255 or 25.55% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D697 is #1D2968. Grayscale: #D2D2D2. Windows color (decimal): -1911145 or 9950946. OLE color: 9950946.
HSL color Cylindrical-coordinate representation of color #E2D697: hue angle of 50.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2D697 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 151 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.11 |
| HSL | 50.4º | 0.56% | 0.74% | - |
| HSV(B) | 50.4º | 0.33% | 0.89% | - |
| XYZ | 61 | 66.5 | 38.9 | - |
| YUV | 210.41 | 94.48 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 151 | 0 | 0.05 | 0.33 | 0.11 | 50.4 | 0.56 | 0.74 |
| Hex | E2 | D6 | 97 | 0 | 5 | 21 | B | 32 | 38 | 4A |
| Octal | 342 | 326 | 227 | 0 | 5 | 41 | 13 | 62 | 70 | 112 |
| Binary | 11100010 | 11010110 | 10010111 | 0 | 101 | 100001 | 1011 | 110010 | 111000 | 1001010 |
Color Harmonies of #E2D697
Complementary color
Monochromatic Colors of #E2D697
Black with #E2D697
Text Example
Text Example
White with #E2D697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D697; }
p { color: rgb(226,214,151); }
H1.HeaderClassName
{
color: #E2D697;
}
.AnyTagClassName
{
color: #E2D697;
}
</style>
background-color css
<style>
a { background-color: #E2D697; }
a { background-color: rgb(226,214,151); }
div.DivClassName
{
background-color: #E2D697;
}
.BgClassName
{
background-color: #E2D697;
}
</style>
border-color css
<style>
span { border-color: #E2D697; }
span { border-color: rgb(226,214,151); }
td.TdClassName
{
border-color: #E2D697;
}
.TagClassName
{
border-color: #E2D697;
}
</style>