Html Css Color HEX #E0CA90 Double Colonial White
📋 copy color: '#E0CA90'red 224 ◦ green 202 ◦ blue 144
Shades of Double Colonial White #E0CA90
Tints of Double Colonial White #E0CA90
RGB
CMYK
RGB Variations
Color information
#E0CA90 (or 0xE0CA90) is known color: Double Colonial White. HEX triplet: E0, CA and 90. RGB value is (224,202,144). Sum of RGB (Red+Green+Blue) = 224+202+144=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CA90 is #1F356F. Grayscale: #CACACA. Windows color (decimal): -2045296 or 9489120. OLE color: 9489120.
HSL color Cylindrical-coordinate representation of color #E0CA90: hue angle of 43.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0CA90 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 144 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.12 |
| HSL | 43.5º | 0.56% | 0.72% | - |
| HSV(B) | 43.5º | 0.36% | 0.88% | - |
| XYZ | 56.9 | 60.1 | 34.99 | - |
| YUV | 201.97 | 95.29 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 144 | 0 | 0.10 | 0.36 | 0.12 | 43.5 | 0.56 | 0.72 |
| Hex | E0 | CA | 90 | 0 | A | 24 | C | 2C | 38 | 48 |
| Octal | 340 | 312 | 220 | 0 | 12 | 44 | 14 | 54 | 70 | 110 |
| Binary | 11100000 | 11001010 | 10010000 | 0 | 1010 | 100100 | 1100 | 101100 | 111000 | 1001000 |
Color Harmonies of #E0CA90
Complementary color
Monochromatic Colors of #E0CA90
Black with #E0CA90
Text Example
Text Example
White with #E0CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA90; }
p { color: rgb(224,202,144); }
H1.HeaderClassName
{
color: #E0CA90;
}
.AnyTagClassName
{
color: #E0CA90;
}
</style>
background-color css
<style>
a { background-color: #E0CA90; }
a { background-color: rgb(224,202,144); }
div.DivClassName
{
background-color: #E0CA90;
}
.BgClassName
{
background-color: #E0CA90;
}
</style>
border-color css
<style>
span { border-color: #E0CA90; }
span { border-color: rgb(224,202,144); }
td.TdClassName
{
border-color: #E0CA90;
}
.TagClassName
{
border-color: #E0CA90;
}
</style>