Shades of New Orleans #E2CA8A
Tints of New Orleans #E2CA8A
RGB
CMYK
RGB Variations
Color information
#E2CA8A (or 0xE2CA8A) is known color: New Orleans. HEX triplet: E2, CA and 8A. RGB value is (226,202,138). Sum of RGB (Red+Green+Blue) = 226+202+138=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA8A is #1D3575. Grayscale: #CACACA. Windows color (decimal): -1914230 or 9095906. OLE color: 9095906.
HSL color Cylindrical-coordinate representation of color #E2CA8A: hue angle of 43.64º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2CA8A is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 138 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.11 |
| HSL | 43.64º | 0.6% | 0.71% | - |
| HSV(B) | 43.64º | 0.39% | 0.89% | - |
| XYZ | 57.07 | 60.24 | 32.67 | - |
| YUV | 201.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 138 | 0 | 0.11 | 0.39 | 0.11 | 43.64 | 0.6 | 0.71 |
| Hex | E2 | CA | 8A | 0 | B | 27 | B | 2C | 3C | 47 |
| Octal | 342 | 312 | 212 | 0 | 13 | 47 | 13 | 54 | 74 | 107 |
| Binary | 11100010 | 11001010 | 10001010 | 0 | 1011 | 100111 | 1011 | 101100 | 111100 | 1000111 |
Color Harmonies of #E2CA8A
Complementary color
Monochromatic Colors of #E2CA8A
Black with #E2CA8A
Text Example
Text Example
White with #E2CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA8A; }
p { color: rgb(226,202,138); }
H1.HeaderClassName
{
color: #E2CA8A;
}
.AnyTagClassName
{
color: #E2CA8A;
}
</style>
background-color css
<style>
a { background-color: #E2CA8A; }
a { background-color: rgb(226,202,138); }
div.DivClassName
{
background-color: #E2CA8A;
}
.BgClassName
{
background-color: #E2CA8A;
}
</style>
border-color css
<style>
span { border-color: #E2CA8A; }
span { border-color: rgb(226,202,138); }
td.TdClassName
{
border-color: #E2CA8A;
}
.TagClassName
{
border-color: #E2CA8A;
}
</style>