Shades of New Orleans #E5C380
Tints of New Orleans #E5C380
RGB
CMYK
RGB Variations
Color information
#E5C380 (or 0xE5C380) is known color: New Orleans. HEX triplet: E5, C3 and 80. RGB value is (229,195,128). Sum of RGB (Red+Green+Blue) = 229+195+128=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C380 is #1A3C7F. Grayscale: #C5C5C5. Windows color (decimal): -1719424 or 8438757. OLE color: 8438757.
HSL color Cylindrical-coordinate representation of color #E5C380: hue angle of 39.8º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5C380 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 128 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.10 |
| HSL | 39.8º | 0.66% | 0.7% | - |
| HSV(B) | 39.8º | 0.44% | 0.9% | - |
| XYZ | 55.72 | 57.25 | 28.53 | - |
| YUV | 197.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 128 | 0 | 0.15 | 0.44 | 0.10 | 39.8 | 0.66 | 0.7 |
| Hex | E5 | C3 | 80 | 0 | F | 2C | A | 28 | 42 | 46 |
| Octal | 345 | 303 | 200 | 0 | 17 | 54 | 12 | 50 | 102 | 106 |
| Binary | 11100101 | 11000011 | 10000000 | 0 | 1111 | 101100 | 1010 | 101000 | 1000010 | 1000110 |
Color Harmonies of #E5C380
Complementary color
Monochromatic Colors of #E5C380
Black with #E5C380
Text Example
Text Example
White with #E5C380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C380; }
p { color: rgb(229,195,128); }
H1.HeaderClassName
{
color: #E5C380;
}
.AnyTagClassName
{
color: #E5C380;
}
</style>
background-color css
<style>
a { background-color: #E5C380; }
a { background-color: rgb(229,195,128); }
div.DivClassName
{
background-color: #E5C380;
}
.BgClassName
{
background-color: #E5C380;
}
</style>
border-color css
<style>
span { border-color: #E5C380; }
span { border-color: rgb(229,195,128); }
td.TdClassName
{
border-color: #E5C380;
}
.TagClassName
{
border-color: #E5C380;
}
</style>