Shades of New Orleans #E4C084
Tints of New Orleans #E4C084
RGB
CMYK
RGB Variations
Color information
#E4C084 (or 0xE4C084) is known color: New Orleans. HEX triplet: E4, C0 and 84. RGB value is (228,192,132). Sum of RGB (Red+Green+Blue) = 228+192+132=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4C084 is #1B3F7B. Grayscale: #C4C4C4. Windows color (decimal): -1785724 or 8700132. OLE color: 8700132.
HSL color Cylindrical-coordinate representation of color #E4C084: hue angle of 37.5º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E4C084 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 132 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.11 |
| HSL | 37.5º | 0.64% | 0.71% | - |
| HSV(B) | 37.5º | 0.42% | 0.89% | - |
| XYZ | 55.01 | 55.86 | 29.71 | - |
| YUV | 195.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 132 | 0 | 0.16 | 0.42 | 0.11 | 37.5 | 0.64 | 0.71 |
| Hex | E4 | C0 | 84 | 0 | 10 | 2A | B | 26 | 40 | 47 |
| Octal | 344 | 300 | 204 | 0 | 20 | 52 | 13 | 46 | 100 | 107 |
| Binary | 11100100 | 11000000 | 10000100 | 0 | 10000 | 101010 | 1011 | 100110 | 1000000 | 1000111 |
Color Harmonies of #E4C084
Complementary color
Monochromatic Colors of #E4C084
Black with #E4C084
Text Example
Text Example
White with #E4C084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C084; }
p { color: rgb(228,192,132); }
H1.HeaderClassName
{
color: #E4C084;
}
.AnyTagClassName
{
color: #E4C084;
}
</style>
background-color css
<style>
a { background-color: #E4C084; }
a { background-color: rgb(228,192,132); }
div.DivClassName
{
background-color: #E4C084;
}
.BgClassName
{
background-color: #E4C084;
}
</style>
border-color css
<style>
span { border-color: #E4C084; }
span { border-color: rgb(228,192,132); }
td.TdClassName
{
border-color: #E4C084;
}
.TagClassName
{
border-color: #E4C084;
}
</style>