Shades of New Orleans #EBC58F
Tints of New Orleans #EBC58F
RGB
CMYK
RGB Variations
Color information
#EBC58F (or 0xEBC58F) is known color: New Orleans. HEX triplet: EB, C5 and 8F. RGB value is (235,197,143). Sum of RGB (Red+Green+Blue) = 235+197+143=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC58F is #143A70. Grayscale: #CACACA. Windows color (decimal): -1325681 or 9422315. OLE color: 9422315.
HSL color Cylindrical-coordinate representation of color #EBC58F: hue angle of 35.22º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBC58F is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 143 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.08 |
| HSL | 35.22º | 0.7% | 0.74% | - |
| HSV(B) | 35.22º | 0.39% | 0.92% | - |
| XYZ | 59.19 | 59.58 | 34.37 | - |
| YUV | 202.21 | 94.59 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 143 | 0 | 0.16 | 0.39 | 0.08 | 35.22 | 0.7 | 0.74 |
| Hex | EB | C5 | 8F | 0 | 10 | 27 | 8 | 23 | 46 | 4A |
| Octal | 353 | 305 | 217 | 0 | 20 | 47 | 10 | 43 | 106 | 112 |
| Binary | 11101011 | 11000101 | 10001111 | 0 | 10000 | 100111 | 1000 | 100011 | 1000110 | 1001010 |
Color Harmonies of #EBC58F
Complementary color
Monochromatic Colors of #EBC58F
Black with #EBC58F
Text Example
Text Example
White with #EBC58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC58F; }
p { color: rgb(235,197,143); }
H1.HeaderClassName
{
color: #EBC58F;
}
.AnyTagClassName
{
color: #EBC58F;
}
</style>
background-color css
<style>
a { background-color: #EBC58F; }
a { background-color: rgb(235,197,143); }
div.DivClassName
{
background-color: #EBC58F;
}
.BgClassName
{
background-color: #EBC58F;
}
</style>
border-color css
<style>
span { border-color: #EBC58F; }
span { border-color: rgb(235,197,143); }
td.TdClassName
{
border-color: #EBC58F;
}
.TagClassName
{
border-color: #EBC58F;
}
</style>