Shades of New Orleans #EAC78D
Tints of New Orleans #EAC78D
RGB
CMYK
RGB Variations
Color information
#EAC78D (or 0xEAC78D) is known color: New Orleans. HEX triplet: EA, C7 and 8D. RGB value is (234,199,141). Sum of RGB (Red+Green+Blue) = 234+199+141=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC78D is #153872. Grayscale: #CBCBCB. Windows color (decimal): -1390707 or 9291754. OLE color: 9291754.
HSL color Cylindrical-coordinate representation of color #EAC78D: hue angle of 37.42º 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 #EAC78D is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 141 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.08 |
| HSL | 37.42º | 0.69% | 0.74% | - |
| HSV(B) | 37.42º | 0.4% | 0.92% | - |
| XYZ | 59.16 | 60.26 | 33.71 | - |
| YUV | 202.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 141 | 0 | 0.15 | 0.40 | 0.08 | 37.42 | 0.69 | 0.74 |
| Hex | EA | C7 | 8D | 0 | F | 28 | 8 | 25 | 45 | 4A |
| Octal | 352 | 307 | 215 | 0 | 17 | 50 | 10 | 45 | 105 | 112 |
| Binary | 11101010 | 11000111 | 10001101 | 0 | 1111 | 101000 | 1000 | 100101 | 1000101 | 1001010 |
Color Harmonies of #EAC78D
Complementary color
Monochromatic Colors of #EAC78D
Black with #EAC78D
Text Example
Text Example
White with #EAC78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC78D; }
p { color: rgb(234,199,141); }
H1.HeaderClassName
{
color: #EAC78D;
}
.AnyTagClassName
{
color: #EAC78D;
}
</style>
background-color css
<style>
a { background-color: #EAC78D; }
a { background-color: rgb(234,199,141); }
div.DivClassName
{
background-color: #EAC78D;
}
.BgClassName
{
background-color: #EAC78D;
}
</style>
border-color css
<style>
span { border-color: #EAC78D; }
span { border-color: rgb(234,199,141); }
td.TdClassName
{
border-color: #EAC78D;
}
.TagClassName
{
border-color: #EAC78D;
}
</style>