Shades of New Orleans #EAC58B
Tints of New Orleans #EAC58B
RGB
CMYK
RGB Variations
Color information
#EAC58B (or 0xEAC58B) is known color: New Orleans. HEX triplet: EA, C5 and 8B. RGB value is (234,197,139). Sum of RGB (Red+Green+Blue) = 234+197+139=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC58B is #153A74. Grayscale: #C9C9C9. Windows color (decimal): -1391221 or 9160170. OLE color: 9160170.
HSL color Cylindrical-coordinate representation of color #EAC58B: hue angle of 36.63º degrees, saturation: 0.69, 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 #EAC58B is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 139 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.08 |
| HSL | 36.63º | 0.69% | 0.73% | - |
| HSV(B) | 36.63º | 0.41% | 0.92% | - |
| XYZ | 58.56 | 59.29 | 32.78 | - |
| YUV | 201.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 139 | 0 | 0.16 | 0.41 | 0.08 | 36.63 | 0.69 | 0.73 |
| Hex | EA | C5 | 8B | 0 | 10 | 29 | 8 | 25 | 45 | 49 |
| Octal | 352 | 305 | 213 | 0 | 20 | 51 | 10 | 45 | 105 | 111 |
| Binary | 11101010 | 11000101 | 10001011 | 0 | 10000 | 101001 | 1000 | 100101 | 1000101 | 1001001 |
Color Harmonies of #EAC58B
Complementary color
Monochromatic Colors of #EAC58B
Black with #EAC58B
Text Example
Text Example
White with #EAC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC58B; }
p { color: rgb(234,197,139); }
H1.HeaderClassName
{
color: #EAC58B;
}
.AnyTagClassName
{
color: #EAC58B;
}
</style>
background-color css
<style>
a { background-color: #EAC58B; }
a { background-color: rgb(234,197,139); }
div.DivClassName
{
background-color: #EAC58B;
}
.BgClassName
{
background-color: #EAC58B;
}
</style>
border-color css
<style>
span { border-color: #EAC58B; }
span { border-color: rgb(234,197,139); }
td.TdClassName
{
border-color: #EAC58B;
}
.TagClassName
{
border-color: #EAC58B;
}
</style>