Shades of New Orleans #EAC183
Tints of New Orleans #EAC183
RGB
CMYK
RGB Variations
Color information
#EAC183 (or 0xEAC183) is known color: New Orleans. HEX triplet: EA, C1 and 83. RGB value is (234,193,131). Sum of RGB (Red+Green+Blue) = 234+193+131=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC183 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC183 is #153E7C. Grayscale: #C6C6C6. Windows color (decimal): -1392253 or 8634858. OLE color: 8634858.
HSL color Cylindrical-coordinate representation of color #EAC183: hue angle of 36.12º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAC183 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 131 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.08 |
| HSL | 36.12º | 0.71% | 0.72% | - |
| HSV(B) | 36.12º | 0.44% | 0.92% | - |
| XYZ | 57.1 | 57.27 | 29.52 | - |
| YUV | 198.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 131 | 0 | 0.18 | 0.44 | 0.08 | 36.12 | 0.71 | 0.72 |
| Hex | EA | C1 | 83 | 0 | 12 | 2C | 8 | 24 | 47 | 48 |
| Octal | 352 | 301 | 203 | 0 | 22 | 54 | 10 | 44 | 107 | 110 |
| Binary | 11101010 | 11000001 | 10000011 | 0 | 10010 | 101100 | 1000 | 100100 | 1000111 | 1001000 |
Color Harmonies of #EAC183
Complementary color
Monochromatic Colors of #EAC183
Black with #EAC183
Text Example
Text Example
White with #EAC183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC183; }
p { color: rgb(234,193,131); }
H1.HeaderClassName
{
color: #EAC183;
}
.AnyTagClassName
{
color: #EAC183;
}
</style>
background-color css
<style>
a { background-color: #EAC183; }
a { background-color: rgb(234,193,131); }
div.DivClassName
{
background-color: #EAC183;
}
.BgClassName
{
background-color: #EAC183;
}
</style>
border-color css
<style>
span { border-color: #EAC183; }
span { border-color: rgb(234,193,131); }
td.TdClassName
{
border-color: #EAC183;
}
.TagClassName
{
border-color: #EAC183;
}
</style>