Html Css Color HEX #E2D798 Double Colonial White
📋 copy color: '#E2D798'red 226 ◦ green 215 ◦ blue 152
Shades of Double Colonial White #E2D798
Tints of Double Colonial White #E2D798
RGB
CMYK
RGB Variations
Color information
#E2D798 (or 0xE2D798) is known color: Double Colonial White. HEX triplet: E2, D7 and 98. RGB value is (226,215,152). Sum of RGB (Red+Green+Blue) = 226+215+152=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D798 is #1D2867. Grayscale: #D3D3D3. Windows color (decimal): -1910888 or 10016738. OLE color: 10016738.
HSL color Cylindrical-coordinate representation of color #E2D798: hue angle of 51.08º 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 #E2D798 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 152 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.11 |
| HSL | 51.08º | 0.56% | 0.74% | - |
| HSV(B) | 51.08º | 0.33% | 0.89% | - |
| XYZ | 61.33 | 67.04 | 39.41 | - |
| YUV | 211.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 152 | 0 | 0.05 | 0.33 | 0.11 | 51.08 | 0.56 | 0.74 |
| Hex | E2 | D7 | 98 | 0 | 5 | 21 | B | 33 | 38 | 4A |
| Octal | 342 | 327 | 230 | 0 | 5 | 41 | 13 | 63 | 70 | 112 |
| Binary | 11100010 | 11010111 | 10011000 | 0 | 101 | 100001 | 1011 | 110011 | 111000 | 1001010 |
Color Harmonies of #E2D798
Complementary color
Monochromatic Colors of #E2D798
Black with #E2D798
Text Example
Text Example
White with #E2D798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D798; }
p { color: rgb(226,215,152); }
H1.HeaderClassName
{
color: #E2D798;
}
.AnyTagClassName
{
color: #E2D798;
}
</style>
background-color css
<style>
a { background-color: #E2D798; }
a { background-color: rgb(226,215,152); }
div.DivClassName
{
background-color: #E2D798;
}
.BgClassName
{
background-color: #E2D798;
}
</style>
border-color css
<style>
span { border-color: #E2D798; }
span { border-color: rgb(226,215,152); }
td.TdClassName
{
border-color: #E2D798;
}
.TagClassName
{
border-color: #E2D798;
}
</style>