Shades of New Orleans #E5C38C
Tints of New Orleans #E5C38C
RGB
CMYK
RGB Variations
Color information
#E5C38C (or 0xE5C38C) is known color: New Orleans. HEX triplet: E5, C3 and 8C. RGB value is (229,195,140). Sum of RGB (Red+Green+Blue) = 229+195+140=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C38C is #1A3C73. Grayscale: #C7C7C7. Windows color (decimal): -1719412 or 9225189. OLE color: 9225189.
HSL color Cylindrical-coordinate representation of color #E5C38C: hue angle of 37.08º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5C38C is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 140 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.10 |
| HSL | 37.08º | 0.63% | 0.72% | - |
| HSV(B) | 37.08º | 0.39% | 0.9% | - |
| XYZ | 56.56 | 57.58 | 32.94 | - |
| YUV | 198.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 140 | 0 | 0.15 | 0.39 | 0.10 | 37.08 | 0.63 | 0.72 |
| Hex | E5 | C3 | 8C | 0 | F | 27 | A | 25 | 3F | 48 |
| Octal | 345 | 303 | 214 | 0 | 17 | 47 | 12 | 45 | 77 | 110 |
| Binary | 11100101 | 11000011 | 10001100 | 0 | 1111 | 100111 | 1010 | 100101 | 111111 | 1001000 |
Color Harmonies of #E5C38C
Complementary color
Monochromatic Colors of #E5C38C
Black with #E5C38C
Text Example
Text Example
White with #E5C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C38C; }
p { color: rgb(229,195,140); }
H1.HeaderClassName
{
color: #E5C38C;
}
.AnyTagClassName
{
color: #E5C38C;
}
</style>
background-color css
<style>
a { background-color: #E5C38C; }
a { background-color: rgb(229,195,140); }
div.DivClassName
{
background-color: #E5C38C;
}
.BgClassName
{
background-color: #E5C38C;
}
</style>
border-color css
<style>
span { border-color: #E5C38C; }
span { border-color: rgb(229,195,140); }
td.TdClassName
{
border-color: #E5C38C;
}
.TagClassName
{
border-color: #E5C38C;
}
</style>