Shades of New Orleans #E8C28F
Tints of New Orleans #E8C28F
RGB
CMYK
RGB Variations
Color information
#E8C28F (or 0xE8C28F) is known color: New Orleans. HEX triplet: E8, C2 and 8F. RGB value is (232,194,143). Sum of RGB (Red+Green+Blue) = 232+194+143=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C28F is #173D70. Grayscale: #C7C7C7. Windows color (decimal): -1523057 or 9421544. OLE color: 9421544.
HSL color Cylindrical-coordinate representation of color #E8C28F: hue angle of 34.38º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8C28F is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 194 | 143 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.09 |
| HSL | 34.38º | 0.66% | 0.74% | - |
| HSV(B) | 34.38º | 0.38% | 0.91% | - |
| XYZ | 57.53 | 57.72 | 34.1 | - |
| YUV | 199.55 | 96.09 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 194 | 143 | 0 | 0.16 | 0.38 | 0.09 | 34.38 | 0.66 | 0.74 |
| Hex | E8 | C2 | 8F | 0 | 10 | 26 | 9 | 22 | 42 | 4A |
| Octal | 350 | 302 | 217 | 0 | 20 | 46 | 11 | 42 | 102 | 112 |
| Binary | 11101000 | 11000010 | 10001111 | 0 | 10000 | 100110 | 1001 | 100010 | 1000010 | 1001010 |
Color Harmonies of #E8C28F
Complementary color
Monochromatic Colors of #E8C28F
Black with #E8C28F
Text Example
Text Example
White with #E8C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C28F; }
p { color: rgb(232,194,143); }
H1.HeaderClassName
{
color: #E8C28F;
}
.AnyTagClassName
{
color: #E8C28F;
}
</style>
background-color css
<style>
a { background-color: #E8C28F; }
a { background-color: rgb(232,194,143); }
div.DivClassName
{
background-color: #E8C28F;
}
.BgClassName
{
background-color: #E8C28F;
}
</style>
border-color css
<style>
span { border-color: #E8C28F; }
span { border-color: rgb(232,194,143); }
td.TdClassName
{
border-color: #E8C28F;
}
.TagClassName
{
border-color: #E8C28F;
}
</style>