Html Css Color HEX #E3CA94 Double Colonial White
📋 copy color: '#E3CA94'red 227 ◦ green 202 ◦ blue 148
Shades of Double Colonial White #E3CA94
Tints of Double Colonial White #E3CA94
RGB
CMYK
RGB Variations
Color information
#E3CA94 (or 0xE3CA94) is known color: Double Colonial White. HEX triplet: E3, CA and 94. RGB value is (227,202,148). Sum of RGB (Red+Green+Blue) = 227+202+148=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CA94 is #1C356B. Grayscale: #CBCBCB. Windows color (decimal): -1848684 or 9751267. OLE color: 9751267.
HSL color Cylindrical-coordinate representation of color #E3CA94: hue angle of 41.01º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3CA94 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 202 | 148 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.11 |
| HSL | 41.01º | 0.59% | 0.74% | - |
| HSV(B) | 41.01º | 0.35% | 0.89% | - |
| XYZ | 58.14 | 60.71 | 36.67 | - |
| YUV | 203.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 148 | 0 | 0.11 | 0.35 | 0.11 | 41.01 | 0.59 | 0.74 |
| Hex | E3 | CA | 94 | 0 | B | 23 | B | 29 | 3B | 4A |
| Octal | 343 | 312 | 224 | 0 | 13 | 43 | 13 | 51 | 73 | 112 |
| Binary | 11100011 | 11001010 | 10010100 | 0 | 1011 | 100011 | 1011 | 101001 | 111011 | 1001010 |
Color Harmonies of #E3CA94
Complementary color
Monochromatic Colors of #E3CA94
Black with #E3CA94
Text Example
Text Example
White with #E3CA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CA94; }
p { color: rgb(227,202,148); }
H1.HeaderClassName
{
color: #E3CA94;
}
.AnyTagClassName
{
color: #E3CA94;
}
</style>
background-color css
<style>
a { background-color: #E3CA94; }
a { background-color: rgb(227,202,148); }
div.DivClassName
{
background-color: #E3CA94;
}
.BgClassName
{
background-color: #E3CA94;
}
</style>
border-color css
<style>
span { border-color: #E3CA94; }
span { border-color: rgb(227,202,148); }
td.TdClassName
{
border-color: #E3CA94;
}
.TagClassName
{
border-color: #E3CA94;
}
</style>