Shades of New Orleans #E1CA8D
Tints of New Orleans #E1CA8D
RGB
CMYK
RGB Variations
Color information
#E1CA8D (or 0xE1CA8D) is known color: New Orleans. HEX triplet: E1, CA and 8D. RGB value is (225,202,141). Sum of RGB (Red+Green+Blue) = 225+202+141=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA8D is #1E3572. Grayscale: #CACACA. Windows color (decimal): -1979763 or 9292513. OLE color: 9292513.
HSL color Cylindrical-coordinate representation of color #E1CA8D: hue angle of 43.57º 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 #E1CA8D is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 141 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.12 |
| HSL | 43.57º | 0.58% | 0.72% | - |
| HSV(B) | 43.57º | 0.37% | 0.88% | - |
| XYZ | 56.98 | 60.17 | 33.81 | - |
| YUV | 201.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 141 | 0 | 0.10 | 0.37 | 0.12 | 43.57 | 0.58 | 0.72 |
| Hex | E1 | CA | 8D | 0 | A | 25 | C | 2C | 3A | 48 |
| Octal | 341 | 312 | 215 | 0 | 12 | 45 | 14 | 54 | 72 | 110 |
| Binary | 11100001 | 11001010 | 10001101 | 0 | 1010 | 100101 | 1100 | 101100 | 111010 | 1001000 |
Color Harmonies of #E1CA8D
Complementary color
Monochromatic Colors of #E1CA8D
Black with #E1CA8D
Text Example
Text Example
White with #E1CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA8D; }
p { color: rgb(225,202,141); }
H1.HeaderClassName
{
color: #E1CA8D;
}
.AnyTagClassName
{
color: #E1CA8D;
}
</style>
background-color css
<style>
a { background-color: #E1CA8D; }
a { background-color: rgb(225,202,141); }
div.DivClassName
{
background-color: #E1CA8D;
}
.BgClassName
{
background-color: #E1CA8D;
}
</style>
border-color css
<style>
span { border-color: #E1CA8D; }
span { border-color: rgb(225,202,141); }
td.TdClassName
{
border-color: #E1CA8D;
}
.TagClassName
{
border-color: #E1CA8D;
}
</style>