Shades of New Orleans #E9C68B
Tints of New Orleans #E9C68B
RGB
CMYK
RGB Variations
Color information
#E9C68B (or 0xE9C68B) is known color: New Orleans. HEX triplet: E9, C6 and 8B. RGB value is (233,198,139). Sum of RGB (Red+Green+Blue) = 233+198+139=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C68B is #163974. Grayscale: #CACACA. Windows color (decimal): -1456501 or 9160425. OLE color: 9160425.
HSL color Cylindrical-coordinate representation of color #E9C68B: hue angle of 37.66º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E9C68B is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 198 | 139 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.09 |
| HSL | 37.66º | 0.68% | 0.73% | - |
| HSV(B) | 37.66º | 0.4% | 0.91% | - |
| XYZ | 58.46 | 59.58 | 32.84 | - |
| YUV | 201.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 198 | 139 | 0 | 0.15 | 0.40 | 0.09 | 37.66 | 0.68 | 0.73 |
| Hex | E9 | C6 | 8B | 0 | F | 28 | 9 | 26 | 44 | 49 |
| Octal | 351 | 306 | 213 | 0 | 17 | 50 | 11 | 46 | 104 | 111 |
| Binary | 11101001 | 11000110 | 10001011 | 0 | 1111 | 101000 | 1001 | 100110 | 1000100 | 1001001 |
Color Harmonies of #E9C68B
Complementary color
Monochromatic Colors of #E9C68B
Black with #E9C68B
Text Example
Text Example
White with #E9C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C68B; }
p { color: rgb(233,198,139); }
H1.HeaderClassName
{
color: #E9C68B;
}
.AnyTagClassName
{
color: #E9C68B;
}
</style>
background-color css
<style>
a { background-color: #E9C68B; }
a { background-color: rgb(233,198,139); }
div.DivClassName
{
background-color: #E9C68B;
}
.BgClassName
{
background-color: #E9C68B;
}
</style>
border-color css
<style>
span { border-color: #E9C68B; }
span { border-color: rgb(233,198,139); }
td.TdClassName
{
border-color: #E9C68B;
}
.TagClassName
{
border-color: #E9C68B;
}
</style>