Shades of New Orleans #E7C18A
Tints of New Orleans #E7C18A
RGB
CMYK
RGB Variations
Color information
#E7C18A (or 0xE7C18A) is known color: New Orleans. HEX triplet: E7, C1 and 8A. RGB value is (231,193,138). Sum of RGB (Red+Green+Blue) = 231+193+138=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C18A is #183E75. Grayscale: #C6C6C6. Windows color (decimal): -1588854 or 9093607. OLE color: 9093607.
HSL color Cylindrical-coordinate representation of color #E7C18A: hue angle of 35.48º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7C18A is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 138 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.09 |
| HSL | 35.48º | 0.66% | 0.72% | - |
| HSV(B) | 35.48º | 0.4% | 0.91% | - |
| XYZ | 56.61 | 56.96 | 32.06 | - |
| YUV | 198.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 138 | 0 | 0.16 | 0.40 | 0.09 | 35.48 | 0.66 | 0.72 |
| Hex | E7 | C1 | 8A | 0 | 10 | 28 | 9 | 23 | 42 | 48 |
| Octal | 347 | 301 | 212 | 0 | 20 | 50 | 11 | 43 | 102 | 110 |
| Binary | 11100111 | 11000001 | 10001010 | 0 | 10000 | 101000 | 1001 | 100011 | 1000010 | 1001000 |
Color Harmonies of #E7C18A
Complementary color
Monochromatic Colors of #E7C18A
Black with #E7C18A
Text Example
Text Example
White with #E7C18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C18A; }
p { color: rgb(231,193,138); }
H1.HeaderClassName
{
color: #E7C18A;
}
.AnyTagClassName
{
color: #E7C18A;
}
</style>
background-color css
<style>
a { background-color: #E7C18A; }
a { background-color: rgb(231,193,138); }
div.DivClassName
{
background-color: #E7C18A;
}
.BgClassName
{
background-color: #E7C18A;
}
</style>
border-color css
<style>
span { border-color: #E7C18A; }
span { border-color: rgb(231,193,138); }
td.TdClassName
{
border-color: #E7C18A;
}
.TagClassName
{
border-color: #E7C18A;
}
</style>