Shades of New Orleans #E6BF81
Tints of New Orleans #E6BF81
RGB
CMYK
RGB Variations
Color information
#E6BF81 (or 0xE6BF81) is known color: New Orleans. HEX triplet: E6, BF and 81. RGB value is (230,191,129). Sum of RGB (Red+Green+Blue) = 230+191+129=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BF81 is #19407E. Grayscale: #C3C3C3. Windows color (decimal): -1654911 or 8503270. OLE color: 8503270.
HSL color Cylindrical-coordinate representation of color #E6BF81: hue angle of 36.83º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6BF81 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 129 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.10 |
| HSL | 36.83º | 0.67% | 0.7% | - |
| HSV(B) | 36.83º | 0.44% | 0.9% | - |
| XYZ | 55.23 | 55.67 | 28.6 | - |
| YUV | 195.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 129 | 0 | 0.17 | 0.44 | 0.10 | 36.83 | 0.67 | 0.7 |
| Hex | E6 | BF | 81 | 0 | 11 | 2C | A | 25 | 43 | 46 |
| Octal | 346 | 277 | 201 | 0 | 21 | 54 | 12 | 45 | 103 | 106 |
| Binary | 11100110 | 10111111 | 10000001 | 0 | 10001 | 101100 | 1010 | 100101 | 1000011 | 1000110 |
Color Harmonies of #E6BF81
Complementary color
Monochromatic Colors of #E6BF81
Black with #E6BF81
Text Example
Text Example
White with #E6BF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF81; }
p { color: rgb(230,191,129); }
H1.HeaderClassName
{
color: #E6BF81;
}
.AnyTagClassName
{
color: #E6BF81;
}
</style>
background-color css
<style>
a { background-color: #E6BF81; }
a { background-color: rgb(230,191,129); }
div.DivClassName
{
background-color: #E6BF81;
}
.BgClassName
{
background-color: #E6BF81;
}
</style>
border-color css
<style>
span { border-color: #E6BF81; }
span { border-color: rgb(230,191,129); }
td.TdClassName
{
border-color: #E6BF81;
}
.TagClassName
{
border-color: #E6BF81;
}
</style>