Shades of New Orleans #E2C38B
Tints of New Orleans #E2C38B
RGB
CMYK
RGB Variations
Color information
#E2C38B (or 0xE2C38B) is known color: New Orleans. HEX triplet: E2, C3 and 8B. RGB value is (226,195,139). Sum of RGB (Red+Green+Blue) = 226+195+139=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C38B is #1D3C74. Grayscale: #C6C6C6. Windows color (decimal): -1916021 or 9159650. OLE color: 9159650.
HSL color Cylindrical-coordinate representation of color #E2C38B: hue angle of 38.62º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2C38B is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 139 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.11 |
| HSL | 38.62º | 0.6% | 0.72% | - |
| HSV(B) | 38.62º | 0.38% | 0.89% | - |
| XYZ | 55.54 | 57.06 | 32.51 | - |
| YUV | 197.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 139 | 0 | 0.14 | 0.38 | 0.11 | 38.62 | 0.6 | 0.72 |
| Hex | E2 | C3 | 8B | 0 | E | 26 | B | 27 | 3C | 48 |
| Octal | 342 | 303 | 213 | 0 | 16 | 46 | 13 | 47 | 74 | 110 |
| Binary | 11100010 | 11000011 | 10001011 | 0 | 1110 | 100110 | 1011 | 100111 | 111100 | 1001000 |
Color Harmonies of #E2C38B
Complementary color
Monochromatic Colors of #E2C38B
Black with #E2C38B
Text Example
Text Example
White with #E2C38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C38B; }
p { color: rgb(226,195,139); }
H1.HeaderClassName
{
color: #E2C38B;
}
.AnyTagClassName
{
color: #E2C38B;
}
</style>
background-color css
<style>
a { background-color: #E2C38B; }
a { background-color: rgb(226,195,139); }
div.DivClassName
{
background-color: #E2C38B;
}
.BgClassName
{
background-color: #E2C38B;
}
</style>
border-color css
<style>
span { border-color: #E2C38B; }
span { border-color: rgb(226,195,139); }
td.TdClassName
{
border-color: #E2C38B;
}
.TagClassName
{
border-color: #E2C38B;
}
</style>