Shades of New Orleans #EEC58D
Tints of New Orleans #EEC58D
RGB
CMYK
RGB Variations
Color information
#EEC58D (or 0xEEC58D) is known color: New Orleans. HEX triplet: EE, C5 and 8D. RGB value is (238,197,141). Sum of RGB (Red+Green+Blue) = 238+197+141=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC58D is #113A72. Grayscale: #CBCBCB. Windows color (decimal): -1129075 or 9291246. OLE color: 9291246.
HSL color Cylindrical-coordinate representation of color #EEC58D: hue angle of 34.64º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEC58D is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 141 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.07 |
| HSL | 34.64º | 0.74% | 0.74% | - |
| HSV(B) | 34.64º | 0.41% | 0.93% | - |
| XYZ | 60.03 | 60.03 | 33.62 | - |
| YUV | 202.88 | 93.08 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 141 | 0 | 0.17 | 0.41 | 0.07 | 34.64 | 0.74 | 0.74 |
| Hex | EE | C5 | 8D | 0 | 11 | 29 | 7 | 23 | 4A | 4A |
| Octal | 356 | 305 | 215 | 0 | 21 | 51 | 7 | 43 | 112 | 112 |
| Binary | 11101110 | 11000101 | 10001101 | 0 | 10001 | 101001 | 111 | 100011 | 1001010 | 1001010 |
Color Harmonies of #EEC58D
Complementary color
Monochromatic Colors of #EEC58D
Black with #EEC58D
Text Example
Text Example
White with #EEC58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC58D; }
p { color: rgb(238,197,141); }
H1.HeaderClassName
{
color: #EEC58D;
}
.AnyTagClassName
{
color: #EEC58D;
}
</style>
background-color css
<style>
a { background-color: #EEC58D; }
a { background-color: rgb(238,197,141); }
div.DivClassName
{
background-color: #EEC58D;
}
.BgClassName
{
background-color: #EEC58D;
}
</style>
border-color css
<style>
span { border-color: #EEC58D; }
span { border-color: rgb(238,197,141); }
td.TdClassName
{
border-color: #EEC58D;
}
.TagClassName
{
border-color: #EEC58D;
}
</style>