Shades of New Orleans #E3C083
Tints of New Orleans #E3C083
RGB
CMYK
RGB Variations
Color information
#E3C083 (or 0xE3C083) is known color: New Orleans. HEX triplet: E3, C0 and 83. RGB value is (227,192,131). Sum of RGB (Red+Green+Blue) = 227+192+131=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C083 is #1C3F7C. Grayscale: #C3C3C3. Windows color (decimal): -1851261 or 8634595. OLE color: 8634595.
HSL color Cylindrical-coordinate representation of color #E3C083: hue angle of 38.12º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E3C083 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 192 | 131 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.11 |
| HSL | 38.13º | 0.63% | 0.7% | - |
| HSV(B) | 38.13º | 0.42% | 0.89% | - |
| XYZ | 54.62 | 55.67 | 29.34 | - |
| YUV | 195.51 | 91.6 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 192 | 131 | 0 | 0.15 | 0.42 | 0.11 | 38.13 | 0.63 | 0.7 |
| Hex | E3 | C0 | 83 | 0 | F | 2A | B | 26 | 3F | 46 |
| Octal | 343 | 300 | 203 | 0 | 17 | 52 | 13 | 46 | 77 | 106 |
| Binary | 11100011 | 11000000 | 10000011 | 0 | 1111 | 101010 | 1011 | 100110 | 111111 | 1000110 |
Color Harmonies of #E3C083
Complementary color
Monochromatic Colors of #E3C083
Black with #E3C083
Text Example
Text Example
White with #E3C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C083; }
p { color: rgb(227,192,131); }
H1.HeaderClassName
{
color: #E3C083;
}
.AnyTagClassName
{
color: #E3C083;
}
</style>
background-color css
<style>
a { background-color: #E3C083; }
a { background-color: rgb(227,192,131); }
div.DivClassName
{
background-color: #E3C083;
}
.BgClassName
{
background-color: #E3C083;
}
</style>
border-color css
<style>
span { border-color: #E3C083; }
span { border-color: rgb(227,192,131); }
td.TdClassName
{
border-color: #E3C083;
}
.TagClassName
{
border-color: #E3C083;
}
</style>