Shades of New Orleans #E6C98F
Tints of New Orleans #E6C98F
RGB
CMYK
RGB Variations
Color information
#E6C98F (or 0xE6C98F) is known color: New Orleans. HEX triplet: E6, C9 and 8F. RGB value is (230,201,143). Sum of RGB (Red+Green+Blue) = 230+201+143=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 143 (56.25% from 255 or 24.91% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C98F is #193670. Grayscale: #CBCBCB. Windows color (decimal): -1652337 or 9423334. OLE color: 9423334.
HSL color Cylindrical-coordinate representation of color #E6C98F: hue angle of 40º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6C98F is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 201 | 143 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.10 |
| HSL | 40º | 0.64% | 0.73% | - |
| HSV(B) | 40º | 0.38% | 0.9% | - |
| XYZ | 58.48 | 60.58 | 34.6 | - |
| YUV | 203.06 | 94.11 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 143 | 0 | 0.13 | 0.38 | 0.10 | 40 | 0.64 | 0.73 |
| Hex | E6 | C9 | 8F | 0 | D | 26 | A | 28 | 40 | 49 |
| Octal | 346 | 311 | 217 | 0 | 15 | 46 | 12 | 50 | 100 | 111 |
| Binary | 11100110 | 11001001 | 10001111 | 0 | 1101 | 100110 | 1010 | 101000 | 1000000 | 1001001 |
Color Harmonies of #E6C98F
Complementary color
Monochromatic Colors of #E6C98F
Black with #E6C98F
Text Example
Text Example
White with #E6C98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C98F; }
p { color: rgb(230,201,143); }
H1.HeaderClassName
{
color: #E6C98F;
}
.AnyTagClassName
{
color: #E6C98F;
}
</style>
background-color css
<style>
a { background-color: #E6C98F; }
a { background-color: rgb(230,201,143); }
div.DivClassName
{
background-color: #E6C98F;
}
.BgClassName
{
background-color: #E6C98F;
}
</style>
border-color css
<style>
span { border-color: #E6C98F; }
span { border-color: rgb(230,201,143); }
td.TdClassName
{
border-color: #E6C98F;
}
.TagClassName
{
border-color: #E6C98F;
}
</style>