Shades of New Orleans #EAC68B
Tints of New Orleans #EAC68B
RGB
CMYK
RGB Variations
Color information
#EAC68B (or 0xEAC68B) is known color: New Orleans. HEX triplet: EA, C6 and 8B. RGB value is (234,198,139). Sum of RGB (Red+Green+Blue) = 234+198+139=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC68B is #153974. Grayscale: #CACACA. Windows color (decimal): -1390965 or 9160426. OLE color: 9160426.
HSL color Cylindrical-coordinate representation of color #EAC68B: hue angle of 37.26º 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 #EAC68B is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 139 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.08 |
| HSL | 37.26º | 0.69% | 0.73% | - |
| HSV(B) | 37.26º | 0.41% | 0.92% | - |
| XYZ | 58.79 | 59.74 | 32.86 | - |
| YUV | 202.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 139 | 0 | 0.15 | 0.41 | 0.08 | 37.26 | 0.69 | 0.73 |
| Hex | EA | C6 | 8B | 0 | F | 29 | 8 | 25 | 45 | 49 |
| Octal | 352 | 306 | 213 | 0 | 17 | 51 | 10 | 45 | 105 | 111 |
| Binary | 11101010 | 11000110 | 10001011 | 0 | 1111 | 101001 | 1000 | 100101 | 1000101 | 1001001 |
Color Harmonies of #EAC68B
Complementary color
Monochromatic Colors of #EAC68B
Black with #EAC68B
Text Example
Text Example
White with #EAC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC68B; }
p { color: rgb(234,198,139); }
H1.HeaderClassName
{
color: #EAC68B;
}
.AnyTagClassName
{
color: #EAC68B;
}
</style>
background-color css
<style>
a { background-color: #EAC68B; }
a { background-color: rgb(234,198,139); }
div.DivClassName
{
background-color: #EAC68B;
}
.BgClassName
{
background-color: #EAC68B;
}
</style>
border-color css
<style>
span { border-color: #EAC68B; }
span { border-color: rgb(234,198,139); }
td.TdClassName
{
border-color: #EAC68B;
}
.TagClassName
{
border-color: #EAC68B;
}
</style>