Shades of New Orleans #E8C88F
Tints of New Orleans #E8C88F
RGB
CMYK
RGB Variations
Color information
#E8C88F (or 0xE8C88F) is known color: New Orleans. HEX triplet: E8, C8 and 8F. RGB value is (232,200,143). Sum of RGB (Red+Green+Blue) = 232+200+143=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C88F is #173770. Grayscale: #CBCBCB. Windows color (decimal): -1521521 or 9423080. OLE color: 9423080.
HSL color Cylindrical-coordinate representation of color #E8C88F: hue angle of 38.43º 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 #E8C88F is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 200 | 143 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.09 |
| HSL | 38.43º | 0.66% | 0.74% | - |
| HSV(B) | 38.43º | 0.38% | 0.91% | - |
| XYZ | 58.89 | 60.45 | 34.55 | - |
| YUV | 203.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 200 | 143 | 0 | 0.14 | 0.38 | 0.09 | 38.43 | 0.66 | 0.74 |
| Hex | E8 | C8 | 8F | 0 | E | 26 | 9 | 26 | 42 | 4A |
| Octal | 350 | 310 | 217 | 0 | 16 | 46 | 11 | 46 | 102 | 112 |
| Binary | 11101000 | 11001000 | 10001111 | 0 | 1110 | 100110 | 1001 | 100110 | 1000010 | 1001010 |
Color Harmonies of #E8C88F
Complementary color
Monochromatic Colors of #E8C88F
Black with #E8C88F
Text Example
Text Example
White with #E8C88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C88F; }
p { color: rgb(232,200,143); }
H1.HeaderClassName
{
color: #E8C88F;
}
.AnyTagClassName
{
color: #E8C88F;
}
</style>
background-color css
<style>
a { background-color: #E8C88F; }
a { background-color: rgb(232,200,143); }
div.DivClassName
{
background-color: #E8C88F;
}
.BgClassName
{
background-color: #E8C88F;
}
</style>
border-color css
<style>
span { border-color: #E8C88F; }
span { border-color: rgb(232,200,143); }
td.TdClassName
{
border-color: #E8C88F;
}
.TagClassName
{
border-color: #E8C88F;
}
</style>