Shades of New Orleans #E7C68E
Tints of New Orleans #E7C68E
RGB
CMYK
RGB Variations
Color information
#E7C68E (or 0xE7C68E) is known color: New Orleans. HEX triplet: E7, C6 and 8E. RGB value is (231,198,142). Sum of RGB (Red+Green+Blue) = 231+198+142=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C68E is #183971. Grayscale: #C9C9C9. Windows color (decimal): -1587570 or 9357031. OLE color: 9357031.
HSL color Cylindrical-coordinate representation of color #E7C68E: hue angle of 37.75º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E7C68E is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 142 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.09 |
| HSL | 37.75º | 0.65% | 0.73% | - |
| HSV(B) | 37.75º | 0.39% | 0.91% | - |
| XYZ | 58.03 | 59.33 | 33.98 | - |
| YUV | 201.48 | 94.43 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 142 | 0 | 0.14 | 0.39 | 0.09 | 37.75 | 0.65 | 0.73 |
| Hex | E7 | C6 | 8E | 0 | E | 27 | 9 | 26 | 41 | 49 |
| Octal | 347 | 306 | 216 | 0 | 16 | 47 | 11 | 46 | 101 | 111 |
| Binary | 11100111 | 11000110 | 10001110 | 0 | 1110 | 100111 | 1001 | 100110 | 1000001 | 1001001 |
Color Harmonies of #E7C68E
Complementary color
Monochromatic Colors of #E7C68E
Black with #E7C68E
Text Example
Text Example
White with #E7C68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C68E; }
p { color: rgb(231,198,142); }
H1.HeaderClassName
{
color: #E7C68E;
}
.AnyTagClassName
{
color: #E7C68E;
}
</style>
background-color css
<style>
a { background-color: #E7C68E; }
a { background-color: rgb(231,198,142); }
div.DivClassName
{
background-color: #E7C68E;
}
.BgClassName
{
background-color: #E7C68E;
}
</style>
border-color css
<style>
span { border-color: #E7C68E; }
span { border-color: rgb(231,198,142); }
td.TdClassName
{
border-color: #E7C68E;
}
.TagClassName
{
border-color: #E7C68E;
}
</style>