Shades of New Orleans #EAC282
Tints of New Orleans #EAC282
RGB
CMYK
RGB Variations
Color information
#EAC282 (or 0xEAC282) is known color: New Orleans. HEX triplet: EA, C2 and 82. RGB value is (234,194,130). Sum of RGB (Red+Green+Blue) = 234+194+130=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC282 is #153D7D. Grayscale: #C6C6C6. Windows color (decimal): -1391998 or 8569578. OLE color: 8569578.
HSL color Cylindrical-coordinate representation of color #EAC282: hue angle of 36.92º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAC282 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 130 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.08 |
| HSL | 36.92º | 0.71% | 0.71% | - |
| HSV(B) | 36.92º | 0.44% | 0.92% | - |
| XYZ | 57.25 | 57.69 | 29.24 | - |
| YUV | 198.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 130 | 0 | 0.17 | 0.44 | 0.08 | 36.92 | 0.71 | 0.71 |
| Hex | EA | C2 | 82 | 0 | 11 | 2C | 8 | 25 | 47 | 47 |
| Octal | 352 | 302 | 202 | 0 | 21 | 54 | 10 | 45 | 107 | 107 |
| Binary | 11101010 | 11000010 | 10000010 | 0 | 10001 | 101100 | 1000 | 100101 | 1000111 | 1000111 |
Color Harmonies of #EAC282
Complementary color
Monochromatic Colors of #EAC282
Black with #EAC282
Text Example
Text Example
White with #EAC282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC282; }
p { color: rgb(234,194,130); }
H1.HeaderClassName
{
color: #EAC282;
}
.AnyTagClassName
{
color: #EAC282;
}
</style>
background-color css
<style>
a { background-color: #EAC282; }
a { background-color: rgb(234,194,130); }
div.DivClassName
{
background-color: #EAC282;
}
.BgClassName
{
background-color: #EAC282;
}
</style>
border-color css
<style>
span { border-color: #EAC282; }
span { border-color: rgb(234,194,130); }
td.TdClassName
{
border-color: #EAC282;
}
.TagClassName
{
border-color: #EAC282;
}
</style>