Shades of New Orleans #ECC48C
Tints of New Orleans #ECC48C
RGB
CMYK
RGB Variations
Color information
#ECC48C (or 0xECC48C) is known color: New Orleans. HEX triplet: EC, C4 and 8C. RGB value is (236,196,140). Sum of RGB (Red+Green+Blue) = 236+196+140=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC48C is #133B73. Grayscale: #C9C9C9. Windows color (decimal): -1260404 or 9225452. OLE color: 9225452.
HSL color Cylindrical-coordinate representation of color #ECC48C: hue angle of 35º 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 #ECC48C is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 140 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.07 |
| HSL | 35º | 0.72% | 0.74% | - |
| HSV(B) | 35º | 0.41% | 0.93% | - |
| XYZ | 59.07 | 59.21 | 33.13 | - |
| YUV | 201.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 140 | 0 | 0.17 | 0.41 | 0.07 | 35 | 0.72 | 0.74 |
| Hex | EC | C4 | 8C | 0 | 11 | 29 | 7 | 23 | 48 | 4A |
| Octal | 354 | 304 | 214 | 0 | 21 | 51 | 7 | 43 | 110 | 112 |
| Binary | 11101100 | 11000100 | 10001100 | 0 | 10001 | 101001 | 111 | 100011 | 1001000 | 1001010 |
Color Harmonies of #ECC48C
Complementary color
Monochromatic Colors of #ECC48C
Black with #ECC48C
Text Example
Text Example
White with #ECC48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC48C; }
p { color: rgb(236,196,140); }
H1.HeaderClassName
{
color: #ECC48C;
}
.AnyTagClassName
{
color: #ECC48C;
}
</style>
background-color css
<style>
a { background-color: #ECC48C; }
a { background-color: rgb(236,196,140); }
div.DivClassName
{
background-color: #ECC48C;
}
.BgClassName
{
background-color: #ECC48C;
}
</style>
border-color css
<style>
span { border-color: #ECC48C; }
span { border-color: rgb(236,196,140); }
td.TdClassName
{
border-color: #ECC48C;
}
.TagClassName
{
border-color: #ECC48C;
}
</style>