Shades of New Orleans #E7CA8D
Tints of New Orleans #E7CA8D
RGB
CMYK
RGB Variations
Color information
#E7CA8D (or 0xE7CA8D) is known color: New Orleans. HEX triplet: E7, CA and 8D. RGB value is (231,202,141). Sum of RGB (Red+Green+Blue) = 231+202+141=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CA8D is #183572. Grayscale: #CBCBCB. Windows color (decimal): -1586547 or 9292519. OLE color: 9292519.
HSL color Cylindrical-coordinate representation of color #E7CA8D: hue angle of 40.67º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E7CA8D is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 141 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.09 |
| HSL | 40.67º | 0.65% | 0.73% | - |
| HSV(B) | 40.67º | 0.39% | 0.91% | - |
| XYZ | 58.88 | 61.15 | 33.9 | - |
| YUV | 203.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 141 | 0 | 0.13 | 0.39 | 0.09 | 40.67 | 0.65 | 0.73 |
| Hex | E7 | CA | 8D | 0 | D | 27 | 9 | 29 | 41 | 49 |
| Octal | 347 | 312 | 215 | 0 | 15 | 47 | 11 | 51 | 101 | 111 |
| Binary | 11100111 | 11001010 | 10001101 | 0 | 1101 | 100111 | 1001 | 101001 | 1000001 | 1001001 |
Color Harmonies of #E7CA8D
Complementary color
Monochromatic Colors of #E7CA8D
Black with #E7CA8D
Text Example
Text Example
White with #E7CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA8D; }
p { color: rgb(231,202,141); }
H1.HeaderClassName
{
color: #E7CA8D;
}
.AnyTagClassName
{
color: #E7CA8D;
}
</style>
background-color css
<style>
a { background-color: #E7CA8D; }
a { background-color: rgb(231,202,141); }
div.DivClassName
{
background-color: #E7CA8D;
}
.BgClassName
{
background-color: #E7CA8D;
}
</style>
border-color css
<style>
span { border-color: #E7CA8D; }
span { border-color: rgb(231,202,141); }
td.TdClassName
{
border-color: #E7CA8D;
}
.TagClassName
{
border-color: #E7CA8D;
}
</style>