Html Css Color HEX #E2CA92 Double Colonial White
📋 copy color: '#E2CA92'red 226 ◦ green 202 ◦ blue 146
Shades of Double Colonial White #E2CA92
Tints of Double Colonial White #E2CA92
RGB
CMYK
RGB Variations
Color information
#E2CA92 (or 0xE2CA92) is known color: Double Colonial White. HEX triplet: E2, CA and 92. RGB value is (226,202,146). Sum of RGB (Red+Green+Blue) = 226+202+146=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA92 is #1D356D. Grayscale: #CBCBCB. Windows color (decimal): -1914222 or 9620194. OLE color: 9620194.
HSL color Cylindrical-coordinate representation of color #E2CA92: hue angle of 42º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2CA92 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 146 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.11 |
| HSL | 42º | 0.58% | 0.73% | - |
| HSV(B) | 42º | 0.35% | 0.89% | - |
| XYZ | 57.67 | 60.49 | 35.83 | - |
| YUV | 202.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 146 | 0 | 0.11 | 0.35 | 0.11 | 42 | 0.58 | 0.73 |
| Hex | E2 | CA | 92 | 0 | B | 23 | B | 2A | 3A | 49 |
| Octal | 342 | 312 | 222 | 0 | 13 | 43 | 13 | 52 | 72 | 111 |
| Binary | 11100010 | 11001010 | 10010010 | 0 | 1011 | 100011 | 1011 | 101010 | 111010 | 1001001 |
Color Harmonies of #E2CA92
Complementary color
Monochromatic Colors of #E2CA92
Black with #E2CA92
Text Example
Text Example
White with #E2CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA92; }
p { color: rgb(226,202,146); }
H1.HeaderClassName
{
color: #E2CA92;
}
.AnyTagClassName
{
color: #E2CA92;
}
</style>
background-color css
<style>
a { background-color: #E2CA92; }
a { background-color: rgb(226,202,146); }
div.DivClassName
{
background-color: #E2CA92;
}
.BgClassName
{
background-color: #E2CA92;
}
</style>
border-color css
<style>
span { border-color: #E2CA92; }
span { border-color: rgb(226,202,146); }
td.TdClassName
{
border-color: #E2CA92;
}
.TagClassName
{
border-color: #E2CA92;
}
</style>