Shades of New Orleans #E4C290
Tints of New Orleans #E4C290
RGB
CMYK
RGB Variations
Color information
#E4C290 (or 0xE4C290) is known color: New Orleans. HEX triplet: E4, C2 and 90. RGB value is (228,194,144). Sum of RGB (Red+Green+Blue) = 228+194+144=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4C290 is #1B3D6F. Grayscale: #C6C6C6. Windows color (decimal): -1785200 or 9487076. OLE color: 9487076.
HSL color Cylindrical-coordinate representation of color #E4C290: hue angle of 35.71º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E4C290 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 194 | 144 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.11 |
| HSL | 35.71º | 0.61% | 0.73% | - |
| HSV(B) | 35.71º | 0.37% | 0.89% | - |
| XYZ | 56.32 | 57.09 | 34.44 | - |
| YUV | 198.47 | 97.26 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 194 | 144 | 0 | 0.15 | 0.37 | 0.11 | 35.71 | 0.61 | 0.73 |
| Hex | E4 | C2 | 90 | 0 | F | 25 | B | 24 | 3D | 49 |
| Octal | 344 | 302 | 220 | 0 | 17 | 45 | 13 | 44 | 75 | 111 |
| Binary | 11100100 | 11000010 | 10010000 | 0 | 1111 | 100101 | 1011 | 100100 | 111101 | 1001001 |
Color Harmonies of #E4C290
Complementary color
Monochromatic Colors of #E4C290
Black with #E4C290
Text Example
Text Example
White with #E4C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C290; }
p { color: rgb(228,194,144); }
H1.HeaderClassName
{
color: #E4C290;
}
.AnyTagClassName
{
color: #E4C290;
}
</style>
background-color css
<style>
a { background-color: #E4C290; }
a { background-color: rgb(228,194,144); }
div.DivClassName
{
background-color: #E4C290;
}
.BgClassName
{
background-color: #E4C290;
}
</style>
border-color css
<style>
span { border-color: #E4C290; }
span { border-color: rgb(228,194,144); }
td.TdClassName
{
border-color: #E4C290;
}
.TagClassName
{
border-color: #E4C290;
}
</style>