Shades of New Orleans #E6C18F
Tints of New Orleans #E6C18F
RGB
CMYK
RGB Variations
Color information
#E6C18F (or 0xE6C18F) is known color: New Orleans. HEX triplet: E6, C1 and 8F. RGB value is (230,193,143). Sum of RGB (Red+Green+Blue) = 230+193+143=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C18F is #193E70. Grayscale: #C6C6C6. Windows color (decimal): -1654385 or 9421286. OLE color: 9421286.
HSL color Cylindrical-coordinate representation of color #E6C18F: hue angle of 34.48º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6C18F is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 143 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.10 |
| HSL | 34.48º | 0.64% | 0.73% | - |
| HSV(B) | 34.48º | 0.38% | 0.9% | - |
| XYZ | 56.66 | 56.95 | 33.99 | - |
| YUV | 198.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 143 | 0 | 0.16 | 0.38 | 0.10 | 34.48 | 0.64 | 0.73 |
| Hex | E6 | C1 | 8F | 0 | 10 | 26 | A | 22 | 40 | 49 |
| Octal | 346 | 301 | 217 | 0 | 20 | 46 | 12 | 42 | 100 | 111 |
| Binary | 11100110 | 11000001 | 10001111 | 0 | 10000 | 100110 | 1010 | 100010 | 1000000 | 1001001 |
Color Harmonies of #E6C18F
Complementary color
Monochromatic Colors of #E6C18F
Black with #E6C18F
Text Example
Text Example
White with #E6C18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C18F; }
p { color: rgb(230,193,143); }
H1.HeaderClassName
{
color: #E6C18F;
}
.AnyTagClassName
{
color: #E6C18F;
}
</style>
background-color css
<style>
a { background-color: #E6C18F; }
a { background-color: rgb(230,193,143); }
div.DivClassName
{
background-color: #E6C18F;
}
.BgClassName
{
background-color: #E6C18F;
}
</style>
border-color css
<style>
span { border-color: #E6C18F; }
span { border-color: rgb(230,193,143); }
td.TdClassName
{
border-color: #E6C18F;
}
.TagClassName
{
border-color: #E6C18F;
}
</style>