Shades of New Orleans #E9C484
Tints of New Orleans #E9C484
RGB
CMYK
RGB Variations
Color information
#E9C484 (or 0xE9C484) is known color: New Orleans. HEX triplet: E9, C4 and 84. RGB value is (233,196,132). Sum of RGB (Red+Green+Blue) = 233+196+132=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C484 is #163B7B. Grayscale: #C8C8C8. Windows color (decimal): -1457020 or 8701161. OLE color: 8701161.
HSL color Cylindrical-coordinate representation of color #E9C484: hue angle of 38.02º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E9C484 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 132 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.09 |
| HSL | 38.02º | 0.7% | 0.72% | - |
| HSV(B) | 38.02º | 0.43% | 0.91% | - |
| XYZ | 57.51 | 58.47 | 30.08 | - |
| YUV | 199.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 132 | 0 | 0.16 | 0.43 | 0.09 | 38.02 | 0.7 | 0.72 |
| Hex | E9 | C4 | 84 | 0 | 10 | 2B | 9 | 26 | 46 | 48 |
| Octal | 351 | 304 | 204 | 0 | 20 | 53 | 11 | 46 | 106 | 110 |
| Binary | 11101001 | 11000100 | 10000100 | 0 | 10000 | 101011 | 1001 | 100110 | 1000110 | 1001000 |
Color Harmonies of #E9C484
Complementary color
Monochromatic Colors of #E9C484
Black with #E9C484
Text Example
Text Example
White with #E9C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C484; }
p { color: rgb(233,196,132); }
H1.HeaderClassName
{
color: #E9C484;
}
.AnyTagClassName
{
color: #E9C484;
}
</style>
background-color css
<style>
a { background-color: #E9C484; }
a { background-color: rgb(233,196,132); }
div.DivClassName
{
background-color: #E9C484;
}
.BgClassName
{
background-color: #E9C484;
}
</style>
border-color css
<style>
span { border-color: #E9C484; }
span { border-color: rgb(233,196,132); }
td.TdClassName
{
border-color: #E9C484;
}
.TagClassName
{
border-color: #E9C484;
}
</style>