Html Css Color HEX #E0CB96 Double Colonial White
📋 copy color: '#E0CB96'red 224 ◦ green 203 ◦ blue 150
Shades of Double Colonial White #E0CB96
Tints of Double Colonial White #E0CB96
RGB
CMYK
RGB Variations
Color information
#E0CB96 (or 0xE0CB96) is known color: Double Colonial White. HEX triplet: E0, CB and 96. RGB value is (224,203,150). Sum of RGB (Red+Green+Blue) = 224+203+150=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CB96 is #1F3469. Grayscale: #CBCBCB. Windows color (decimal): -2045034 or 9882592. OLE color: 9882592.
HSL color Cylindrical-coordinate representation of color #E0CB96: hue angle of 42.97º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0CB96 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 150 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.12 |
| HSL | 42.97º | 0.54% | 0.73% | - |
| HSV(B) | 42.97º | 0.33% | 0.88% | - |
| XYZ | 57.6 | 60.76 | 37.55 | - |
| YUV | 203.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 150 | 0 | 0.09 | 0.33 | 0.12 | 42.97 | 0.54 | 0.73 |
| Hex | E0 | CB | 96 | 0 | 9 | 21 | C | 2B | 36 | 49 |
| Octal | 340 | 313 | 226 | 0 | 11 | 41 | 14 | 53 | 66 | 111 |
| Binary | 11100000 | 11001011 | 10010110 | 0 | 1001 | 100001 | 1100 | 101011 | 110110 | 1001001 |
Color Harmonies of #E0CB96
Complementary color
Monochromatic Colors of #E0CB96
Black with #E0CB96
Text Example
Text Example
White with #E0CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB96; }
p { color: rgb(224,203,150); }
H1.HeaderClassName
{
color: #E0CB96;
}
.AnyTagClassName
{
color: #E0CB96;
}
</style>
background-color css
<style>
a { background-color: #E0CB96; }
a { background-color: rgb(224,203,150); }
div.DivClassName
{
background-color: #E0CB96;
}
.BgClassName
{
background-color: #E0CB96;
}
</style>
border-color css
<style>
span { border-color: #E0CB96; }
span { border-color: rgb(224,203,150); }
td.TdClassName
{
border-color: #E0CB96;
}
.TagClassName
{
border-color: #E0CB96;
}
</style>