Shades of New Orleans #E3C286
Tints of New Orleans #E3C286
RGB
CMYK
RGB Variations
Color information
#E3C286 (or 0xE3C286) is known color: New Orleans. HEX triplet: E3, C2 and 86. RGB value is (227,194,134). Sum of RGB (Red+Green+Blue) = 227+194+134=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C286 is #1C3D79. Grayscale: #C5C5C5. Windows color (decimal): -1850746 or 8831715. OLE color: 8831715.
HSL color Cylindrical-coordinate representation of color #E3C286: hue angle of 38.71º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E3C286 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 194 | 134 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.11 |
| HSL | 38.71º | 0.62% | 0.71% | - |
| HSV(B) | 38.71º | 0.41% | 0.89% | - |
| XYZ | 55.27 | 56.64 | 30.57 | - |
| YUV | 197.03 | 92.43 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 194 | 134 | 0 | 0.15 | 0.41 | 0.11 | 38.71 | 0.62 | 0.71 |
| Hex | E3 | C2 | 86 | 0 | F | 29 | B | 27 | 3E | 47 |
| Octal | 343 | 302 | 206 | 0 | 17 | 51 | 13 | 47 | 76 | 107 |
| Binary | 11100011 | 11000010 | 10000110 | 0 | 1111 | 101001 | 1011 | 100111 | 111110 | 1000111 |
Color Harmonies of #E3C286
Complementary color
Monochromatic Colors of #E3C286
Black with #E3C286
Text Example
Text Example
White with #E3C286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C286; }
p { color: rgb(227,194,134); }
H1.HeaderClassName
{
color: #E3C286;
}
.AnyTagClassName
{
color: #E3C286;
}
</style>
background-color css
<style>
a { background-color: #E3C286; }
a { background-color: rgb(227,194,134); }
div.DivClassName
{
background-color: #E3C286;
}
.BgClassName
{
background-color: #E3C286;
}
</style>
border-color css
<style>
span { border-color: #E3C286; }
span { border-color: rgb(227,194,134); }
td.TdClassName
{
border-color: #E3C286;
}
.TagClassName
{
border-color: #E3C286;
}
</style>