Shades of New Orleans #E1C68B
Tints of New Orleans #E1C68B
RGB
CMYK
RGB Variations
Color information
#E1C68B (or 0xE1C68B) is known color: New Orleans. HEX triplet: E1, C6 and 8B. RGB value is (225,198,139). Sum of RGB (Red+Green+Blue) = 225+198+139=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C68B is #1E3974. Grayscale: #C7C7C7. Windows color (decimal): -1980789 or 9160417. OLE color: 9160417.
HSL color Cylindrical-coordinate representation of color #E1C68B: hue angle of 41.16º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1C68B is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 198 | 139 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.12 |
| HSL | 41.16º | 0.59% | 0.71% | - |
| HSV(B) | 41.16º | 0.38% | 0.88% | - |
| XYZ | 55.91 | 58.26 | 32.72 | - |
| YUV | 199.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 139 | 0 | 0.12 | 0.38 | 0.12 | 41.16 | 0.59 | 0.71 |
| Hex | E1 | C6 | 8B | 0 | C | 26 | C | 29 | 3B | 47 |
| Octal | 341 | 306 | 213 | 0 | 14 | 46 | 14 | 51 | 73 | 107 |
| Binary | 11100001 | 11000110 | 10001011 | 0 | 1100 | 100110 | 1100 | 101001 | 111011 | 1000111 |
Color Harmonies of #E1C68B
Complementary color
Monochromatic Colors of #E1C68B
Black with #E1C68B
Text Example
Text Example
White with #E1C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C68B; }
p { color: rgb(225,198,139); }
H1.HeaderClassName
{
color: #E1C68B;
}
.AnyTagClassName
{
color: #E1C68B;
}
</style>
background-color css
<style>
a { background-color: #E1C68B; }
a { background-color: rgb(225,198,139); }
div.DivClassName
{
background-color: #E1C68B;
}
.BgClassName
{
background-color: #E1C68B;
}
</style>
border-color css
<style>
span { border-color: #E1C68B; }
span { border-color: rgb(225,198,139); }
td.TdClassName
{
border-color: #E1C68B;
}
.TagClassName
{
border-color: #E1C68B;
}
</style>