Shades of New Orleans #E6C380
Tints of New Orleans #E6C380
RGB
CMYK
RGB Variations
Color information
#E6C380 (or 0xE6C380) is known color: New Orleans. HEX triplet: E6, C3 and 80. RGB value is (230,195,128). Sum of RGB (Red+Green+Blue) = 230+195+128=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C380 is #193C7F. Grayscale: #C6C6C6. Windows color (decimal): -1653888 or 8438758. OLE color: 8438758.
HSL color Cylindrical-coordinate representation of color #E6C380: hue angle of 39.41º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6C380 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 128 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.10 |
| HSL | 39.41º | 0.67% | 0.7% | - |
| HSV(B) | 39.41º | 0.44% | 0.9% | - |
| XYZ | 56.04 | 57.41 | 28.55 | - |
| YUV | 197.83 | 88.6 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 128 | 0 | 0.15 | 0.44 | 0.10 | 39.41 | 0.67 | 0.7 |
| Hex | E6 | C3 | 80 | 0 | F | 2C | A | 27 | 43 | 46 |
| Octal | 346 | 303 | 200 | 0 | 17 | 54 | 12 | 47 | 103 | 106 |
| Binary | 11100110 | 11000011 | 10000000 | 0 | 1111 | 101100 | 1010 | 100111 | 1000011 | 1000110 |
Color Harmonies of #E6C380
Complementary color
Monochromatic Colors of #E6C380
Black with #E6C380
Text Example
Text Example
White with #E6C380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C380; }
p { color: rgb(230,195,128); }
H1.HeaderClassName
{
color: #E6C380;
}
.AnyTagClassName
{
color: #E6C380;
}
</style>
background-color css
<style>
a { background-color: #E6C380; }
a { background-color: rgb(230,195,128); }
div.DivClassName
{
background-color: #E6C380;
}
.BgClassName
{
background-color: #E6C380;
}
</style>
border-color css
<style>
span { border-color: #E6C380; }
span { border-color: rgb(230,195,128); }
td.TdClassName
{
border-color: #E6C380;
}
.TagClassName
{
border-color: #E6C380;
}
</style>