Html Css Color HEX #E1D097 Double Colonial White
📋 copy color: '#E1D097'red 225 ◦ green 208 ◦ blue 151
Shades of Double Colonial White #E1D097
Tints of Double Colonial White #E1D097
RGB
CMYK
RGB Variations
Color information
#E1D097 (or 0xE1D097) is known color: Double Colonial White. HEX triplet: E1, D0 and 97. RGB value is (225,208,151). Sum of RGB (Red+Green+Blue) = 225+208+151=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 151 (59.38% from 255 or 25.86% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D097 is #1E2F68. Grayscale: #CECECE. Windows color (decimal): -1978217 or 9949409. OLE color: 9949409.
HSL color Cylindrical-coordinate representation of color #E1D097: hue angle of 46.22º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1D097 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 151 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.12 |
| HSL | 46.22º | 0.55% | 0.74% | - |
| HSV(B) | 46.22º | 0.33% | 0.88% | - |
| XYZ | 59.19 | 63.35 | 38.39 | - |
| YUV | 206.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 151 | 0 | 0.08 | 0.33 | 0.12 | 46.22 | 0.55 | 0.74 |
| Hex | E1 | D0 | 97 | 0 | 8 | 21 | C | 2E | 37 | 4A |
| Octal | 341 | 320 | 227 | 0 | 10 | 41 | 14 | 56 | 67 | 112 |
| Binary | 11100001 | 11010000 | 10010111 | 0 | 1000 | 100001 | 1100 | 101110 | 110111 | 1001010 |
Color Harmonies of #E1D097
Complementary color
Monochromatic Colors of #E1D097
Black with #E1D097
Text Example
Text Example
White with #E1D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D097; }
p { color: rgb(225,208,151); }
H1.HeaderClassName
{
color: #E1D097;
}
.AnyTagClassName
{
color: #E1D097;
}
</style>
background-color css
<style>
a { background-color: #E1D097; }
a { background-color: rgb(225,208,151); }
div.DivClassName
{
background-color: #E1D097;
}
.BgClassName
{
background-color: #E1D097;
}
</style>
border-color css
<style>
span { border-color: #E1D097; }
span { border-color: rgb(225,208,151); }
td.TdClassName
{
border-color: #E1D097;
}
.TagClassName
{
border-color: #E1D097;
}
</style>