Shades of New Orleans #EBC78B
Tints of New Orleans #EBC78B
RGB
CMYK
RGB Variations
Color information
#EBC78B (or 0xEBC78B) is known color: New Orleans. HEX triplet: EB, C7 and 8B. RGB value is (235,199,139). Sum of RGB (Red+Green+Blue) = 235+199+139=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 139 (54.69% from 255 or 24.26% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC78B is #143874. Grayscale: #CBCBCB. Windows color (decimal): -1325173 or 9160683. OLE color: 9160683.
HSL color Cylindrical-coordinate representation of color #EBC78B: hue angle of 37.5º 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 #EBC78B is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 139 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.08 |
| HSL | 37.5º | 0.71% | 0.73% | - |
| HSV(B) | 37.5º | 0.41% | 0.92% | - |
| XYZ | 59.34 | 60.37 | 32.95 | - |
| YUV | 202.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 139 | 0 | 0.15 | 0.41 | 0.08 | 37.5 | 0.71 | 0.73 |
| Hex | EB | C7 | 8B | 0 | F | 29 | 8 | 26 | 47 | 49 |
| Octal | 353 | 307 | 213 | 0 | 17 | 51 | 10 | 46 | 107 | 111 |
| Binary | 11101011 | 11000111 | 10001011 | 0 | 1111 | 101001 | 1000 | 100110 | 1000111 | 1001001 |
Color Harmonies of #EBC78B
Complementary color
Monochromatic Colors of #EBC78B
Black with #EBC78B
Text Example
Text Example
White with #EBC78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC78B; }
p { color: rgb(235,199,139); }
H1.HeaderClassName
{
color: #EBC78B;
}
.AnyTagClassName
{
color: #EBC78B;
}
</style>
background-color css
<style>
a { background-color: #EBC78B; }
a { background-color: rgb(235,199,139); }
div.DivClassName
{
background-color: #EBC78B;
}
.BgClassName
{
background-color: #EBC78B;
}
</style>
border-color css
<style>
span { border-color: #EBC78B; }
span { border-color: rgb(235,199,139); }
td.TdClassName
{
border-color: #EBC78B;
}
.TagClassName
{
border-color: #EBC78B;
}
</style>