Shades of New Orleans #E6C27D
Tints of New Orleans #E6C27D
RGB
CMYK
RGB Variations
Color information
#E6C27D (or 0xE6C27D) is known color: New Orleans. HEX triplet: E6, C2 and 7D. RGB value is (230,194,125). Sum of RGB (Red+Green+Blue) = 230+194+125=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C27D is #193D82. Grayscale: #C5C5C5. Windows color (decimal): -1654147 or 8241894. OLE color: 8241894.
HSL color Cylindrical-coordinate representation of color #E6C27D: hue angle of 39.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6C27D is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 194 | 125 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.10 |
| HSL | 39.43º | 0.68% | 0.7% | - |
| HSV(B) | 39.43º | 0.46% | 0.9% | - |
| XYZ | 55.63 | 56.89 | 27.45 | - |
| YUV | 196.9 | 87.43 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 125 | 0 | 0.16 | 0.46 | 0.10 | 39.43 | 0.68 | 0.7 |
| Hex | E6 | C2 | 7D | 0 | 10 | 2E | A | 27 | 44 | 46 |
| Octal | 346 | 302 | 175 | 0 | 20 | 56 | 12 | 47 | 104 | 106 |
| Binary | 11100110 | 11000010 | 1111101 | 0 | 10000 | 101110 | 1010 | 100111 | 1000100 | 1000110 |
Color Harmonies of #E6C27D
Complementary color
Monochromatic Colors of #E6C27D
Black with #E6C27D
Text Example
Text Example
White with #E6C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C27D; }
p { color: rgb(230,194,125); }
H1.HeaderClassName
{
color: #E6C27D;
}
.AnyTagClassName
{
color: #E6C27D;
}
</style>
background-color css
<style>
a { background-color: #E6C27D; }
a { background-color: rgb(230,194,125); }
div.DivClassName
{
background-color: #E6C27D;
}
.BgClassName
{
background-color: #E6C27D;
}
</style>
border-color css
<style>
span { border-color: #E6C27D; }
span { border-color: rgb(230,194,125); }
td.TdClassName
{
border-color: #E6C27D;
}
.TagClassName
{
border-color: #E6C27D;
}
</style>