Shades of New Orleans #E7C28F
Tints of New Orleans #E7C28F
RGB
CMYK
RGB Variations
Color information
#E7C28F (or 0xE7C28F) is known color: New Orleans. HEX triplet: E7, C2 and 8F. RGB value is (231,194,143). Sum of RGB (Red+Green+Blue) = 231+194+143=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C28F is #183D70. Grayscale: #C7C7C7. Windows color (decimal): -1588593 or 9421543. OLE color: 9421543.
HSL color Cylindrical-coordinate representation of color #E7C28F: hue angle of 34.77º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7C28F is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 194 | 143 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.09 |
| HSL | 34.77º | 0.65% | 0.73% | - |
| HSV(B) | 34.77º | 0.38% | 0.91% | - |
| XYZ | 57.2 | 57.56 | 34.08 | - |
| YUV | 199.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 194 | 143 | 0 | 0.16 | 0.38 | 0.09 | 34.77 | 0.65 | 0.73 |
| Hex | E7 | C2 | 8F | 0 | 10 | 26 | 9 | 23 | 41 | 49 |
| Octal | 347 | 302 | 217 | 0 | 20 | 46 | 11 | 43 | 101 | 111 |
| Binary | 11100111 | 11000010 | 10001111 | 0 | 10000 | 100110 | 1001 | 100011 | 1000001 | 1001001 |
Color Harmonies of #E7C28F
Complementary color
Monochromatic Colors of #E7C28F
Black with #E7C28F
Text Example
Text Example
White with #E7C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C28F; }
p { color: rgb(231,194,143); }
H1.HeaderClassName
{
color: #E7C28F;
}
.AnyTagClassName
{
color: #E7C28F;
}
</style>
background-color css
<style>
a { background-color: #E7C28F; }
a { background-color: rgb(231,194,143); }
div.DivClassName
{
background-color: #E7C28F;
}
.BgClassName
{
background-color: #E7C28F;
}
</style>
border-color css
<style>
span { border-color: #E7C28F; }
span { border-color: rgb(231,194,143); }
td.TdClassName
{
border-color: #E7C28F;
}
.TagClassName
{
border-color: #E7C28F;
}
</style>