Html Css Color HEX #E9D48D Double Colonial White
📋 copy color: '#E9D48D'red 233 ◦ green 212 ◦ blue 141
Shades of Double Colonial White #E9D48D
Tints of Double Colonial White #E9D48D
RGB
CMYK
RGB Variations
Color information
#E9D48D (or 0xE9D48D) is known color: Double Colonial White. HEX triplet: E9, D4 and 8D. RGB value is (233,212,141). Sum of RGB (Red+Green+Blue) = 233+212+141=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D48D is #162B72. Grayscale: #D2D2D2. Windows color (decimal): -1452915 or 9295081. OLE color: 9295081.
HSL color Cylindrical-coordinate representation of color #E9D48D: hue angle of 46.3º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9D48D is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 212 | 141 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.09 |
| HSL | 46.3º | 0.68% | 0.73% | - |
| HSV(B) | 46.3º | 0.39% | 0.91% | - |
| XYZ | 61.96 | 66.33 | 34.74 | - |
| YUV | 210.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 212 | 141 | 0 | 0.09 | 0.39 | 0.09 | 46.3 | 0.68 | 0.73 |
| Hex | E9 | D4 | 8D | 0 | 9 | 27 | 9 | 2E | 44 | 49 |
| Octal | 351 | 324 | 215 | 0 | 11 | 47 | 11 | 56 | 104 | 111 |
| Binary | 11101001 | 11010100 | 10001101 | 0 | 1001 | 100111 | 1001 | 101110 | 1000100 | 1001001 |
Color Harmonies of #E9D48D
Complementary color
Monochromatic Colors of #E9D48D
Black with #E9D48D
Text Example
Text Example
White with #E9D48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D48D; }
p { color: rgb(233,212,141); }
H1.HeaderClassName
{
color: #E9D48D;
}
.AnyTagClassName
{
color: #E9D48D;
}
</style>
background-color css
<style>
a { background-color: #E9D48D; }
a { background-color: rgb(233,212,141); }
div.DivClassName
{
background-color: #E9D48D;
}
.BgClassName
{
background-color: #E9D48D;
}
</style>
border-color css
<style>
span { border-color: #E9D48D; }
span { border-color: rgb(233,212,141); }
td.TdClassName
{
border-color: #E9D48D;
}
.TagClassName
{
border-color: #E9D48D;
}
</style>