Shades of New Orleans #E8C28B
Tints of New Orleans #E8C28B
RGB
CMYK
RGB Variations
Color information
#E8C28B (or 0xE8C28B) is known color: New Orleans. HEX triplet: E8, C2 and 8B. RGB value is (232,194,139). Sum of RGB (Red+Green+Blue) = 232+194+139=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C28B is #173D74. Grayscale: #C7C7C7. Windows color (decimal): -1523061 or 9159400. OLE color: 9159400.
HSL color Cylindrical-coordinate representation of color #E8C28B: hue angle of 35.48º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8C28B is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 194 | 139 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.09 |
| HSL | 35.48º | 0.67% | 0.73% | - |
| HSV(B) | 35.48º | 0.4% | 0.91% | - |
| XYZ | 57.23 | 57.6 | 32.53 | - |
| YUV | 199.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 194 | 139 | 0 | 0.16 | 0.40 | 0.09 | 35.48 | 0.67 | 0.73 |
| Hex | E8 | C2 | 8B | 0 | 10 | 28 | 9 | 23 | 43 | 49 |
| Octal | 350 | 302 | 213 | 0 | 20 | 50 | 11 | 43 | 103 | 111 |
| Binary | 11101000 | 11000010 | 10001011 | 0 | 10000 | 101000 | 1001 | 100011 | 1000011 | 1001001 |
Color Harmonies of #E8C28B
Complementary color
Monochromatic Colors of #E8C28B
Black with #E8C28B
Text Example
Text Example
White with #E8C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C28B; }
p { color: rgb(232,194,139); }
H1.HeaderClassName
{
color: #E8C28B;
}
.AnyTagClassName
{
color: #E8C28B;
}
</style>
background-color css
<style>
a { background-color: #E8C28B; }
a { background-color: rgb(232,194,139); }
div.DivClassName
{
background-color: #E8C28B;
}
.BgClassName
{
background-color: #E8C28B;
}
</style>
border-color css
<style>
span { border-color: #E8C28B; }
span { border-color: rgb(232,194,139); }
td.TdClassName
{
border-color: #E8C28B;
}
.TagClassName
{
border-color: #E8C28B;
}
</style>