Shades of New Orleans #E6BF85
Tints of New Orleans #E6BF85
RGB
CMYK
RGB Variations
Color information
#E6BF85 (or 0xE6BF85) is known color: New Orleans. HEX triplet: E6, BF and 85. RGB value is (230,191,133). Sum of RGB (Red+Green+Blue) = 230+191+133=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BF85 is #19407A. Grayscale: #C4C4C4. Windows color (decimal): -1654907 or 8765414. OLE color: 8765414.
HSL color Cylindrical-coordinate representation of color #E6BF85: hue angle of 35.88º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E6BF85 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 133 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.10 |
| HSL | 35.88º | 0.66% | 0.71% | - |
| HSV(B) | 35.88º | 0.42% | 0.9% | - |
| XYZ | 55.5 | 55.78 | 30.03 | - |
| YUV | 196.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 133 | 0 | 0.17 | 0.42 | 0.10 | 35.88 | 0.66 | 0.71 |
| Hex | E6 | BF | 85 | 0 | 11 | 2A | A | 24 | 42 | 47 |
| Octal | 346 | 277 | 205 | 0 | 21 | 52 | 12 | 44 | 102 | 107 |
| Binary | 11100110 | 10111111 | 10000101 | 0 | 10001 | 101010 | 1010 | 100100 | 1000010 | 1000111 |
Color Harmonies of #E6BF85
Complementary color
Monochromatic Colors of #E6BF85
Black with #E6BF85
Text Example
Text Example
White with #E6BF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF85; }
p { color: rgb(230,191,133); }
H1.HeaderClassName
{
color: #E6BF85;
}
.AnyTagClassName
{
color: #E6BF85;
}
</style>
background-color css
<style>
a { background-color: #E6BF85; }
a { background-color: rgb(230,191,133); }
div.DivClassName
{
background-color: #E6BF85;
}
.BgClassName
{
background-color: #E6BF85;
}
</style>
border-color css
<style>
span { border-color: #E6BF85; }
span { border-color: rgb(230,191,133); }
td.TdClassName
{
border-color: #E6BF85;
}
.TagClassName
{
border-color: #E6BF85;
}
</style>