Shades of New Orleans #E5C17F
Tints of New Orleans #E5C17F
RGB
CMYK
RGB Variations
Color information
#E5C17F (or 0xE5C17F) is known color: New Orleans. HEX triplet: E5, C1 and 7F. RGB value is (229,193,127). Sum of RGB (Red+Green+Blue) = 229+193+127=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C17F is #1A3E80. Grayscale: #C4C4C4. Windows color (decimal): -1719937 or 8372709. OLE color: 8372709.
HSL color Cylindrical-coordinate representation of color #E5C17F: hue angle of 38.82º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5C17F is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 127 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.10 |
| HSL | 38.82º | 0.66% | 0.7% | - |
| HSV(B) | 38.82º | 0.45% | 0.9% | - |
| XYZ | 55.21 | 56.33 | 28.04 | - |
| YUV | 196.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 127 | 0 | 0.16 | 0.45 | 0.10 | 38.82 | 0.66 | 0.7 |
| Hex | E5 | C1 | 7F | 0 | 10 | 2D | A | 27 | 42 | 46 |
| Octal | 345 | 301 | 177 | 0 | 20 | 55 | 12 | 47 | 102 | 106 |
| Binary | 11100101 | 11000001 | 1111111 | 0 | 10000 | 101101 | 1010 | 100111 | 1000010 | 1000110 |
Color Harmonies of #E5C17F
Complementary color
Monochromatic Colors of #E5C17F
Black with #E5C17F
Text Example
Text Example
White with #E5C17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C17F; }
p { color: rgb(229,193,127); }
H1.HeaderClassName
{
color: #E5C17F;
}
.AnyTagClassName
{
color: #E5C17F;
}
</style>
background-color css
<style>
a { background-color: #E5C17F; }
a { background-color: rgb(229,193,127); }
div.DivClassName
{
background-color: #E5C17F;
}
.BgClassName
{
background-color: #E5C17F;
}
</style>
border-color css
<style>
span { border-color: #E5C17F; }
span { border-color: rgb(229,193,127); }
td.TdClassName
{
border-color: #E5C17F;
}
.TagClassName
{
border-color: #E5C17F;
}
</style>