Shades of New Orleans #ECC48F
Tints of New Orleans #ECC48F
RGB
CMYK
RGB Variations
Color information
#ECC48F (or 0xECC48F) is known color: New Orleans. HEX triplet: EC, C4 and 8F. RGB value is (236,196,143). Sum of RGB (Red+Green+Blue) = 236+196+143=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC48F is #133B70. Grayscale: #CACACA. Windows color (decimal): -1260401 or 9422060. OLE color: 9422060.
HSL color Cylindrical-coordinate representation of color #ECC48F: hue angle of 34.19º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECC48F is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 143 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.07 |
| HSL | 34.19º | 0.71% | 0.74% | - |
| HSV(B) | 34.19º | 0.39% | 0.93% | - |
| XYZ | 59.29 | 59.3 | 34.31 | - |
| YUV | 201.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 143 | 0 | 0.17 | 0.39 | 0.07 | 34.19 | 0.71 | 0.74 |
| Hex | EC | C4 | 8F | 0 | 11 | 27 | 7 | 22 | 47 | 4A |
| Octal | 354 | 304 | 217 | 0 | 21 | 47 | 7 | 42 | 107 | 112 |
| Binary | 11101100 | 11000100 | 10001111 | 0 | 10001 | 100111 | 111 | 100010 | 1000111 | 1001010 |
Color Harmonies of #ECC48F
Complementary color
Monochromatic Colors of #ECC48F
Black with #ECC48F
Text Example
Text Example
White with #ECC48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC48F; }
p { color: rgb(236,196,143); }
H1.HeaderClassName
{
color: #ECC48F;
}
.AnyTagClassName
{
color: #ECC48F;
}
</style>
background-color css
<style>
a { background-color: #ECC48F; }
a { background-color: rgb(236,196,143); }
div.DivClassName
{
background-color: #ECC48F;
}
.BgClassName
{
background-color: #ECC48F;
}
</style>
border-color css
<style>
span { border-color: #ECC48F; }
span { border-color: rgb(236,196,143); }
td.TdClassName
{
border-color: #ECC48F;
}
.TagClassName
{
border-color: #ECC48F;
}
</style>