Shades of New Orleans #ECC48D
Tints of New Orleans #ECC48D
RGB
CMYK
RGB Variations
Color information
#ECC48D (or 0xECC48D) is known color: New Orleans. HEX triplet: EC, C4 and 8D. RGB value is (236,196,141). Sum of RGB (Red+Green+Blue) = 236+196+141=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC48D is #133B72. Grayscale: #C9C9C9. Windows color (decimal): -1260403 or 9290988. OLE color: 9290988.
HSL color Cylindrical-coordinate representation of color #ECC48D: hue angle of 34.74º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECC48D is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 141 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.07 |
| HSL | 34.74º | 0.71% | 0.74% | - |
| HSV(B) | 34.74º | 0.4% | 0.93% | - |
| XYZ | 59.14 | 59.24 | 33.52 | - |
| YUV | 201.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 141 | 0 | 0.17 | 0.40 | 0.07 | 34.74 | 0.71 | 0.74 |
| Hex | EC | C4 | 8D | 0 | 11 | 28 | 7 | 23 | 47 | 4A |
| Octal | 354 | 304 | 215 | 0 | 21 | 50 | 7 | 43 | 107 | 112 |
| Binary | 11101100 | 11000100 | 10001101 | 0 | 10001 | 101000 | 111 | 100011 | 1000111 | 1001010 |
Color Harmonies of #ECC48D
Complementary color
Monochromatic Colors of #ECC48D
Black with #ECC48D
Text Example
Text Example
White with #ECC48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC48D; }
p { color: rgb(236,196,141); }
H1.HeaderClassName
{
color: #ECC48D;
}
.AnyTagClassName
{
color: #ECC48D;
}
</style>
background-color css
<style>
a { background-color: #ECC48D; }
a { background-color: rgb(236,196,141); }
div.DivClassName
{
background-color: #ECC48D;
}
.BgClassName
{
background-color: #ECC48D;
}
</style>
border-color css
<style>
span { border-color: #ECC48D; }
span { border-color: rgb(236,196,141); }
td.TdClassName
{
border-color: #ECC48D;
}
.TagClassName
{
border-color: #ECC48D;
}
</style>