Html Css Color HEX #E0CB98 Double Colonial White
📋 copy color: '#E0CB98'red 224 ◦ green 203 ◦ blue 152
Shades of Double Colonial White #E0CB98
Tints of Double Colonial White #E0CB98
RGB
CMYK
RGB Variations
Color information
#E0CB98 (or 0xE0CB98) is known color: Double Colonial White. HEX triplet: E0, CB and 98. RGB value is (224,203,152). Sum of RGB (Red+Green+Blue) = 224+203+152=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CB98 is #1F3467. Grayscale: #CBCBCB. Windows color (decimal): -2045032 or 10013664. OLE color: 10013664.
HSL color Cylindrical-coordinate representation of color #E0CB98: hue angle of 42.5º degrees, saturation: 0.54, 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 #E0CB98 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 152 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.12 |
| HSL | 42.5º | 0.54% | 0.74% | - |
| HSV(B) | 42.5º | 0.32% | 0.88% | - |
| XYZ | 57.76 | 60.83 | 38.4 | - |
| YUV | 203.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 152 | 0 | 0.09 | 0.32 | 0.12 | 42.5 | 0.54 | 0.74 |
| Hex | E0 | CB | 98 | 0 | 9 | 20 | C | 2A | 36 | 4A |
| Octal | 340 | 313 | 230 | 0 | 11 | 40 | 14 | 52 | 66 | 112 |
| Binary | 11100000 | 11001011 | 10011000 | 0 | 1001 | 100000 | 1100 | 101010 | 110110 | 1001010 |
Color Harmonies of #E0CB98
Complementary color
Monochromatic Colors of #E0CB98
Black with #E0CB98
Text Example
Text Example
White with #E0CB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB98; }
p { color: rgb(224,203,152); }
H1.HeaderClassName
{
color: #E0CB98;
}
.AnyTagClassName
{
color: #E0CB98;
}
</style>
background-color css
<style>
a { background-color: #E0CB98; }
a { background-color: rgb(224,203,152); }
div.DivClassName
{
background-color: #E0CB98;
}
.BgClassName
{
background-color: #E0CB98;
}
</style>
border-color css
<style>
span { border-color: #E0CB98; }
span { border-color: rgb(224,203,152); }
td.TdClassName
{
border-color: #E0CB98;
}
.TagClassName
{
border-color: #E0CB98;
}
</style>