Html Css Color HEX #E5D292 Double Colonial White
📋 copy color: '#E5D292'red 229 ◦ green 210 ◦ blue 146
Shades of Double Colonial White #E5D292
Tints of Double Colonial White #E5D292
RGB
CMYK
RGB Variations
Color information
#E5D292 (or 0xE5D292) is known color: Double Colonial White. HEX triplet: E5, D2 and 92. RGB value is (229,210,146). Sum of RGB (Red+Green+Blue) = 229+210+146=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 146 (57.42% from 255 or 24.96% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D292 is #1A2D6D. Grayscale: #D0D0D0. Windows color (decimal): -1715566 or 9622245. OLE color: 9622245.
HSL color Cylindrical-coordinate representation of color #E5D292: hue angle of 46.27º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5D292 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 146 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.10 |
| HSL | 46.27º | 0.61% | 0.74% | - |
| HSV(B) | 46.27º | 0.36% | 0.9% | - |
| XYZ | 60.55 | 64.83 | 36.52 | - |
| YUV | 208.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 146 | 0 | 0.08 | 0.36 | 0.10 | 46.27 | 0.61 | 0.74 |
| Hex | E5 | D2 | 92 | 0 | 8 | 24 | A | 2E | 3D | 4A |
| Octal | 345 | 322 | 222 | 0 | 10 | 44 | 12 | 56 | 75 | 112 |
| Binary | 11100101 | 11010010 | 10010010 | 0 | 1000 | 100100 | 1010 | 101110 | 111101 | 1001010 |
Color Harmonies of #E5D292
Complementary color
Monochromatic Colors of #E5D292
Black with #E5D292
Text Example
Text Example
White with #E5D292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D292; }
p { color: rgb(229,210,146); }
H1.HeaderClassName
{
color: #E5D292;
}
.AnyTagClassName
{
color: #E5D292;
}
</style>
background-color css
<style>
a { background-color: #E5D292; }
a { background-color: rgb(229,210,146); }
div.DivClassName
{
background-color: #E5D292;
}
.BgClassName
{
background-color: #E5D292;
}
</style>
border-color css
<style>
span { border-color: #E5D292; }
span { border-color: rgb(229,210,146); }
td.TdClassName
{
border-color: #E5D292;
}
.TagClassName
{
border-color: #E5D292;
}
</style>