Shades of New Orleans #ECC78C
Tints of New Orleans #ECC78C
RGB
CMYK
RGB Variations
Color information
#ECC78C (or 0xECC78C) is known color: New Orleans. HEX triplet: EC, C7 and 8C. RGB value is (236,199,140). Sum of RGB (Red+Green+Blue) = 236+199+140=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC78C is #133873. Grayscale: #CBCBCB. Windows color (decimal): -1259636 or 9226220. OLE color: 9226220.
HSL color Cylindrical-coordinate representation of color #ECC78C: hue angle of 36.88º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECC78C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 140 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.07 |
| HSL | 36.88º | 0.72% | 0.74% | - |
| HSV(B) | 36.88º | 0.41% | 0.93% | - |
| XYZ | 59.75 | 60.57 | 33.35 | - |
| YUV | 203.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 140 | 0 | 0.16 | 0.41 | 0.07 | 36.88 | 0.72 | 0.74 |
| Hex | EC | C7 | 8C | 0 | 10 | 29 | 7 | 25 | 48 | 4A |
| Octal | 354 | 307 | 214 | 0 | 20 | 51 | 7 | 45 | 110 | 112 |
| Binary | 11101100 | 11000111 | 10001100 | 0 | 10000 | 101001 | 111 | 100101 | 1001000 | 1001010 |
Color Harmonies of #ECC78C
Complementary color
Monochromatic Colors of #ECC78C
Black with #ECC78C
Text Example
Text Example
White with #ECC78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC78C; }
p { color: rgb(236,199,140); }
H1.HeaderClassName
{
color: #ECC78C;
}
.AnyTagClassName
{
color: #ECC78C;
}
</style>
background-color css
<style>
a { background-color: #ECC78C; }
a { background-color: rgb(236,199,140); }
div.DivClassName
{
background-color: #ECC78C;
}
.BgClassName
{
background-color: #ECC78C;
}
</style>
border-color css
<style>
span { border-color: #ECC78C; }
span { border-color: rgb(236,199,140); }
td.TdClassName
{
border-color: #ECC78C;
}
.TagClassName
{
border-color: #ECC78C;
}
</style>