Shades of New Orleans #EAC38A
Tints of New Orleans #EAC38A
RGB
CMYK
RGB Variations
Color information
#EAC38A (or 0xEAC38A) is known color: New Orleans. HEX triplet: EA, C3 and 8A. RGB value is (234,195,138). Sum of RGB (Red+Green+Blue) = 234+195+138=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC38A is #153C75. Grayscale: #C8C8C8. Windows color (decimal): -1391734 or 9094122. OLE color: 9094122.
HSL color Cylindrical-coordinate representation of color #EAC38A: hue angle of 35.62º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAC38A is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 138 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.08 |
| HSL | 35.63º | 0.7% | 0.73% | - |
| HSV(B) | 35.63º | 0.41% | 0.92% | - |
| XYZ | 58.03 | 58.36 | 32.25 | - |
| YUV | 200.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 138 | 0 | 0.17 | 0.41 | 0.08 | 35.63 | 0.7 | 0.73 |
| Hex | EA | C3 | 8A | 0 | 11 | 29 | 8 | 24 | 46 | 49 |
| Octal | 352 | 303 | 212 | 0 | 21 | 51 | 10 | 44 | 106 | 111 |
| Binary | 11101010 | 11000011 | 10001010 | 0 | 10001 | 101001 | 1000 | 100100 | 1000110 | 1001001 |
Color Harmonies of #EAC38A
Complementary color
Monochromatic Colors of #EAC38A
Black with #EAC38A
Text Example
Text Example
White with #EAC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC38A; }
p { color: rgb(234,195,138); }
H1.HeaderClassName
{
color: #EAC38A;
}
.AnyTagClassName
{
color: #EAC38A;
}
</style>
background-color css
<style>
a { background-color: #EAC38A; }
a { background-color: rgb(234,195,138); }
div.DivClassName
{
background-color: #EAC38A;
}
.BgClassName
{
background-color: #EAC38A;
}
</style>
border-color css
<style>
span { border-color: #EAC38A; }
span { border-color: rgb(234,195,138); }
td.TdClassName
{
border-color: #EAC38A;
}
.TagClassName
{
border-color: #EAC38A;
}
</style>