Shades of New Orleans #EBC68B
Tints of New Orleans #EBC68B
RGB
CMYK
RGB Variations
Color information
#EBC68B (or 0xEBC68B) is known color: New Orleans. HEX triplet: EB, C6 and 8B. RGB value is (235,198,139). Sum of RGB (Red+Green+Blue) = 235+198+139=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC68B is #143974. Grayscale: #CACACA. Windows color (decimal): -1325429 or 9160427. OLE color: 9160427.
HSL color Cylindrical-coordinate representation of color #EBC68B: hue angle of 36.88º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBC68B is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 139 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.08 |
| HSL | 36.88º | 0.71% | 0.73% | - |
| HSV(B) | 36.88º | 0.41% | 0.92% | - |
| XYZ | 59.12 | 59.91 | 32.88 | - |
| YUV | 202.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 139 | 0 | 0.16 | 0.41 | 0.08 | 36.88 | 0.71 | 0.73 |
| Hex | EB | C6 | 8B | 0 | 10 | 29 | 8 | 25 | 47 | 49 |
| Octal | 353 | 306 | 213 | 0 | 20 | 51 | 10 | 45 | 107 | 111 |
| Binary | 11101011 | 11000110 | 10001011 | 0 | 10000 | 101001 | 1000 | 100101 | 1000111 | 1001001 |
Color Harmonies of #EBC68B
Complementary color
Monochromatic Colors of #EBC68B
Black with #EBC68B
Text Example
Text Example
White with #EBC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC68B; }
p { color: rgb(235,198,139); }
H1.HeaderClassName
{
color: #EBC68B;
}
.AnyTagClassName
{
color: #EBC68B;
}
</style>
background-color css
<style>
a { background-color: #EBC68B; }
a { background-color: rgb(235,198,139); }
div.DivClassName
{
background-color: #EBC68B;
}
.BgClassName
{
background-color: #EBC68B;
}
</style>
border-color css
<style>
span { border-color: #EBC68B; }
span { border-color: rgb(235,198,139); }
td.TdClassName
{
border-color: #EBC68B;
}
.TagClassName
{
border-color: #EBC68B;
}
</style>