Html Css Color HEX #E8D294 Double Colonial White
📋 copy color: '#E8D294'red 232 ◦ green 210 ◦ blue 148
Shades of Double Colonial White #E8D294
Tints of Double Colonial White #E8D294
RGB
CMYK
RGB Variations
Color information
#E8D294 (or 0xE8D294) is known color: Double Colonial White. HEX triplet: E8, D2 and 94. RGB value is (232,210,148). Sum of RGB (Red+Green+Blue) = 232+210+148=590 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.32% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D294 is #172D6B. Grayscale: #D1D1D1. Windows color (decimal): -1518956 or 9753320. OLE color: 9753320.
HSL color Cylindrical-coordinate representation of color #E8D294: hue angle of 44.29º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8D294 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 148 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.09 |
| HSL | 44.29º | 0.65% | 0.75% | - |
| HSV(B) | 44.29º | 0.36% | 0.91% | - |
| XYZ | 61.67 | 65.39 | 37.39 | - |
| YUV | 209.51 | 93.29 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 148 | 0 | 0.09 | 0.36 | 0.09 | 44.29 | 0.65 | 0.75 |
| Hex | E8 | D2 | 94 | 0 | 9 | 24 | 9 | 2C | 41 | 4B |
| Octal | 350 | 322 | 224 | 0 | 11 | 44 | 11 | 54 | 101 | 113 |
| Binary | 11101000 | 11010010 | 10010100 | 0 | 1001 | 100100 | 1001 | 101100 | 1000001 | 1001011 |
Color Harmonies of #E8D294
Complementary color
Monochromatic Colors of #E8D294
Black with #E8D294
Text Example
Text Example
White with #E8D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D294; }
p { color: rgb(232,210,148); }
H1.HeaderClassName
{
color: #E8D294;
}
.AnyTagClassName
{
color: #E8D294;
}
</style>
background-color css
<style>
a { background-color: #E8D294; }
a { background-color: rgb(232,210,148); }
div.DivClassName
{
background-color: #E8D294;
}
.BgClassName
{
background-color: #E8D294;
}
</style>
border-color css
<style>
span { border-color: #E8D294; }
span { border-color: rgb(232,210,148); }
td.TdClassName
{
border-color: #E8D294;
}
.TagClassName
{
border-color: #E8D294;
}
</style>