Html Css Color HEX #E8D692 Double Colonial White
📋 copy color: '#E8D692'red 232 ◦ green 214 ◦ blue 146
Shades of Double Colonial White #E8D692
Tints of Double Colonial White #E8D692
RGB
CMYK
RGB Variations
Color information
#E8D692 (or 0xE8D692) is known color: Double Colonial White. HEX triplet: E8, D6 and 92. RGB value is (232,214,146). Sum of RGB (Red+Green+Blue) = 232+214+146=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D692 is #17296D. Grayscale: #D3D3D3. Windows color (decimal): -1517934 or 9623272. OLE color: 9623272.
HSL color Cylindrical-coordinate representation of color #E8D692: hue angle of 47.44º 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 #E8D692 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 146 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.09 |
| HSL | 47.44º | 0.65% | 0.74% | - |
| HSV(B) | 47.44º | 0.37% | 0.91% | - |
| XYZ | 62.51 | 67.32 | 36.89 | - |
| YUV | 211.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 146 | 0 | 0.08 | 0.37 | 0.09 | 47.44 | 0.65 | 0.74 |
| Hex | E8 | D6 | 92 | 0 | 8 | 25 | 9 | 2F | 41 | 4A |
| Octal | 350 | 326 | 222 | 0 | 10 | 45 | 11 | 57 | 101 | 112 |
| Binary | 11101000 | 11010110 | 10010010 | 0 | 1000 | 100101 | 1001 | 101111 | 1000001 | 1001010 |
Color Harmonies of #E8D692
Complementary color
Monochromatic Colors of #E8D692
Black with #E8D692
Text Example
Text Example
White with #E8D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D692; }
p { color: rgb(232,214,146); }
H1.HeaderClassName
{
color: #E8D692;
}
.AnyTagClassName
{
color: #E8D692;
}
</style>
background-color css
<style>
a { background-color: #E8D692; }
a { background-color: rgb(232,214,146); }
div.DivClassName
{
background-color: #E8D692;
}
.BgClassName
{
background-color: #E8D692;
}
</style>
border-color css
<style>
span { border-color: #E8D692; }
span { border-color: rgb(232,214,146); }
td.TdClassName
{
border-color: #E8D692;
}
.TagClassName
{
border-color: #E8D692;
}
</style>