Html Css Color HEX #E5D592 Double Colonial White
📋 copy color: '#E5D592'red 229 ◦ green 213 ◦ blue 146
Shades of Double Colonial White #E5D592
Tints of Double Colonial White #E5D592
RGB
CMYK
RGB Variations
Color information
#E5D592 (or 0xE5D592) is known color: Double Colonial White. HEX triplet: E5, D5 and 92. RGB value is (229,213,146). Sum of RGB (Red+Green+Blue) = 229+213+146=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D592 is #1A2A6D. Grayscale: #D2D2D2. Windows color (decimal): -1714798 or 9623013. OLE color: 9623013.
HSL color Cylindrical-coordinate representation of color #E5D592: hue angle of 48.43º 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 #E5D592 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 146 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.10 |
| HSL | 48.43º | 0.61% | 0.74% | - |
| HSV(B) | 48.43º | 0.36% | 0.9% | - |
| XYZ | 61.3 | 66.32 | 36.76 | - |
| YUV | 210.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 146 | 0 | 0.07 | 0.36 | 0.10 | 48.43 | 0.61 | 0.74 |
| Hex | E5 | D5 | 92 | 0 | 7 | 24 | A | 30 | 3D | 4A |
| Octal | 345 | 325 | 222 | 0 | 7 | 44 | 12 | 60 | 75 | 112 |
| Binary | 11100101 | 11010101 | 10010010 | 0 | 111 | 100100 | 1010 | 110000 | 111101 | 1001010 |
Color Harmonies of #E5D592
Complementary color
Monochromatic Colors of #E5D592
Black with #E5D592
Text Example
Text Example
White with #E5D592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D592; }
p { color: rgb(229,213,146); }
H1.HeaderClassName
{
color: #E5D592;
}
.AnyTagClassName
{
color: #E5D592;
}
</style>
background-color css
<style>
a { background-color: #E5D592; }
a { background-color: rgb(229,213,146); }
div.DivClassName
{
background-color: #E5D592;
}
.BgClassName
{
background-color: #E5D592;
}
</style>
border-color css
<style>
span { border-color: #E5D592; }
span { border-color: rgb(229,213,146); }
td.TdClassName
{
border-color: #E5D592;
}
.TagClassName
{
border-color: #E5D592;
}
</style>