Shades of New Orleans #E8C28D
Tints of New Orleans #E8C28D
RGB
CMYK
RGB Variations
Color information
#E8C28D (or 0xE8C28D) is known color: New Orleans. HEX triplet: E8, C2 and 8D. RGB value is (232,194,141). Sum of RGB (Red+Green+Blue) = 232+194+141=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C28D is #173D72. Grayscale: #C7C7C7. Windows color (decimal): -1523059 or 9290472. OLE color: 9290472.
HSL color Cylindrical-coordinate representation of color #E8C28D: hue angle of 34.95º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E8C28D is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 194 | 141 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.09 |
| HSL | 34.95º | 0.66% | 0.73% | - |
| HSV(B) | 34.95º | 0.39% | 0.91% | - |
| XYZ | 57.38 | 57.66 | 33.31 | - |
| YUV | 199.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 194 | 141 | 0 | 0.16 | 0.39 | 0.09 | 34.95 | 0.66 | 0.73 |
| Hex | E8 | C2 | 8D | 0 | 10 | 27 | 9 | 23 | 42 | 49 |
| Octal | 350 | 302 | 215 | 0 | 20 | 47 | 11 | 43 | 102 | 111 |
| Binary | 11101000 | 11000010 | 10001101 | 0 | 10000 | 100111 | 1001 | 100011 | 1000010 | 1001001 |
Color Harmonies of #E8C28D
Complementary color
Monochromatic Colors of #E8C28D
Black with #E8C28D
Text Example
Text Example
White with #E8C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C28D; }
p { color: rgb(232,194,141); }
H1.HeaderClassName
{
color: #E8C28D;
}
.AnyTagClassName
{
color: #E8C28D;
}
</style>
background-color css
<style>
a { background-color: #E8C28D; }
a { background-color: rgb(232,194,141); }
div.DivClassName
{
background-color: #E8C28D;
}
.BgClassName
{
background-color: #E8C28D;
}
</style>
border-color css
<style>
span { border-color: #E8C28D; }
span { border-color: rgb(232,194,141); }
td.TdClassName
{
border-color: #E8C28D;
}
.TagClassName
{
border-color: #E8C28D;
}
</style>