Shades of New Orleans #E6C083
Tints of New Orleans #E6C083
RGB
CMYK
RGB Variations
Color information
#E6C083 (or 0xE6C083) is known color: New Orleans. HEX triplet: E6, C0 and 83. RGB value is (230,192,131). Sum of RGB (Red+Green+Blue) = 230+192+131=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C083 is #193F7C. Grayscale: #C4C4C4. Windows color (decimal): -1654653 or 8634598. OLE color: 8634598.
HSL color Cylindrical-coordinate representation of color #E6C083: hue angle of 36.97º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6C083 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 131 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.10 |
| HSL | 36.97º | 0.66% | 0.71% | - |
| HSV(B) | 36.97º | 0.43% | 0.9% | - |
| XYZ | 55.58 | 56.16 | 29.38 | - |
| YUV | 196.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 131 | 0 | 0.17 | 0.43 | 0.10 | 36.97 | 0.66 | 0.71 |
| Hex | E6 | C0 | 83 | 0 | 11 | 2B | A | 25 | 42 | 47 |
| Octal | 346 | 300 | 203 | 0 | 21 | 53 | 12 | 45 | 102 | 107 |
| Binary | 11100110 | 11000000 | 10000011 | 0 | 10001 | 101011 | 1010 | 100101 | 1000010 | 1000111 |
Color Harmonies of #E6C083
Complementary color
Monochromatic Colors of #E6C083
Black with #E6C083
Text Example
Text Example
White with #E6C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C083; }
p { color: rgb(230,192,131); }
H1.HeaderClassName
{
color: #E6C083;
}
.AnyTagClassName
{
color: #E6C083;
}
</style>
background-color css
<style>
a { background-color: #E6C083; }
a { background-color: rgb(230,192,131); }
div.DivClassName
{
background-color: #E6C083;
}
.BgClassName
{
background-color: #E6C083;
}
</style>
border-color css
<style>
span { border-color: #E6C083; }
span { border-color: rgb(230,192,131); }
td.TdClassName
{
border-color: #E6C083;
}
.TagClassName
{
border-color: #E6C083;
}
</style>