Shades of New Orleans #EAC286
Tints of New Orleans #EAC286
RGB
CMYK
RGB Variations
Color information
#EAC286 (or 0xEAC286) is known color: New Orleans. HEX triplet: EA, C2 and 86. RGB value is (234,194,134). Sum of RGB (Red+Green+Blue) = 234+194+134=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC286 is #153D79. Grayscale: #C7C7C7. Windows color (decimal): -1391994 or 8831722. OLE color: 8831722.
HSL color Cylindrical-coordinate representation of color #EAC286: hue angle of 36º degrees, saturation: 0.7, 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 #EAC286 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 134 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.08 |
| HSL | 36º | 0.7% | 0.72% | - |
| HSV(B) | 36º | 0.43% | 0.92% | - |
| XYZ | 57.53 | 57.8 | 30.68 | - |
| YUV | 199.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 134 | 0 | 0.17 | 0.43 | 0.08 | 36 | 0.7 | 0.72 |
| Hex | EA | C2 | 86 | 0 | 11 | 2B | 8 | 24 | 46 | 48 |
| Octal | 352 | 302 | 206 | 0 | 21 | 53 | 10 | 44 | 106 | 110 |
| Binary | 11101010 | 11000010 | 10000110 | 0 | 10001 | 101011 | 1000 | 100100 | 1000110 | 1001000 |
Color Harmonies of #EAC286
Complementary color
Monochromatic Colors of #EAC286
Black with #EAC286
Text Example
Text Example
White with #EAC286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC286; }
p { color: rgb(234,194,134); }
H1.HeaderClassName
{
color: #EAC286;
}
.AnyTagClassName
{
color: #EAC286;
}
</style>
background-color css
<style>
a { background-color: #EAC286; }
a { background-color: rgb(234,194,134); }
div.DivClassName
{
background-color: #EAC286;
}
.BgClassName
{
background-color: #EAC286;
}
</style>
border-color css
<style>
span { border-color: #EAC286; }
span { border-color: rgb(234,194,134); }
td.TdClassName
{
border-color: #EAC286;
}
.TagClassName
{
border-color: #EAC286;
}
</style>