Html Css Color HEX #E0CB99 Double Colonial White
📋 copy color: '#E0CB99'red 224 ◦ green 203 ◦ blue 153
Shades of Double Colonial White #E0CB99
Tints of Double Colonial White #E0CB99
RGB
CMYK
RGB Variations
Color information
#E0CB99 (or 0xE0CB99) is known color: Double Colonial White. HEX triplet: E0, CB and 99. RGB value is (224,203,153). Sum of RGB (Red+Green+Blue) = 224+203+153=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CB99 is #1F3466. Grayscale: #CBCBCB. Windows color (decimal): -2045031 or 10079200. OLE color: 10079200.
HSL color Cylindrical-coordinate representation of color #E0CB99: hue angle of 42.25º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0CB99 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 153 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.12 |
| HSL | 42.25º | 0.53% | 0.74% | - |
| HSV(B) | 42.25º | 0.32% | 0.88% | - |
| XYZ | 57.85 | 60.86 | 38.84 | - |
| YUV | 203.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 153 | 0 | 0.09 | 0.32 | 0.12 | 42.25 | 0.53 | 0.74 |
| Hex | E0 | CB | 99 | 0 | 9 | 20 | C | 2A | 35 | 4A |
| Octal | 340 | 313 | 231 | 0 | 11 | 40 | 14 | 52 | 65 | 112 |
| Binary | 11100000 | 11001011 | 10011001 | 0 | 1001 | 100000 | 1100 | 101010 | 110101 | 1001010 |
Color Harmonies of #E0CB99
Complementary color
Monochromatic Colors of #E0CB99
Black with #E0CB99
Text Example
Text Example
White with #E0CB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB99; }
p { color: rgb(224,203,153); }
H1.HeaderClassName
{
color: #E0CB99;
}
.AnyTagClassName
{
color: #E0CB99;
}
</style>
background-color css
<style>
a { background-color: #E0CB99; }
a { background-color: rgb(224,203,153); }
div.DivClassName
{
background-color: #E0CB99;
}
.BgClassName
{
background-color: #E0CB99;
}
</style>
border-color css
<style>
span { border-color: #E0CB99; }
span { border-color: rgb(224,203,153); }
td.TdClassName
{
border-color: #E0CB99;
}
.TagClassName
{
border-color: #E0CB99;
}
</style>