Shades of New Orleans #ECC285
Tints of New Orleans #ECC285
RGB
CMYK
RGB Variations
Color information
#ECC285 (or 0xECC285) is known color: New Orleans. HEX triplet: EC, C2 and 85. RGB value is (236,194,133). Sum of RGB (Red+Green+Blue) = 236+194+133=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC285 is #133D7A. Grayscale: #C7C7C7. Windows color (decimal): -1260923 or 8766188. OLE color: 8766188.
HSL color Cylindrical-coordinate representation of color #ECC285: hue angle of 35.53º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECC285 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 133 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.07 |
| HSL | 35.53º | 0.73% | 0.72% | - |
| HSV(B) | 35.53º | 0.44% | 0.93% | - |
| XYZ | 58.12 | 58.11 | 30.34 | - |
| YUV | 199.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 133 | 0 | 0.18 | 0.44 | 0.07 | 35.53 | 0.73 | 0.72 |
| Hex | EC | C2 | 85 | 0 | 12 | 2C | 7 | 24 | 49 | 48 |
| Octal | 354 | 302 | 205 | 0 | 22 | 54 | 7 | 44 | 111 | 110 |
| Binary | 11101100 | 11000010 | 10000101 | 0 | 10010 | 101100 | 111 | 100100 | 1001001 | 1001000 |
Color Harmonies of #ECC285
Complementary color
Monochromatic Colors of #ECC285
Black with #ECC285
Text Example
Text Example
White with #ECC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC285; }
p { color: rgb(236,194,133); }
H1.HeaderClassName
{
color: #ECC285;
}
.AnyTagClassName
{
color: #ECC285;
}
</style>
background-color css
<style>
a { background-color: #ECC285; }
a { background-color: rgb(236,194,133); }
div.DivClassName
{
background-color: #ECC285;
}
.BgClassName
{
background-color: #ECC285;
}
</style>
border-color css
<style>
span { border-color: #ECC285; }
span { border-color: rgb(236,194,133); }
td.TdClassName
{
border-color: #ECC285;
}
.TagClassName
{
border-color: #ECC285;
}
</style>