Shades of New Orleans #EAC78E
Tints of New Orleans #EAC78E
RGB
CMYK
RGB Variations
Color information
#EAC78E (or 0xEAC78E) is known color: New Orleans. HEX triplet: EA, C7 and 8E. RGB value is (234,199,142). Sum of RGB (Red+Green+Blue) = 234+199+142=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC78E is #153871. Grayscale: #CBCBCB. Windows color (decimal): -1390706 or 9357290. OLE color: 9357290.
HSL color Cylindrical-coordinate representation of color #EAC78E: hue angle of 37.17º 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 #EAC78E is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 142 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.08 |
| HSL | 37.17º | 0.69% | 0.74% | - |
| HSV(B) | 37.17º | 0.39% | 0.92% | - |
| XYZ | 59.24 | 60.29 | 34.11 | - |
| YUV | 202.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 142 | 0 | 0.15 | 0.39 | 0.08 | 37.17 | 0.69 | 0.74 |
| Hex | EA | C7 | 8E | 0 | F | 27 | 8 | 25 | 45 | 4A |
| Octal | 352 | 307 | 216 | 0 | 17 | 47 | 10 | 45 | 105 | 112 |
| Binary | 11101010 | 11000111 | 10001110 | 0 | 1111 | 100111 | 1000 | 100101 | 1000101 | 1001010 |
Color Harmonies of #EAC78E
Complementary color
Monochromatic Colors of #EAC78E
Black with #EAC78E
Text Example
Text Example
White with #EAC78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC78E; }
p { color: rgb(234,199,142); }
H1.HeaderClassName
{
color: #EAC78E;
}
.AnyTagClassName
{
color: #EAC78E;
}
</style>
background-color css
<style>
a { background-color: #EAC78E; }
a { background-color: rgb(234,199,142); }
div.DivClassName
{
background-color: #EAC78E;
}
.BgClassName
{
background-color: #EAC78E;
}
</style>
border-color css
<style>
span { border-color: #EAC78E; }
span { border-color: rgb(234,199,142); }
td.TdClassName
{
border-color: #EAC78E;
}
.TagClassName
{
border-color: #EAC78E;
}
</style>