Shades of New Orleans #EEC38C
Tints of New Orleans #EEC38C
RGB
CMYK
RGB Variations
Color information
#EEC38C (or 0xEEC38C) is known color: New Orleans. HEX triplet: EE, C3 and 8C. RGB value is (238,195,140). Sum of RGB (Red+Green+Blue) = 238+195+140=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC38C is #113C73. Grayscale: #C9C9C9. Windows color (decimal): -1129588 or 9225198. OLE color: 9225198.
HSL color Cylindrical-coordinate representation of color #EEC38C: hue angle of 33.67º 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 #EEC38C is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 140 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.07 |
| HSL | 33.67º | 0.74% | 0.74% | - |
| HSV(B) | 33.67º | 0.41% | 0.93% | - |
| XYZ | 59.51 | 59.1 | 33.08 | - |
| YUV | 201.59 | 93.25 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 140 | 0 | 0.18 | 0.41 | 0.07 | 33.67 | 0.74 | 0.74 |
| Hex | EE | C3 | 8C | 0 | 12 | 29 | 7 | 22 | 4A | 4A |
| Octal | 356 | 303 | 214 | 0 | 22 | 51 | 7 | 42 | 112 | 112 |
| Binary | 11101110 | 11000011 | 10001100 | 0 | 10010 | 101001 | 111 | 100010 | 1001010 | 1001010 |
Color Harmonies of #EEC38C
Complementary color
Monochromatic Colors of #EEC38C
Black with #EEC38C
Text Example
Text Example
White with #EEC38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC38C; }
p { color: rgb(238,195,140); }
H1.HeaderClassName
{
color: #EEC38C;
}
.AnyTagClassName
{
color: #EEC38C;
}
</style>
background-color css
<style>
a { background-color: #EEC38C; }
a { background-color: rgb(238,195,140); }
div.DivClassName
{
background-color: #EEC38C;
}
.BgClassName
{
background-color: #EEC38C;
}
</style>
border-color css
<style>
span { border-color: #EEC38C; }
span { border-color: rgb(238,195,140); }
td.TdClassName
{
border-color: #EEC38C;
}
.TagClassName
{
border-color: #EEC38C;
}
</style>