Shades of New Orleans #EAC189
Tints of New Orleans #EAC189
RGB
CMYK
RGB Variations
Color information
#EAC189 (or 0xEAC189) is known color: New Orleans. HEX triplet: EA, C1 and 89. RGB value is (234,193,137). Sum of RGB (Red+Green+Blue) = 234+193+137=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 137 (53.91% from 255 or 24.29% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC189 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC189 is #153E76. Grayscale: #C7C7C7. Windows color (decimal): -1392247 or 9028074. OLE color: 9028074.
HSL color Cylindrical-coordinate representation of color #EAC189: hue angle of 34.64º 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 #EAC189 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 137 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.08 |
| HSL | 34.64º | 0.7% | 0.73% | - |
| HSV(B) | 34.64º | 0.41% | 0.92% | - |
| XYZ | 57.52 | 57.44 | 31.72 | - |
| YUV | 198.88 | 93.08 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 137 | 0 | 0.18 | 0.41 | 0.08 | 34.64 | 0.7 | 0.73 |
| Hex | EA | C1 | 89 | 0 | 12 | 29 | 8 | 23 | 46 | 49 |
| Octal | 352 | 301 | 211 | 0 | 22 | 51 | 10 | 43 | 106 | 111 |
| Binary | 11101010 | 11000001 | 10001001 | 0 | 10010 | 101001 | 1000 | 100011 | 1000110 | 1001001 |
Color Harmonies of #EAC189
Complementary color
Monochromatic Colors of #EAC189
Black with #EAC189
Text Example
Text Example
White with #EAC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC189; }
p { color: rgb(234,193,137); }
H1.HeaderClassName
{
color: #EAC189;
}
.AnyTagClassName
{
color: #EAC189;
}
</style>
background-color css
<style>
a { background-color: #EAC189; }
a { background-color: rgb(234,193,137); }
div.DivClassName
{
background-color: #EAC189;
}
.BgClassName
{
background-color: #EAC189;
}
</style>
border-color css
<style>
span { border-color: #EAC189; }
span { border-color: rgb(234,193,137); }
td.TdClassName
{
border-color: #EAC189;
}
.TagClassName
{
border-color: #EAC189;
}
</style>