Html Css Color HEX #E5CC96 Double Colonial White
📋 copy color: '#E5CC96'red 229 ◦ green 204 ◦ blue 150
Shades of Double Colonial White #E5CC96
Tints of Double Colonial White #E5CC96
RGB
CMYK
RGB Variations
Color information
#E5CC96 (or 0xE5CC96) is known color: Double Colonial White. HEX triplet: E5, CC and 96. RGB value is (229,204,150). Sum of RGB (Red+Green+Blue) = 229+204+150=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CC96 is #1A3369. Grayscale: #CDCDCD. Windows color (decimal): -1717098 or 9882853. OLE color: 9882853.
HSL color Cylindrical-coordinate representation of color #E5CC96: hue angle of 41.01º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5CC96 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 150 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.10 |
| HSL | 41.01º | 0.6% | 0.74% | - |
| HSV(B) | 41.01º | 0.34% | 0.9% | - |
| XYZ | 59.41 | 62.05 | 37.7 | - |
| YUV | 205.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 150 | 0 | 0.11 | 0.34 | 0.10 | 41.01 | 0.6 | 0.74 |
| Hex | E5 | CC | 96 | 0 | B | 22 | A | 29 | 3C | 4A |
| Octal | 345 | 314 | 226 | 0 | 13 | 42 | 12 | 51 | 74 | 112 |
| Binary | 11100101 | 11001100 | 10010110 | 0 | 1011 | 100010 | 1010 | 101001 | 111100 | 1001010 |
Color Harmonies of #E5CC96
Complementary color
Monochromatic Colors of #E5CC96
Black with #E5CC96
Text Example
Text Example
White with #E5CC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC96; }
p { color: rgb(229,204,150); }
H1.HeaderClassName
{
color: #E5CC96;
}
.AnyTagClassName
{
color: #E5CC96;
}
</style>
background-color css
<style>
a { background-color: #E5CC96; }
a { background-color: rgb(229,204,150); }
div.DivClassName
{
background-color: #E5CC96;
}
.BgClassName
{
background-color: #E5CC96;
}
</style>
border-color css
<style>
span { border-color: #E5CC96; }
span { border-color: rgb(229,204,150); }
td.TdClassName
{
border-color: #E5CC96;
}
.TagClassName
{
border-color: #E5CC96;
}
</style>