Shades of New Orleans #E4C685
Tints of New Orleans #E4C685
RGB
CMYK
RGB Variations
Color information
#E4C685 (or 0xE4C685) is known color: New Orleans. HEX triplet: E4, C6 and 85. RGB value is (228,198,133). Sum of RGB (Red+Green+Blue) = 228+198+133=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4C685 is #1B397A. Grayscale: #C7C7C7. Windows color (decimal): -1784187 or 8767204. OLE color: 8767204.
HSL color Cylindrical-coordinate representation of color #E4C685: hue angle of 41.05º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E4C685 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 198 | 133 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.11 |
| HSL | 41.05º | 0.64% | 0.71% | - |
| HSV(B) | 41.05º | 0.42% | 0.89% | - |
| XYZ | 56.42 | 58.58 | 30.52 | - |
| YUV | 199.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 198 | 133 | 0 | 0.13 | 0.42 | 0.11 | 41.05 | 0.64 | 0.71 |
| Hex | E4 | C6 | 85 | 0 | D | 2A | B | 29 | 40 | 47 |
| Octal | 344 | 306 | 205 | 0 | 15 | 52 | 13 | 51 | 100 | 107 |
| Binary | 11100100 | 11000110 | 10000101 | 0 | 1101 | 101010 | 1011 | 101001 | 1000000 | 1000111 |
Color Harmonies of #E4C685
Complementary color
Monochromatic Colors of #E4C685
Black with #E4C685
Text Example
Text Example
White with #E4C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C685; }
p { color: rgb(228,198,133); }
H1.HeaderClassName
{
color: #E4C685;
}
.AnyTagClassName
{
color: #E4C685;
}
</style>
background-color css
<style>
a { background-color: #E4C685; }
a { background-color: rgb(228,198,133); }
div.DivClassName
{
background-color: #E4C685;
}
.BgClassName
{
background-color: #E4C685;
}
</style>
border-color css
<style>
span { border-color: #E4C685; }
span { border-color: rgb(228,198,133); }
td.TdClassName
{
border-color: #E4C685;
}
.TagClassName
{
border-color: #E4C685;
}
</style>