Shades of New Orleans #E3C985
Tints of New Orleans #E3C985
RGB
CMYK
RGB Variations
Color information
#E3C985 (or 0xE3C985) is known color: New Orleans. HEX triplet: E3, C9 and 85. RGB value is (227,201,133). Sum of RGB (Red+Green+Blue) = 227+201+133=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C985 is #1C367A. Grayscale: #C9C9C9. Windows color (decimal): -1848955 or 8767971. OLE color: 8767971.
HSL color Cylindrical-coordinate representation of color #E3C985: hue angle of 43.4º degrees, saturation: 0.63, 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 #E3C985 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 201 | 133 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.11 |
| HSL | 43.4º | 0.63% | 0.71% | - |
| HSV(B) | 43.4º | 0.41% | 0.89% | - |
| XYZ | 56.8 | 59.8 | 30.74 | - |
| YUV | 201.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 201 | 133 | 0 | 0.11 | 0.41 | 0.11 | 43.4 | 0.63 | 0.71 |
| Hex | E3 | C9 | 85 | 0 | B | 29 | B | 2B | 3F | 47 |
| Octal | 343 | 311 | 205 | 0 | 13 | 51 | 13 | 53 | 77 | 107 |
| Binary | 11100011 | 11001001 | 10000101 | 0 | 1011 | 101001 | 1011 | 101011 | 111111 | 1000111 |
Color Harmonies of #E3C985
Complementary color
Monochromatic Colors of #E3C985
Black with #E3C985
Text Example
Text Example
White with #E3C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C985; }
p { color: rgb(227,201,133); }
H1.HeaderClassName
{
color: #E3C985;
}
.AnyTagClassName
{
color: #E3C985;
}
</style>
background-color css
<style>
a { background-color: #E3C985; }
a { background-color: rgb(227,201,133); }
div.DivClassName
{
background-color: #E3C985;
}
.BgClassName
{
background-color: #E3C985;
}
</style>
border-color css
<style>
span { border-color: #E3C985; }
span { border-color: rgb(227,201,133); }
td.TdClassName
{
border-color: #E3C985;
}
.TagClassName
{
border-color: #E3C985;
}
</style>