Shades of New Orleans #ECC38F
Tints of New Orleans #ECC38F
RGB
CMYK
RGB Variations
Color information
#ECC38F (or 0xECC38F) is known color: New Orleans. HEX triplet: EC, C3 and 8F. RGB value is (236,195,143). Sum of RGB (Red+Green+Blue) = 236+195+143=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 143 (56.25% from 255 or 24.91% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC38F is #133C70. Grayscale: #C9C9C9. Windows color (decimal): -1260657 or 9421804. OLE color: 9421804.
HSL color Cylindrical-coordinate representation of color #ECC38F: hue angle of 33.55º 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 #ECC38F is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 143 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.07 |
| HSL | 33.55º | 0.71% | 0.74% | - |
| HSV(B) | 33.55º | 0.39% | 0.93% | - |
| XYZ | 59.07 | 58.85 | 34.23 | - |
| YUV | 201.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 143 | 0 | 0.17 | 0.39 | 0.07 | 33.55 | 0.71 | 0.74 |
| Hex | EC | C3 | 8F | 0 | 11 | 27 | 7 | 22 | 47 | 4A |
| Octal | 354 | 303 | 217 | 0 | 21 | 47 | 7 | 42 | 107 | 112 |
| Binary | 11101100 | 11000011 | 10001111 | 0 | 10001 | 100111 | 111 | 100010 | 1000111 | 1001010 |
Color Harmonies of #ECC38F
Complementary color
Monochromatic Colors of #ECC38F
Black with #ECC38F
Text Example
Text Example
White with #ECC38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC38F; }
p { color: rgb(236,195,143); }
H1.HeaderClassName
{
color: #ECC38F;
}
.AnyTagClassName
{
color: #ECC38F;
}
</style>
background-color css
<style>
a { background-color: #ECC38F; }
a { background-color: rgb(236,195,143); }
div.DivClassName
{
background-color: #ECC38F;
}
.BgClassName
{
background-color: #ECC38F;
}
</style>
border-color css
<style>
span { border-color: #ECC38F; }
span { border-color: rgb(236,195,143); }
td.TdClassName
{
border-color: #ECC38F;
}
.TagClassName
{
border-color: #ECC38F;
}
</style>