Shades of New Orleans #E4C07F
Tints of New Orleans #E4C07F
RGB
CMYK
RGB Variations
Color information
#E4C07F (or 0xE4C07F) is known color: New Orleans. HEX triplet: E4, C0 and 7F. RGB value is (228,192,127). Sum of RGB (Red+Green+Blue) = 228+192+127=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C07F is #1B3F80. Grayscale: #C3C3C3. Windows color (decimal): -1785729 or 8372452. OLE color: 8372452.
HSL color Cylindrical-coordinate representation of color #E4C07F: hue angle of 38.61º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E4C07F is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 127 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.11 |
| HSL | 38.61º | 0.65% | 0.7% | - |
| HSV(B) | 38.61º | 0.44% | 0.89% | - |
| XYZ | 54.68 | 55.73 | 27.95 | - |
| YUV | 195.35 | 89.43 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 127 | 0 | 0.16 | 0.44 | 0.11 | 38.61 | 0.65 | 0.7 |
| Hex | E4 | C0 | 7F | 0 | 10 | 2C | B | 27 | 41 | 46 |
| Octal | 344 | 300 | 177 | 0 | 20 | 54 | 13 | 47 | 101 | 106 |
| Binary | 11100100 | 11000000 | 1111111 | 0 | 10000 | 101100 | 1011 | 100111 | 1000001 | 1000110 |
Color Harmonies of #E4C07F
Complementary color
Monochromatic Colors of #E4C07F
Black with #E4C07F
Text Example
Text Example
White with #E4C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C07F; }
p { color: rgb(228,192,127); }
H1.HeaderClassName
{
color: #E4C07F;
}
.AnyTagClassName
{
color: #E4C07F;
}
</style>
background-color css
<style>
a { background-color: #E4C07F; }
a { background-color: rgb(228,192,127); }
div.DivClassName
{
background-color: #E4C07F;
}
.BgClassName
{
background-color: #E4C07F;
}
</style>
border-color css
<style>
span { border-color: #E4C07F; }
span { border-color: rgb(228,192,127); }
td.TdClassName
{
border-color: #E4C07F;
}
.TagClassName
{
border-color: #E4C07F;
}
</style>