Html Css Color HEX #E0CA9B Double Colonial White
📋 copy color: '#E0CA9B'red 224 ◦ green 202 ◦ blue 155
Shades of Double Colonial White #E0CA9B
Tints of Double Colonial White #E0CA9B
RGB
CMYK
RGB Variations
Color information
#E0CA9B (or 0xE0CA9B) is known color: Double Colonial White. HEX triplet: E0, CA and 9B. RGB value is (224,202,155). Sum of RGB (Red+Green+Blue) = 224+202+155=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CA9B is #1F3564. Grayscale: #CBCBCB. Windows color (decimal): -2045285 or 10210016. OLE color: 10210016.
HSL color Cylindrical-coordinate representation of color #E0CA9B: hue angle of 40.87º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0CA9B is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 155 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.12 |
| HSL | 40.87º | 0.53% | 0.74% | - |
| HSV(B) | 40.87º | 0.31% | 0.88% | - |
| XYZ | 57.78 | 60.45 | 39.63 | - |
| YUV | 203.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 155 | 0 | 0.10 | 0.31 | 0.12 | 40.87 | 0.53 | 0.74 |
| Hex | E0 | CA | 9B | 0 | A | 1F | C | 29 | 35 | 4A |
| Octal | 340 | 312 | 233 | 0 | 12 | 37 | 14 | 51 | 65 | 112 |
| Binary | 11100000 | 11001010 | 10011011 | 0 | 1010 | 11111 | 1100 | 101001 | 110101 | 1001010 |
Color Harmonies of #E0CA9B
Complementary color
Monochromatic Colors of #E0CA9B
Black with #E0CA9B
Text Example
Text Example
White with #E0CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA9B; }
p { color: rgb(224,202,155); }
H1.HeaderClassName
{
color: #E0CA9B;
}
.AnyTagClassName
{
color: #E0CA9B;
}
</style>
background-color css
<style>
a { background-color: #E0CA9B; }
a { background-color: rgb(224,202,155); }
div.DivClassName
{
background-color: #E0CA9B;
}
.BgClassName
{
background-color: #E0CA9B;
}
</style>
border-color css
<style>
span { border-color: #E0CA9B; }
span { border-color: rgb(224,202,155); }
td.TdClassName
{
border-color: #E0CA9B;
}
.TagClassName
{
border-color: #E0CA9B;
}
</style>