Html Css Color HEX #E5D090 Double Colonial White
📋 copy color: '#E5D090'red 229 ◦ green 208 ◦ blue 144
Shades of Double Colonial White #E5D090
Tints of Double Colonial White #E5D090
RGB
CMYK
RGB Variations
Color information
#E5D090 (or 0xE5D090) is known color: Double Colonial White. HEX triplet: E5, D0 and 90. RGB value is (229,208,144). Sum of RGB (Red+Green+Blue) = 229+208+144=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D090 is #1A2F6F. Grayscale: #CFCFCF. Windows color (decimal): -1716080 or 9490661. OLE color: 9490661.
HSL color Cylindrical-coordinate representation of color #E5D090: hue angle of 45.18º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5D090 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 144 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.10 |
| HSL | 45.18º | 0.62% | 0.73% | - |
| HSV(B) | 45.18º | 0.37% | 0.9% | - |
| XYZ | 59.9 | 63.78 | 35.54 | - |
| YUV | 206.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 144 | 0 | 0.09 | 0.37 | 0.10 | 45.18 | 0.62 | 0.73 |
| Hex | E5 | D0 | 90 | 0 | 9 | 25 | A | 2D | 3E | 49 |
| Octal | 345 | 320 | 220 | 0 | 11 | 45 | 12 | 55 | 76 | 111 |
| Binary | 11100101 | 11010000 | 10010000 | 0 | 1001 | 100101 | 1010 | 101101 | 111110 | 1001001 |
Color Harmonies of #E5D090
Complementary color
Monochromatic Colors of #E5D090
Black with #E5D090
Text Example
Text Example
White with #E5D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D090; }
p { color: rgb(229,208,144); }
H1.HeaderClassName
{
color: #E5D090;
}
.AnyTagClassName
{
color: #E5D090;
}
</style>
background-color css
<style>
a { background-color: #E5D090; }
a { background-color: rgb(229,208,144); }
div.DivClassName
{
background-color: #E5D090;
}
.BgClassName
{
background-color: #E5D090;
}
</style>
border-color css
<style>
span { border-color: #E5D090; }
span { border-color: rgb(229,208,144); }
td.TdClassName
{
border-color: #E5D090;
}
.TagClassName
{
border-color: #E5D090;
}
</style>