Shades of New Orleans #EAC18B
Tints of New Orleans #EAC18B
RGB
CMYK
RGB Variations
Color information
#EAC18B (or 0xEAC18B) is known color: New Orleans. HEX triplet: EA, C1 and 8B. RGB value is (234,193,139). Sum of RGB (Red+Green+Blue) = 234+193+139=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC18B is #153E74. Grayscale: #C7C7C7. Windows color (decimal): -1392245 or 9159146. OLE color: 9159146.
HSL color Cylindrical-coordinate representation of color #EAC18B: hue angle of 34.11º 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 #EAC18B is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 139 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.08 |
| HSL | 34.11º | 0.69% | 0.73% | - |
| HSV(B) | 34.11º | 0.41% | 0.92% | - |
| XYZ | 57.66 | 57.5 | 32.48 | - |
| YUV | 199.1 | 94.08 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 139 | 0 | 0.18 | 0.41 | 0.08 | 34.11 | 0.69 | 0.73 |
| Hex | EA | C1 | 8B | 0 | 12 | 29 | 8 | 22 | 45 | 49 |
| Octal | 352 | 301 | 213 | 0 | 22 | 51 | 10 | 42 | 105 | 111 |
| Binary | 11101010 | 11000001 | 10001011 | 0 | 10010 | 101001 | 1000 | 100010 | 1000101 | 1001001 |
Color Harmonies of #EAC18B
Complementary color
Monochromatic Colors of #EAC18B
Black with #EAC18B
Text Example
Text Example
White with #EAC18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC18B; }
p { color: rgb(234,193,139); }
H1.HeaderClassName
{
color: #EAC18B;
}
.AnyTagClassName
{
color: #EAC18B;
}
</style>
background-color css
<style>
a { background-color: #EAC18B; }
a { background-color: rgb(234,193,139); }
div.DivClassName
{
background-color: #EAC18B;
}
.BgClassName
{
background-color: #EAC18B;
}
</style>
border-color css
<style>
span { border-color: #EAC18B; }
span { border-color: rgb(234,193,139); }
td.TdClassName
{
border-color: #EAC18B;
}
.TagClassName
{
border-color: #EAC18B;
}
</style>