Shades of New Orleans #E2C28B
Tints of New Orleans #E2C28B
RGB
CMYK
RGB Variations
Color information
#E2C28B (or 0xE2C28B) is known color: New Orleans. HEX triplet: E2, C2 and 8B. RGB value is (226,194,139). Sum of RGB (Red+Green+Blue) = 226+194+139=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C28B is #1D3D74. Grayscale: #C5C5C5. Windows color (decimal): -1916277 or 9159394. OLE color: 9159394.
HSL color Cylindrical-coordinate representation of color #E2C28B: hue angle of 37.93º 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 #E2C28B is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 194 | 139 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.11 |
| HSL | 37.93º | 0.6% | 0.72% | - |
| HSV(B) | 37.93º | 0.38% | 0.89% | - |
| XYZ | 55.32 | 56.62 | 32.44 | - |
| YUV | 197.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 139 | 0 | 0.14 | 0.38 | 0.11 | 37.93 | 0.6 | 0.72 |
| Hex | E2 | C2 | 8B | 0 | E | 26 | B | 26 | 3C | 48 |
| Octal | 342 | 302 | 213 | 0 | 16 | 46 | 13 | 46 | 74 | 110 |
| Binary | 11100010 | 11000010 | 10001011 | 0 | 1110 | 100110 | 1011 | 100110 | 111100 | 1001000 |
Color Harmonies of #E2C28B
Complementary color
Monochromatic Colors of #E2C28B
Black with #E2C28B
Text Example
Text Example
White with #E2C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C28B; }
p { color: rgb(226,194,139); }
H1.HeaderClassName
{
color: #E2C28B;
}
.AnyTagClassName
{
color: #E2C28B;
}
</style>
background-color css
<style>
a { background-color: #E2C28B; }
a { background-color: rgb(226,194,139); }
div.DivClassName
{
background-color: #E2C28B;
}
.BgClassName
{
background-color: #E2C28B;
}
</style>
border-color css
<style>
span { border-color: #E2C28B; }
span { border-color: rgb(226,194,139); }
td.TdClassName
{
border-color: #E2C28B;
}
.TagClassName
{
border-color: #E2C28B;
}
</style>