Shades of New Orleans #E5C68A
Tints of New Orleans #E5C68A
RGB
CMYK
RGB Variations
Color information
#E5C68A (or 0xE5C68A) is known color: New Orleans. HEX triplet: E5, C6 and 8A. RGB value is (229,198,138). Sum of RGB (Red+Green+Blue) = 229+198+138=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C68A is #1A3975. Grayscale: #C8C8C8. Windows color (decimal): -1718646 or 9094885. OLE color: 9094885.
HSL color Cylindrical-coordinate representation of color #E5C68A: hue angle of 39.56º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5C68A is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 138 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.10 |
| HSL | 39.56º | 0.64% | 0.72% | - |
| HSV(B) | 39.56º | 0.4% | 0.9% | - |
| XYZ | 57.09 | 58.88 | 32.4 | - |
| YUV | 200.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 138 | 0 | 0.14 | 0.40 | 0.10 | 39.56 | 0.64 | 0.72 |
| Hex | E5 | C6 | 8A | 0 | E | 28 | A | 28 | 40 | 48 |
| Octal | 345 | 306 | 212 | 0 | 16 | 50 | 12 | 50 | 100 | 110 |
| Binary | 11100101 | 11000110 | 10001010 | 0 | 1110 | 101000 | 1010 | 101000 | 1000000 | 1001000 |
Color Harmonies of #E5C68A
Complementary color
Monochromatic Colors of #E5C68A
Black with #E5C68A
Text Example
Text Example
White with #E5C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C68A; }
p { color: rgb(229,198,138); }
H1.HeaderClassName
{
color: #E5C68A;
}
.AnyTagClassName
{
color: #E5C68A;
}
</style>
background-color css
<style>
a { background-color: #E5C68A; }
a { background-color: rgb(229,198,138); }
div.DivClassName
{
background-color: #E5C68A;
}
.BgClassName
{
background-color: #E5C68A;
}
</style>
border-color css
<style>
span { border-color: #E5C68A; }
span { border-color: rgb(229,198,138); }
td.TdClassName
{
border-color: #E5C68A;
}
.TagClassName
{
border-color: #E5C68A;
}
</style>