Shades of New Orleans #E7C68B
Tints of New Orleans #E7C68B
RGB
CMYK
RGB Variations
Color information
#E7C68B (or 0xE7C68B) is known color: New Orleans. HEX triplet: E7, C6 and 8B. RGB value is (231,198,139). Sum of RGB (Red+Green+Blue) = 231+198+139=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C68B is #183974. Grayscale: #C9C9C9. Windows color (decimal): -1587573 or 9160423. OLE color: 9160423.
HSL color Cylindrical-coordinate representation of color #E7C68B: hue angle of 38.48º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7C68B is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 139 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.09 |
| HSL | 38.48º | 0.66% | 0.73% | - |
| HSV(B) | 38.48º | 0.4% | 0.91% | - |
| XYZ | 57.81 | 59.24 | 32.81 | - |
| YUV | 201.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 139 | 0 | 0.14 | 0.40 | 0.09 | 38.48 | 0.66 | 0.73 |
| Hex | E7 | C6 | 8B | 0 | E | 28 | 9 | 26 | 42 | 49 |
| Octal | 347 | 306 | 213 | 0 | 16 | 50 | 11 | 46 | 102 | 111 |
| Binary | 11100111 | 11000110 | 10001011 | 0 | 1110 | 101000 | 1001 | 100110 | 1000010 | 1001001 |
Color Harmonies of #E7C68B
Complementary color
Monochromatic Colors of #E7C68B
Black with #E7C68B
Text Example
Text Example
White with #E7C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C68B; }
p { color: rgb(231,198,139); }
H1.HeaderClassName
{
color: #E7C68B;
}
.AnyTagClassName
{
color: #E7C68B;
}
</style>
background-color css
<style>
a { background-color: #E7C68B; }
a { background-color: rgb(231,198,139); }
div.DivClassName
{
background-color: #E7C68B;
}
.BgClassName
{
background-color: #E7C68B;
}
</style>
border-color css
<style>
span { border-color: #E7C68B; }
span { border-color: rgb(231,198,139); }
td.TdClassName
{
border-color: #E7C68B;
}
.TagClassName
{
border-color: #E7C68B;
}
</style>