Shades of New Orleans #EAC389
Tints of New Orleans #EAC389
RGB
CMYK
RGB Variations
Color information
#EAC389 (or 0xEAC389) is known color: New Orleans. HEX triplet: EA, C3 and 89. RGB value is (234,195,137). Sum of RGB (Red+Green+Blue) = 234+195+137=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 137 (53.91% from 255 or 24.20% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC389 is #153C76. Grayscale: #C8C8C8. Windows color (decimal): -1391735 or 9028586. OLE color: 9028586.
HSL color Cylindrical-coordinate representation of color #EAC389: hue angle of 35.88º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAC389 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 137 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.08 |
| HSL | 35.88º | 0.7% | 0.73% | - |
| HSV(B) | 35.88º | 0.41% | 0.92% | - |
| XYZ | 57.96 | 58.33 | 31.87 | - |
| YUV | 200.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 137 | 0 | 0.17 | 0.41 | 0.08 | 35.88 | 0.7 | 0.73 |
| Hex | EA | C3 | 89 | 0 | 11 | 29 | 8 | 24 | 46 | 49 |
| Octal | 352 | 303 | 211 | 0 | 21 | 51 | 10 | 44 | 106 | 111 |
| Binary | 11101010 | 11000011 | 10001001 | 0 | 10001 | 101001 | 1000 | 100100 | 1000110 | 1001001 |
Color Harmonies of #EAC389
Complementary color
Monochromatic Colors of #EAC389
Black with #EAC389
Text Example
Text Example
White with #EAC389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC389; }
p { color: rgb(234,195,137); }
H1.HeaderClassName
{
color: #EAC389;
}
.AnyTagClassName
{
color: #EAC389;
}
</style>
background-color css
<style>
a { background-color: #EAC389; }
a { background-color: rgb(234,195,137); }
div.DivClassName
{
background-color: #EAC389;
}
.BgClassName
{
background-color: #EAC389;
}
</style>
border-color css
<style>
span { border-color: #EAC389; }
span { border-color: rgb(234,195,137); }
td.TdClassName
{
border-color: #EAC389;
}
.TagClassName
{
border-color: #EAC389;
}
</style>