Shades of New Orleans #E1C28D
Tints of New Orleans #E1C28D
RGB
CMYK
RGB Variations
Color information
#E1C28D (or 0xE1C28D) is known color: New Orleans. HEX triplet: E1, C2 and 8D. RGB value is (225,194,141). Sum of RGB (Red+Green+Blue) = 225+194+141=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C28D is #1E3D72. Grayscale: #C5C5C5. Windows color (decimal): -1981811 or 9290465. OLE color: 9290465.
HSL color Cylindrical-coordinate representation of color #E1C28D: hue angle of 37.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1C28D is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 141 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.12 |
| HSL | 37.86º | 0.58% | 0.72% | - |
| HSV(B) | 37.86º | 0.37% | 0.88% | - |
| XYZ | 55.15 | 56.51 | 33.2 | - |
| YUV | 197.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 141 | 0 | 0.14 | 0.37 | 0.12 | 37.86 | 0.58 | 0.72 |
| Hex | E1 | C2 | 8D | 0 | E | 25 | C | 26 | 3A | 48 |
| Octal | 341 | 302 | 215 | 0 | 16 | 45 | 14 | 46 | 72 | 110 |
| Binary | 11100001 | 11000010 | 10001101 | 0 | 1110 | 100101 | 1100 | 100110 | 111010 | 1001000 |
Color Harmonies of #E1C28D
Complementary color
Monochromatic Colors of #E1C28D
Black with #E1C28D
Text Example
Text Example
White with #E1C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C28D; }
p { color: rgb(225,194,141); }
H1.HeaderClassName
{
color: #E1C28D;
}
.AnyTagClassName
{
color: #E1C28D;
}
</style>
background-color css
<style>
a { background-color: #E1C28D; }
a { background-color: rgb(225,194,141); }
div.DivClassName
{
background-color: #E1C28D;
}
.BgClassName
{
background-color: #E1C28D;
}
</style>
border-color css
<style>
span { border-color: #E1C28D; }
span { border-color: rgb(225,194,141); }
td.TdClassName
{
border-color: #E1C28D;
}
.TagClassName
{
border-color: #E1C28D;
}
</style>