Shades of New Orleans #EAC38D
Tints of New Orleans #EAC38D
RGB
CMYK
RGB Variations
Color information
#EAC38D (or 0xEAC38D) is known color: New Orleans. HEX triplet: EA, C3 and 8D. RGB value is (234,195,141). Sum of RGB (Red+Green+Blue) = 234+195+141=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC38D is #153C72. Grayscale: #C8C8C8. Windows color (decimal): -1391731 or 9290730. OLE color: 9290730.
HSL color Cylindrical-coordinate representation of color #EAC38D: hue angle of 34.84º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAC38D is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 141 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.08 |
| HSL | 34.84º | 0.69% | 0.74% | - |
| HSV(B) | 34.84º | 0.4% | 0.92% | - |
| XYZ | 58.25 | 58.45 | 33.41 | - |
| YUV | 200.51 | 94.42 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 141 | 0 | 0.17 | 0.40 | 0.08 | 34.84 | 0.69 | 0.74 |
| Hex | EA | C3 | 8D | 0 | 11 | 28 | 8 | 23 | 45 | 4A |
| Octal | 352 | 303 | 215 | 0 | 21 | 50 | 10 | 43 | 105 | 112 |
| Binary | 11101010 | 11000011 | 10001101 | 0 | 10001 | 101000 | 1000 | 100011 | 1000101 | 1001010 |
Color Harmonies of #EAC38D
Complementary color
Monochromatic Colors of #EAC38D
Black with #EAC38D
Text Example
Text Example
White with #EAC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC38D; }
p { color: rgb(234,195,141); }
H1.HeaderClassName
{
color: #EAC38D;
}
.AnyTagClassName
{
color: #EAC38D;
}
</style>
background-color css
<style>
a { background-color: #EAC38D; }
a { background-color: rgb(234,195,141); }
div.DivClassName
{
background-color: #EAC38D;
}
.BgClassName
{
background-color: #EAC38D;
}
</style>
border-color css
<style>
span { border-color: #EAC38D; }
span { border-color: rgb(234,195,141); }
td.TdClassName
{
border-color: #EAC38D;
}
.TagClassName
{
border-color: #EAC38D;
}
</style>