Html Css Color HEX #E2CA90 Double Colonial White
📋 copy color: '#E2CA90'red 226 ◦ green 202 ◦ blue 144
Shades of Double Colonial White #E2CA90
Tints of Double Colonial White #E2CA90
RGB
CMYK
RGB Variations
Color information
#E2CA90 (or 0xE2CA90) is known color: Double Colonial White. HEX triplet: E2, CA and 90. RGB value is (226,202,144). Sum of RGB (Red+Green+Blue) = 226+202+144=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA90 is #1D356F. Grayscale: #CACACA. Windows color (decimal): -1914224 or 9489122. OLE color: 9489122.
HSL color Cylindrical-coordinate representation of color #E2CA90: hue angle of 42.44º 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 #E2CA90 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 144 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.11 |
| HSL | 42.44º | 0.59% | 0.73% | - |
| HSV(B) | 42.44º | 0.36% | 0.89% | - |
| XYZ | 57.52 | 60.42 | 35.02 | - |
| YUV | 202.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 144 | 0 | 0.11 | 0.36 | 0.11 | 42.44 | 0.59 | 0.73 |
| Hex | E2 | CA | 90 | 0 | B | 24 | B | 2A | 3B | 49 |
| Octal | 342 | 312 | 220 | 0 | 13 | 44 | 13 | 52 | 73 | 111 |
| Binary | 11100010 | 11001010 | 10010000 | 0 | 1011 | 100100 | 1011 | 101010 | 111011 | 1001001 |
Color Harmonies of #E2CA90
Complementary color
Monochromatic Colors of #E2CA90
Black with #E2CA90
Text Example
Text Example
White with #E2CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA90; }
p { color: rgb(226,202,144); }
H1.HeaderClassName
{
color: #E2CA90;
}
.AnyTagClassName
{
color: #E2CA90;
}
</style>
background-color css
<style>
a { background-color: #E2CA90; }
a { background-color: rgb(226,202,144); }
div.DivClassName
{
background-color: #E2CA90;
}
.BgClassName
{
background-color: #E2CA90;
}
</style>
border-color css
<style>
span { border-color: #E2CA90; }
span { border-color: rgb(226,202,144); }
td.TdClassName
{
border-color: #E2CA90;
}
.TagClassName
{
border-color: #E2CA90;
}
</style>