Html Css Color HEX #E5CC94 Double Colonial White
📋 copy color: '#E5CC94'red 229 ◦ green 204 ◦ blue 148
Shades of Double Colonial White #E5CC94
Tints of Double Colonial White #E5CC94
RGB
CMYK
RGB Variations
Color information
#E5CC94 (or 0xE5CC94) is known color: Double Colonial White. HEX triplet: E5, CC and 94. RGB value is (229,204,148). Sum of RGB (Red+Green+Blue) = 229+204+148=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CC94 is #1A336B. Grayscale: #CDCDCD. Windows color (decimal): -1717100 or 9751781. OLE color: 9751781.
HSL color Cylindrical-coordinate representation of color #E5CC94: hue angle of 41.48º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5CC94 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 148 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.10 |
| HSL | 41.48º | 0.61% | 0.74% | - |
| HSV(B) | 41.48º | 0.35% | 0.9% | - |
| XYZ | 59.25 | 61.98 | 36.86 | - |
| YUV | 205.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 148 | 0 | 0.11 | 0.35 | 0.10 | 41.48 | 0.61 | 0.74 |
| Hex | E5 | CC | 94 | 0 | B | 23 | A | 29 | 3D | 4A |
| Octal | 345 | 314 | 224 | 0 | 13 | 43 | 12 | 51 | 75 | 112 |
| Binary | 11100101 | 11001100 | 10010100 | 0 | 1011 | 100011 | 1010 | 101001 | 111101 | 1001010 |
Color Harmonies of #E5CC94
Complementary color
Monochromatic Colors of #E5CC94
Black with #E5CC94
Text Example
Text Example
White with #E5CC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC94; }
p { color: rgb(229,204,148); }
H1.HeaderClassName
{
color: #E5CC94;
}
.AnyTagClassName
{
color: #E5CC94;
}
</style>
background-color css
<style>
a { background-color: #E5CC94; }
a { background-color: rgb(229,204,148); }
div.DivClassName
{
background-color: #E5CC94;
}
.BgClassName
{
background-color: #E5CC94;
}
</style>
border-color css
<style>
span { border-color: #E5CC94; }
span { border-color: rgb(229,204,148); }
td.TdClassName
{
border-color: #E5CC94;
}
.TagClassName
{
border-color: #E5CC94;
}
</style>