Shades of New Orleans #EAC485
Tints of New Orleans #EAC485
RGB
CMYK
RGB Variations
Color information
#EAC485 (or 0xEAC485) is known color: New Orleans. HEX triplet: EA, C4 and 85. RGB value is (234,196,133). Sum of RGB (Red+Green+Blue) = 234+196+133=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC485 is #153B7A. Grayscale: #C8C8C8. Windows color (decimal): -1391483 or 8766698. OLE color: 8766698.
HSL color Cylindrical-coordinate representation of color #EAC485: hue angle of 37.43º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAC485 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 133 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.08 |
| HSL | 37.43º | 0.71% | 0.72% | - |
| HSV(B) | 37.43º | 0.43% | 0.92% | - |
| XYZ | 57.91 | 58.67 | 30.46 | - |
| YUV | 200.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 133 | 0 | 0.16 | 0.43 | 0.08 | 37.43 | 0.71 | 0.72 |
| Hex | EA | C4 | 85 | 0 | 10 | 2B | 8 | 25 | 47 | 48 |
| Octal | 352 | 304 | 205 | 0 | 20 | 53 | 10 | 45 | 107 | 110 |
| Binary | 11101010 | 11000100 | 10000101 | 0 | 10000 | 101011 | 1000 | 100101 | 1000111 | 1001000 |
Color Harmonies of #EAC485
Complementary color
Monochromatic Colors of #EAC485
Black with #EAC485
Text Example
Text Example
White with #EAC485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC485; }
p { color: rgb(234,196,133); }
H1.HeaderClassName
{
color: #EAC485;
}
.AnyTagClassName
{
color: #EAC485;
}
</style>
background-color css
<style>
a { background-color: #EAC485; }
a { background-color: rgb(234,196,133); }
div.DivClassName
{
background-color: #EAC485;
}
.BgClassName
{
background-color: #EAC485;
}
</style>
border-color css
<style>
span { border-color: #EAC485; }
span { border-color: rgb(234,196,133); }
td.TdClassName
{
border-color: #EAC485;
}
.TagClassName
{
border-color: #EAC485;
}
</style>