Shades of New Orleans #EAC18A
Tints of New Orleans #EAC18A
RGB
CMYK
RGB Variations
Color information
#EAC18A (or 0xEAC18A) is known color: New Orleans. HEX triplet: EA, C1 and 8A. RGB value is (234,193,138). Sum of RGB (Red+Green+Blue) = 234+193+138=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC18A is #153E75. Grayscale: #C7C7C7. Windows color (decimal): -1392246 or 9093610. OLE color: 9093610.
HSL color Cylindrical-coordinate representation of color #EAC18A: hue angle of 34.38º 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 #EAC18A is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 138 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.08 |
| HSL | 34.38º | 0.7% | 0.73% | - |
| HSV(B) | 34.38º | 0.41% | 0.92% | - |
| XYZ | 57.59 | 57.47 | 32.1 | - |
| YUV | 198.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 138 | 0 | 0.18 | 0.41 | 0.08 | 34.38 | 0.7 | 0.73 |
| Hex | EA | C1 | 8A | 0 | 12 | 29 | 8 | 22 | 46 | 49 |
| Octal | 352 | 301 | 212 | 0 | 22 | 51 | 10 | 42 | 106 | 111 |
| Binary | 11101010 | 11000001 | 10001010 | 0 | 10010 | 101001 | 1000 | 100010 | 1000110 | 1001001 |
Color Harmonies of #EAC18A
Complementary color
Monochromatic Colors of #EAC18A
Black with #EAC18A
Text Example
Text Example
White with #EAC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC18A; }
p { color: rgb(234,193,138); }
H1.HeaderClassName
{
color: #EAC18A;
}
.AnyTagClassName
{
color: #EAC18A;
}
</style>
background-color css
<style>
a { background-color: #EAC18A; }
a { background-color: rgb(234,193,138); }
div.DivClassName
{
background-color: #EAC18A;
}
.BgClassName
{
background-color: #EAC18A;
}
</style>
border-color css
<style>
span { border-color: #EAC18A; }
span { border-color: rgb(234,193,138); }
td.TdClassName
{
border-color: #EAC18A;
}
.TagClassName
{
border-color: #EAC18A;
}
</style>