Html Css Color HEX #E2CA91 Double Colonial White
📋 copy color: '#E2CA91'red 226 ◦ green 202 ◦ blue 145
Shades of Double Colonial White #E2CA91
Tints of Double Colonial White #E2CA91
RGB
CMYK
RGB Variations
Color information
#E2CA91 (or 0xE2CA91) is known color: Double Colonial White. HEX triplet: E2, CA and 91. RGB value is (226,202,145). Sum of RGB (Red+Green+Blue) = 226+202+145=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 145 (57.03% from 255 or 25.31% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA91 is #1D356E. Grayscale: #CACACA. Windows color (decimal): -1914223 or 9554658. OLE color: 9554658.
HSL color Cylindrical-coordinate representation of color #E2CA91: hue angle of 42.22º degrees, saturation: 0.58, 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 #E2CA91 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 145 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.11 |
| HSL | 42.22º | 0.58% | 0.73% | - |
| HSV(B) | 42.22º | 0.36% | 0.89% | - |
| XYZ | 57.6 | 60.45 | 35.42 | - |
| YUV | 202.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 145 | 0 | 0.11 | 0.36 | 0.11 | 42.22 | 0.58 | 0.73 |
| Hex | E2 | CA | 91 | 0 | B | 24 | B | 2A | 3A | 49 |
| Octal | 342 | 312 | 221 | 0 | 13 | 44 | 13 | 52 | 72 | 111 |
| Binary | 11100010 | 11001010 | 10010001 | 0 | 1011 | 100100 | 1011 | 101010 | 111010 | 1001001 |
Color Harmonies of #E2CA91
Complementary color
Monochromatic Colors of #E2CA91
Black with #E2CA91
Text Example
Text Example
White with #E2CA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA91; }
p { color: rgb(226,202,145); }
H1.HeaderClassName
{
color: #E2CA91;
}
.AnyTagClassName
{
color: #E2CA91;
}
</style>
background-color css
<style>
a { background-color: #E2CA91; }
a { background-color: rgb(226,202,145); }
div.DivClassName
{
background-color: #E2CA91;
}
.BgClassName
{
background-color: #E2CA91;
}
</style>
border-color css
<style>
span { border-color: #E2CA91; }
span { border-color: rgb(226,202,145); }
td.TdClassName
{
border-color: #E2CA91;
}
.TagClassName
{
border-color: #E2CA91;
}
</style>