Html Css Color HEX #E2CA99 Double Colonial White
📋 copy color: '#E2CA99'red 226 ◦ green 202 ◦ blue 153
Shades of Double Colonial White #E2CA99
Tints of Double Colonial White #E2CA99
RGB
CMYK
RGB Variations
Color information
#E2CA99 (or 0xE2CA99) is known color: Double Colonial White. HEX triplet: E2, CA and 99. RGB value is (226,202,153). Sum of RGB (Red+Green+Blue) = 226+202+153=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA99 is #1D3566. Grayscale: #CBCBCB. Windows color (decimal): -1914215 or 10078946. OLE color: 10078946.
HSL color Cylindrical-coordinate representation of color #E2CA99: hue angle of 40.27º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2CA99 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 153 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.11 |
| HSL | 40.27º | 0.56% | 0.74% | - |
| HSV(B) | 40.27º | 0.32% | 0.89% | - |
| XYZ | 58.23 | 60.71 | 38.79 | - |
| YUV | 203.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 153 | 0 | 0.11 | 0.32 | 0.11 | 40.27 | 0.56 | 0.74 |
| Hex | E2 | CA | 99 | 0 | B | 20 | B | 28 | 38 | 4A |
| Octal | 342 | 312 | 231 | 0 | 13 | 40 | 13 | 50 | 70 | 112 |
| Binary | 11100010 | 11001010 | 10011001 | 0 | 1011 | 100000 | 1011 | 101000 | 111000 | 1001010 |
Color Harmonies of #E2CA99
Complementary color
Monochromatic Colors of #E2CA99
Black with #E2CA99
Text Example
Text Example
White with #E2CA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA99; }
p { color: rgb(226,202,153); }
H1.HeaderClassName
{
color: #E2CA99;
}
.AnyTagClassName
{
color: #E2CA99;
}
</style>
background-color css
<style>
a { background-color: #E2CA99; }
a { background-color: rgb(226,202,153); }
div.DivClassName
{
background-color: #E2CA99;
}
.BgClassName
{
background-color: #E2CA99;
}
</style>
border-color css
<style>
span { border-color: #E2CA99; }
span { border-color: rgb(226,202,153); }
td.TdClassName
{
border-color: #E2CA99;
}
.TagClassName
{
border-color: #E2CA99;
}
</style>