Html Css Color HEX #E8D292 Double Colonial White
📋 copy color: '#E8D292'red 232 ◦ green 210 ◦ blue 146
Shades of Double Colonial White #E8D292
Tints of Double Colonial White #E8D292
RGB
CMYK
RGB Variations
Color information
#E8D292 (or 0xE8D292) is known color: Double Colonial White. HEX triplet: E8, D2 and 92. RGB value is (232,210,146). Sum of RGB (Red+Green+Blue) = 232+210+146=588 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.46% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D292 is #172D6D. Grayscale: #D1D1D1. Windows color (decimal): -1518958 or 9622248. OLE color: 9622248.
HSL color Cylindrical-coordinate representation of color #E8D292: hue angle of 44.65º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E8D292 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 146 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.09 |
| HSL | 44.65º | 0.65% | 0.74% | - |
| HSV(B) | 44.65º | 0.37% | 0.91% | - |
| XYZ | 61.51 | 65.32 | 36.56 | - |
| YUV | 209.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 146 | 0 | 0.09 | 0.37 | 0.09 | 44.65 | 0.65 | 0.74 |
| Hex | E8 | D2 | 92 | 0 | 9 | 25 | 9 | 2D | 41 | 4A |
| Octal | 350 | 322 | 222 | 0 | 11 | 45 | 11 | 55 | 101 | 112 |
| Binary | 11101000 | 11010010 | 10010010 | 0 | 1001 | 100101 | 1001 | 101101 | 1000001 | 1001010 |
Color Harmonies of #E8D292
Complementary color
Monochromatic Colors of #E8D292
Black with #E8D292
Text Example
Text Example
White with #E8D292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D292; }
p { color: rgb(232,210,146); }
H1.HeaderClassName
{
color: #E8D292;
}
.AnyTagClassName
{
color: #E8D292;
}
</style>
background-color css
<style>
a { background-color: #E8D292; }
a { background-color: rgb(232,210,146); }
div.DivClassName
{
background-color: #E8D292;
}
.BgClassName
{
background-color: #E8D292;
}
</style>
border-color css
<style>
span { border-color: #E8D292; }
span { border-color: rgb(232,210,146); }
td.TdClassName
{
border-color: #E8D292;
}
.TagClassName
{
border-color: #E8D292;
}
</style>