Html Css Color HEX #E2CB93 Double Colonial White
📋 copy color: '#E2CB93'red 226 ◦ green 203 ◦ blue 147
Shades of Double Colonial White #E2CB93
Tints of Double Colonial White #E2CB93
RGB
CMYK
RGB Variations
Color information
#E2CB93 (or 0xE2CB93) is known color: Double Colonial White. HEX triplet: E2, CB and 93. RGB value is (226,203,147). Sum of RGB (Red+Green+Blue) = 226+203+147=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CB93 is #1D346C. Grayscale: #CBCBCB. Windows color (decimal): -1913965 or 9685986. OLE color: 9685986.
HSL color Cylindrical-coordinate representation of color #E2CB93: hue angle of 42.53º 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 #E2CB93 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 147 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.11 |
| HSL | 42.53º | 0.58% | 0.73% | - |
| HSV(B) | 42.53º | 0.35% | 0.89% | - |
| XYZ | 57.99 | 60.99 | 36.32 | - |
| YUV | 203.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 147 | 0 | 0.10 | 0.35 | 0.11 | 42.53 | 0.58 | 0.73 |
| Hex | E2 | CB | 93 | 0 | A | 23 | B | 2B | 3A | 49 |
| Octal | 342 | 313 | 223 | 0 | 12 | 43 | 13 | 53 | 72 | 111 |
| Binary | 11100010 | 11001011 | 10010011 | 0 | 1010 | 100011 | 1011 | 101011 | 111010 | 1001001 |
Color Harmonies of #E2CB93
Complementary color
Monochromatic Colors of #E2CB93
Black with #E2CB93
Text Example
Text Example
White with #E2CB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB93; }
p { color: rgb(226,203,147); }
H1.HeaderClassName
{
color: #E2CB93;
}
.AnyTagClassName
{
color: #E2CB93;
}
</style>
background-color css
<style>
a { background-color: #E2CB93; }
a { background-color: rgb(226,203,147); }
div.DivClassName
{
background-color: #E2CB93;
}
.BgClassName
{
background-color: #E2CB93;
}
</style>
border-color css
<style>
span { border-color: #E2CB93; }
span { border-color: rgb(226,203,147); }
td.TdClassName
{
border-color: #E2CB93;
}
.TagClassName
{
border-color: #E2CB93;
}
</style>