Html Css Color HEX #E3CA90 Double Colonial White
📋 copy color: '#E3CA90'red 227 ◦ green 202 ◦ blue 144
Shades of Double Colonial White #E3CA90
Tints of Double Colonial White #E3CA90
RGB
CMYK
RGB Variations
Color information
#E3CA90 (or 0xE3CA90) is known color: Double Colonial White. HEX triplet: E3, CA and 90. RGB value is (227,202,144). Sum of RGB (Red+Green+Blue) = 227+202+144=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CA90 is #1C356F. Grayscale: #CBCBCB. Windows color (decimal): -1848688 or 9489123. OLE color: 9489123.
HSL color Cylindrical-coordinate representation of color #E3CA90: hue angle of 41.93º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E3CA90 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 202 | 144 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.11 |
| HSL | 41.93º | 0.6% | 0.73% | - |
| HSV(B) | 41.93º | 0.37% | 0.89% | - |
| XYZ | 57.83 | 60.59 | 35.03 | - |
| YUV | 202.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 144 | 0 | 0.11 | 0.37 | 0.11 | 41.93 | 0.6 | 0.73 |
| Hex | E3 | CA | 90 | 0 | B | 25 | B | 2A | 3C | 49 |
| Octal | 343 | 312 | 220 | 0 | 13 | 45 | 13 | 52 | 74 | 111 |
| Binary | 11100011 | 11001010 | 10010000 | 0 | 1011 | 100101 | 1011 | 101010 | 111100 | 1001001 |
Color Harmonies of #E3CA90
Complementary color
Monochromatic Colors of #E3CA90
Black with #E3CA90
Text Example
Text Example
White with #E3CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CA90; }
p { color: rgb(227,202,144); }
H1.HeaderClassName
{
color: #E3CA90;
}
.AnyTagClassName
{
color: #E3CA90;
}
</style>
background-color css
<style>
a { background-color: #E3CA90; }
a { background-color: rgb(227,202,144); }
div.DivClassName
{
background-color: #E3CA90;
}
.BgClassName
{
background-color: #E3CA90;
}
</style>
border-color css
<style>
span { border-color: #E3CA90; }
span { border-color: rgb(227,202,144); }
td.TdClassName
{
border-color: #E3CA90;
}
.TagClassName
{
border-color: #E3CA90;
}
</style>