Shades of New Orleans #E2BF85
Tints of New Orleans #E2BF85
RGB
CMYK
RGB Variations
Color information
#E2BF85 (or 0xE2BF85) is known color: New Orleans. HEX triplet: E2, BF and 85. RGB value is (226,191,133). Sum of RGB (Red+Green+Blue) = 226+191+133=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BF85 is #1D407A. Grayscale: #C3C3C3. Windows color (decimal): -1917051 or 8765410. OLE color: 8765410.
HSL color Cylindrical-coordinate representation of color #E2BF85: hue angle of 37.42º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2BF85 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 133 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.11 |
| HSL | 37.42º | 0.62% | 0.7% | - |
| HSV(B) | 37.42º | 0.41% | 0.89% | - |
| XYZ | 54.23 | 55.12 | 29.97 | - |
| YUV | 194.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 133 | 0 | 0.15 | 0.41 | 0.11 | 37.42 | 0.62 | 0.7 |
| Hex | E2 | BF | 85 | 0 | F | 29 | B | 25 | 3E | 46 |
| Octal | 342 | 277 | 205 | 0 | 17 | 51 | 13 | 45 | 76 | 106 |
| Binary | 11100010 | 10111111 | 10000101 | 0 | 1111 | 101001 | 1011 | 100101 | 111110 | 1000110 |
Color Harmonies of #E2BF85
Complementary color
Monochromatic Colors of #E2BF85
Black with #E2BF85
Text Example
Text Example
White with #E2BF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF85; }
p { color: rgb(226,191,133); }
H1.HeaderClassName
{
color: #E2BF85;
}
.AnyTagClassName
{
color: #E2BF85;
}
</style>
background-color css
<style>
a { background-color: #E2BF85; }
a { background-color: rgb(226,191,133); }
div.DivClassName
{
background-color: #E2BF85;
}
.BgClassName
{
background-color: #E2BF85;
}
</style>
border-color css
<style>
span { border-color: #E2BF85; }
span { border-color: rgb(226,191,133); }
td.TdClassName
{
border-color: #E2BF85;
}
.TagClassName
{
border-color: #E2BF85;
}
</style>