Html Css Color HEX #E2D290 Double Colonial White
📋 copy color: '#E2D290'red 226 ◦ green 210 ◦ blue 144
Shades of Double Colonial White #E2D290
Tints of Double Colonial White #E2D290
RGB
CMYK
RGB Variations
Color information
#E2D290 (or 0xE2D290) is known color: Double Colonial White. HEX triplet: E2, D2 and 90. RGB value is (226,210,144). Sum of RGB (Red+Green+Blue) = 226+210+144=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D290 is #1D2D6F. Grayscale: #CFCFCF. Windows color (decimal): -1912176 or 9491170. OLE color: 9491170.
HSL color Cylindrical-coordinate representation of color #E2D290: hue angle of 48.29º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2D290 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 144 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.11 |
| HSL | 48.29º | 0.59% | 0.73% | - |
| HSV(B) | 48.29º | 0.36% | 0.89% | - |
| XYZ | 59.44 | 64.28 | 35.66 | - |
| YUV | 207.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 144 | 0 | 0.07 | 0.36 | 0.11 | 48.29 | 0.59 | 0.73 |
| Hex | E2 | D2 | 90 | 0 | 7 | 24 | B | 30 | 3B | 49 |
| Octal | 342 | 322 | 220 | 0 | 7 | 44 | 13 | 60 | 73 | 111 |
| Binary | 11100010 | 11010010 | 10010000 | 0 | 111 | 100100 | 1011 | 110000 | 111011 | 1001001 |
Color Harmonies of #E2D290
Complementary color
Monochromatic Colors of #E2D290
Black with #E2D290
Text Example
Text Example
White with #E2D290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D290; }
p { color: rgb(226,210,144); }
H1.HeaderClassName
{
color: #E2D290;
}
.AnyTagClassName
{
color: #E2D290;
}
</style>
background-color css
<style>
a { background-color: #E2D290; }
a { background-color: rgb(226,210,144); }
div.DivClassName
{
background-color: #E2D290;
}
.BgClassName
{
background-color: #E2D290;
}
</style>
border-color css
<style>
span { border-color: #E2D290; }
span { border-color: rgb(226,210,144); }
td.TdClassName
{
border-color: #E2D290;
}
.TagClassName
{
border-color: #E2D290;
}
</style>