Shades of New Orleans #E2C18A
Tints of New Orleans #E2C18A
RGB
CMYK
RGB Variations
Color information
#E2C18A (or 0xE2C18A) is known color: New Orleans. HEX triplet: E2, C1 and 8A. RGB value is (226,193,138). Sum of RGB (Red+Green+Blue) = 226+193+138=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C18A is #1D3E75. Grayscale: #C4C4C4. Windows color (decimal): -1916534 or 9093602. OLE color: 9093602.
HSL color Cylindrical-coordinate representation of color #E2C18A: hue angle of 37.5º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2C18A is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 193 | 138 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.11 |
| HSL | 37.5º | 0.6% | 0.71% | - |
| HSV(B) | 37.5º | 0.39% | 0.89% | - |
| XYZ | 55.02 | 56.14 | 31.98 | - |
| YUV | 196.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 193 | 138 | 0 | 0.15 | 0.39 | 0.11 | 37.5 | 0.6 | 0.71 |
| Hex | E2 | C1 | 8A | 0 | F | 27 | B | 26 | 3C | 47 |
| Octal | 342 | 301 | 212 | 0 | 17 | 47 | 13 | 46 | 74 | 107 |
| Binary | 11100010 | 11000001 | 10001010 | 0 | 1111 | 100111 | 1011 | 100110 | 111100 | 1000111 |
Color Harmonies of #E2C18A
Complementary color
Monochromatic Colors of #E2C18A
Black with #E2C18A
Text Example
Text Example
White with #E2C18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C18A; }
p { color: rgb(226,193,138); }
H1.HeaderClassName
{
color: #E2C18A;
}
.AnyTagClassName
{
color: #E2C18A;
}
</style>
background-color css
<style>
a { background-color: #E2C18A; }
a { background-color: rgb(226,193,138); }
div.DivClassName
{
background-color: #E2C18A;
}
.BgClassName
{
background-color: #E2C18A;
}
</style>
border-color css
<style>
span { border-color: #E2C18A; }
span { border-color: rgb(226,193,138); }
td.TdClassName
{
border-color: #E2C18A;
}
.TagClassName
{
border-color: #E2C18A;
}
</style>