Shades of New Orleans #E6C28E
Tints of New Orleans #E6C28E
RGB
CMYK
RGB Variations
Color information
#E6C28E (or 0xE6C28E) is known color: New Orleans. HEX triplet: E6, C2 and 8E. RGB value is (230,194,142). Sum of RGB (Red+Green+Blue) = 230+194+142=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C28E is #193D71. Grayscale: #C7C7C7. Windows color (decimal): -1654130 or 9356006. OLE color: 9356006.
HSL color Cylindrical-coordinate representation of color #E6C28E: hue angle of 35.45º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6C28E is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 194 | 142 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.10 |
| HSL | 35.45º | 0.64% | 0.73% | - |
| HSV(B) | 35.45º | 0.38% | 0.9% | - |
| XYZ | 56.81 | 57.36 | 33.67 | - |
| YUV | 198.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 142 | 0 | 0.16 | 0.38 | 0.10 | 35.45 | 0.64 | 0.73 |
| Hex | E6 | C2 | 8E | 0 | 10 | 26 | A | 23 | 40 | 49 |
| Octal | 346 | 302 | 216 | 0 | 20 | 46 | 12 | 43 | 100 | 111 |
| Binary | 11100110 | 11000010 | 10001110 | 0 | 10000 | 100110 | 1010 | 100011 | 1000000 | 1001001 |
Color Harmonies of #E6C28E
Complementary color
Monochromatic Colors of #E6C28E
Black with #E6C28E
Text Example
Text Example
White with #E6C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C28E; }
p { color: rgb(230,194,142); }
H1.HeaderClassName
{
color: #E6C28E;
}
.AnyTagClassName
{
color: #E6C28E;
}
</style>
background-color css
<style>
a { background-color: #E6C28E; }
a { background-color: rgb(230,194,142); }
div.DivClassName
{
background-color: #E6C28E;
}
.BgClassName
{
background-color: #E6C28E;
}
</style>
border-color css
<style>
span { border-color: #E6C28E; }
span { border-color: rgb(230,194,142); }
td.TdClassName
{
border-color: #E6C28E;
}
.TagClassName
{
border-color: #E6C28E;
}
</style>