Shades of New Orleans #EAC98E
Tints of New Orleans #EAC98E
RGB
CMYK
RGB Variations
Color information
#EAC98E (or 0xEAC98E) is known color: New Orleans. HEX triplet: EA, C9 and 8E. RGB value is (234,201,142). Sum of RGB (Red+Green+Blue) = 234+201+142=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC98E is #153671. Grayscale: #CCCCCC. Windows color (decimal): -1390194 or 9357802. OLE color: 9357802.
HSL color Cylindrical-coordinate representation of color #EAC98E: hue angle of 38.48º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAC98E is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 142 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.08 |
| HSL | 38.48º | 0.69% | 0.74% | - |
| HSV(B) | 38.48º | 0.39% | 0.92% | - |
| XYZ | 59.7 | 61.22 | 34.26 | - |
| YUV | 204.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 142 | 0 | 0.14 | 0.39 | 0.08 | 38.48 | 0.69 | 0.74 |
| Hex | EA | C9 | 8E | 0 | E | 27 | 8 | 26 | 45 | 4A |
| Octal | 352 | 311 | 216 | 0 | 16 | 47 | 10 | 46 | 105 | 112 |
| Binary | 11101010 | 11001001 | 10001110 | 0 | 1110 | 100111 | 1000 | 100110 | 1000101 | 1001010 |
Color Harmonies of #EAC98E
Complementary color
Monochromatic Colors of #EAC98E
Black with #EAC98E
Text Example
Text Example
White with #EAC98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC98E; }
p { color: rgb(234,201,142); }
H1.HeaderClassName
{
color: #EAC98E;
}
.AnyTagClassName
{
color: #EAC98E;
}
</style>
background-color css
<style>
a { background-color: #EAC98E; }
a { background-color: rgb(234,201,142); }
div.DivClassName
{
background-color: #EAC98E;
}
.BgClassName
{
background-color: #EAC98E;
}
</style>
border-color css
<style>
span { border-color: #EAC98E; }
span { border-color: rgb(234,201,142); }
td.TdClassName
{
border-color: #EAC98E;
}
.TagClassName
{
border-color: #EAC98E;
}
</style>