Shades of New Orleans #EEC48D
Tints of New Orleans #EEC48D
RGB
CMYK
RGB Variations
Color information
#EEC48D (or 0xEEC48D) is known color: New Orleans. HEX triplet: EE, C4 and 8D. RGB value is (238,196,141). Sum of RGB (Red+Green+Blue) = 238+196+141=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC48D is #113B72. Grayscale: #CACACA. Windows color (decimal): -1129331 or 9290990. OLE color: 9290990.
HSL color Cylindrical-coordinate representation of color #EEC48D: hue angle of 34.02º 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 #EEC48D is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 141 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.07 |
| HSL | 34.02º | 0.74% | 0.74% | - |
| HSV(B) | 34.02º | 0.41% | 0.93% | - |
| XYZ | 59.81 | 59.58 | 33.55 | - |
| YUV | 202.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 141 | 0 | 0.18 | 0.41 | 0.07 | 34.02 | 0.74 | 0.74 |
| Hex | EE | C4 | 8D | 0 | 12 | 29 | 7 | 22 | 4A | 4A |
| Octal | 356 | 304 | 215 | 0 | 22 | 51 | 7 | 42 | 112 | 112 |
| Binary | 11101110 | 11000100 | 10001101 | 0 | 10010 | 101001 | 111 | 100010 | 1001010 | 1001010 |
Color Harmonies of #EEC48D
Complementary color
Monochromatic Colors of #EEC48D
Black with #EEC48D
Text Example
Text Example
White with #EEC48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC48D; }
p { color: rgb(238,196,141); }
H1.HeaderClassName
{
color: #EEC48D;
}
.AnyTagClassName
{
color: #EEC48D;
}
</style>
background-color css
<style>
a { background-color: #EEC48D; }
a { background-color: rgb(238,196,141); }
div.DivClassName
{
background-color: #EEC48D;
}
.BgClassName
{
background-color: #EEC48D;
}
</style>
border-color css
<style>
span { border-color: #EEC48D; }
span { border-color: rgb(238,196,141); }
td.TdClassName
{
border-color: #EEC48D;
}
.TagClassName
{
border-color: #EEC48D;
}
</style>