Shades of New Orleans #EAC28D
Tints of New Orleans #EAC28D
RGB
CMYK
RGB Variations
Color information
#EAC28D (or 0xEAC28D) is known color: New Orleans. HEX triplet: EA, C2 and 8D. RGB value is (234,194,141). Sum of RGB (Red+Green+Blue) = 234+194+141=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC28D is #153D72. Grayscale: #C8C8C8. Windows color (decimal): -1391987 or 9290474. OLE color: 9290474.
HSL color Cylindrical-coordinate representation of color #EAC28D: hue angle of 34.19º 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 #EAC28D is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 141 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.08 |
| HSL | 34.19º | 0.69% | 0.74% | - |
| HSV(B) | 34.19º | 0.4% | 0.92% | - |
| XYZ | 58.03 | 58 | 33.34 | - |
| YUV | 199.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 141 | 0 | 0.17 | 0.40 | 0.08 | 34.19 | 0.69 | 0.74 |
| Hex | EA | C2 | 8D | 0 | 11 | 28 | 8 | 22 | 45 | 4A |
| Octal | 352 | 302 | 215 | 0 | 21 | 50 | 10 | 42 | 105 | 112 |
| Binary | 11101010 | 11000010 | 10001101 | 0 | 10001 | 101000 | 1000 | 100010 | 1000101 | 1001010 |
Color Harmonies of #EAC28D
Complementary color
Monochromatic Colors of #EAC28D
Black with #EAC28D
Text Example
Text Example
White with #EAC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC28D; }
p { color: rgb(234,194,141); }
H1.HeaderClassName
{
color: #EAC28D;
}
.AnyTagClassName
{
color: #EAC28D;
}
</style>
background-color css
<style>
a { background-color: #EAC28D; }
a { background-color: rgb(234,194,141); }
div.DivClassName
{
background-color: #EAC28D;
}
.BgClassName
{
background-color: #EAC28D;
}
</style>
border-color css
<style>
span { border-color: #EAC28D; }
span { border-color: rgb(234,194,141); }
td.TdClassName
{
border-color: #EAC28D;
}
.TagClassName
{
border-color: #EAC28D;
}
</style>