Shades of New Orleans #EEC48B
Tints of New Orleans #EEC48B
RGB
CMYK
RGB Variations
Color information
#EEC48B (or 0xEEC48B) is known color: New Orleans. HEX triplet: EE, C4 and 8B. RGB value is (238,196,139). Sum of RGB (Red+Green+Blue) = 238+196+139=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 139 (54.69% from 255 or 24.26% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC48B is #113B74. Grayscale: #CACACA. Windows color (decimal): -1129333 or 9159918. OLE color: 9159918.
HSL color Cylindrical-coordinate representation of color #EEC48B: hue angle of 34.55º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEC48B is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 139 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.07 |
| HSL | 34.55º | 0.74% | 0.74% | - |
| HSV(B) | 34.55º | 0.42% | 0.93% | - |
| XYZ | 59.66 | 59.52 | 32.77 | - |
| YUV | 202.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 139 | 0 | 0.18 | 0.42 | 0.07 | 34.55 | 0.74 | 0.74 |
| Hex | EE | C4 | 8B | 0 | 12 | 2A | 7 | 23 | 4A | 4A |
| Octal | 356 | 304 | 213 | 0 | 22 | 52 | 7 | 43 | 112 | 112 |
| Binary | 11101110 | 11000100 | 10001011 | 0 | 10010 | 101010 | 111 | 100011 | 1001010 | 1001010 |
Color Harmonies of #EEC48B
Complementary color
Monochromatic Colors of #EEC48B
Black with #EEC48B
Text Example
Text Example
White with #EEC48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC48B; }
p { color: rgb(238,196,139); }
H1.HeaderClassName
{
color: #EEC48B;
}
.AnyTagClassName
{
color: #EEC48B;
}
</style>
background-color css
<style>
a { background-color: #EEC48B; }
a { background-color: rgb(238,196,139); }
div.DivClassName
{
background-color: #EEC48B;
}
.BgClassName
{
background-color: #EEC48B;
}
</style>
border-color css
<style>
span { border-color: #EEC48B; }
span { border-color: rgb(238,196,139); }
td.TdClassName
{
border-color: #EEC48B;
}
.TagClassName
{
border-color: #EEC48B;
}
</style>