Shades of New Orleans #EAC390
Tints of New Orleans #EAC390
RGB
CMYK
RGB Variations
Color information
#EAC390 (or 0xEAC390) is known color: New Orleans. HEX triplet: EA, C3 and 90. RGB value is (234,195,144). Sum of RGB (Red+Green+Blue) = 234+195+144=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC390 is #153C6F. Grayscale: #C9C9C9. Windows color (decimal): -1391728 or 9487338. OLE color: 9487338.
HSL color Cylindrical-coordinate representation of color #EAC390: hue angle of 34º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAC390 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 144 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.08 |
| HSL | 34º | 0.68% | 0.74% | - |
| HSV(B) | 34º | 0.38% | 0.92% | - |
| XYZ | 58.48 | 58.54 | 34.6 | - |
| YUV | 200.85 | 95.92 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 144 | 0 | 0.17 | 0.38 | 0.08 | 34 | 0.68 | 0.74 |
| Hex | EA | C3 | 90 | 0 | 11 | 26 | 8 | 22 | 44 | 4A |
| Octal | 352 | 303 | 220 | 0 | 21 | 46 | 10 | 42 | 104 | 112 |
| Binary | 11101010 | 11000011 | 10010000 | 0 | 10001 | 100110 | 1000 | 100010 | 1000100 | 1001010 |
Color Harmonies of #EAC390
Complementary color
Monochromatic Colors of #EAC390
Black with #EAC390
Text Example
Text Example
White with #EAC390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC390; }
p { color: rgb(234,195,144); }
H1.HeaderClassName
{
color: #EAC390;
}
.AnyTagClassName
{
color: #EAC390;
}
</style>
background-color css
<style>
a { background-color: #EAC390; }
a { background-color: rgb(234,195,144); }
div.DivClassName
{
background-color: #EAC390;
}
.BgClassName
{
background-color: #EAC390;
}
</style>
border-color css
<style>
span { border-color: #EAC390; }
span { border-color: rgb(234,195,144); }
td.TdClassName
{
border-color: #EAC390;
}
.TagClassName
{
border-color: #EAC390;
}
</style>