Shades of New Orleans #E8C18B
Tints of New Orleans #E8C18B
RGB
CMYK
RGB Variations
Color information
#E8C18B (or 0xE8C18B) is known color: New Orleans. HEX triplet: E8, C1 and 8B. RGB value is (232,193,139). Sum of RGB (Red+Green+Blue) = 232+193+139=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C18B is #173E74. Grayscale: #C6C6C6. Windows color (decimal): -1523317 or 9159144. OLE color: 9159144.
HSL color Cylindrical-coordinate representation of color #E8C18B: hue angle of 34.84º degrees, saturation: 0.67, 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 #E8C18B is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 193 | 139 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.09 |
| HSL | 34.84º | 0.67% | 0.73% | - |
| HSV(B) | 34.84º | 0.4% | 0.91% | - |
| XYZ | 57.01 | 57.16 | 32.45 | - |
| YUV | 198.51 | 94.42 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 193 | 139 | 0 | 0.17 | 0.40 | 0.09 | 34.84 | 0.67 | 0.73 |
| Hex | E8 | C1 | 8B | 0 | 11 | 28 | 9 | 23 | 43 | 49 |
| Octal | 350 | 301 | 213 | 0 | 21 | 50 | 11 | 43 | 103 | 111 |
| Binary | 11101000 | 11000001 | 10001011 | 0 | 10001 | 101000 | 1001 | 100011 | 1000011 | 1001001 |
Color Harmonies of #E8C18B
Complementary color
Monochromatic Colors of #E8C18B
Black with #E8C18B
Text Example
Text Example
White with #E8C18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C18B; }
p { color: rgb(232,193,139); }
H1.HeaderClassName
{
color: #E8C18B;
}
.AnyTagClassName
{
color: #E8C18B;
}
</style>
background-color css
<style>
a { background-color: #E8C18B; }
a { background-color: rgb(232,193,139); }
div.DivClassName
{
background-color: #E8C18B;
}
.BgClassName
{
background-color: #E8C18B;
}
</style>
border-color css
<style>
span { border-color: #E8C18B; }
span { border-color: rgb(232,193,139); }
td.TdClassName
{
border-color: #E8C18B;
}
.TagClassName
{
border-color: #E8C18B;
}
</style>