Shades of New Orleans #EBC68D
Tints of New Orleans #EBC68D
RGB
CMYK
RGB Variations
Color information
#EBC68D (or 0xEBC68D) is known color: New Orleans. HEX triplet: EB, C6 and 8D. RGB value is (235,198,141). Sum of RGB (Red+Green+Blue) = 235+198+141=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC68D is #143972. Grayscale: #CACACA. Windows color (decimal): -1325427 or 9291499. OLE color: 9291499.
HSL color Cylindrical-coordinate representation of color #EBC68D: hue angle of 36.38º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBC68D is Cyan = 0, Magento = 0.16, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 141 | - |
| CMYK | 0 | 0.16 | 0.4 | 0.08 |
| HSL | 36.38º | 0.7% | 0.74% | - |
| HSV(B) | 36.38º | 0.4% | 0.92% | - |
| XYZ | 59.26 | 59.97 | 33.65 | - |
| YUV | 202.57 | 93.26 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 141 | 0 | 0.16 | 0.4 | 0.08 | 36.38 | 0.7 | 0.74 |
| Hex | EB | C6 | 8D | 0 | 10 | 28 | 8 | 24 | 46 | 4A |
| Octal | 353 | 306 | 215 | 0 | 20 | 50 | 10 | 44 | 106 | 112 |
| Binary | 11101011 | 11000110 | 10001101 | 0 | 10000 | 101000 | 1000 | 100100 | 1000110 | 1001010 |
Color Harmonies of #EBC68D
Complementary color
Monochromatic Colors of #EBC68D
Black with #EBC68D
Text Example
Text Example
White with #EBC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC68D; }
p { color: rgb(235,198,141); }
H1.HeaderClassName
{
color: #EBC68D;
}
.AnyTagClassName
{
color: #EBC68D;
}
</style>
background-color css
<style>
a { background-color: #EBC68D; }
a { background-color: rgb(235,198,141); }
div.DivClassName
{
background-color: #EBC68D;
}
.BgClassName
{
background-color: #EBC68D;
}
</style>
border-color css
<style>
span { border-color: #EBC68D; }
span { border-color: rgb(235,198,141); }
td.TdClassName
{
border-color: #EBC68D;
}
.TagClassName
{
border-color: #EBC68D;
}
</style>