Shades of New Orleans #EBC68C
Tints of New Orleans #EBC68C
RGB
CMYK
RGB Variations
Color information
#EBC68C (or 0xEBC68C) is known color: New Orleans. HEX triplet: EB, C6 and 8C. RGB value is (235,198,140). Sum of RGB (Red+Green+Blue) = 235+198+140=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC68C is #143973. Grayscale: #CACACA. Windows color (decimal): -1325428 or 9225963. OLE color: 9225963.
HSL color Cylindrical-coordinate representation of color #EBC68C: hue angle of 36.63º 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 #EBC68C is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 140 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.08 |
| HSL | 36.63º | 0.7% | 0.74% | - |
| HSV(B) | 36.63º | 0.4% | 0.92% | - |
| XYZ | 59.19 | 59.94 | 33.26 | - |
| YUV | 202.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 140 | 0 | 0.16 | 0.40 | 0.08 | 36.63 | 0.7 | 0.74 |
| Hex | EB | C6 | 8C | 0 | 10 | 28 | 8 | 25 | 46 | 4A |
| Octal | 353 | 306 | 214 | 0 | 20 | 50 | 10 | 45 | 106 | 112 |
| Binary | 11101011 | 11000110 | 10001100 | 0 | 10000 | 101000 | 1000 | 100101 | 1000110 | 1001010 |
Color Harmonies of #EBC68C
Complementary color
Monochromatic Colors of #EBC68C
Black with #EBC68C
Text Example
Text Example
White with #EBC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC68C; }
p { color: rgb(235,198,140); }
H1.HeaderClassName
{
color: #EBC68C;
}
.AnyTagClassName
{
color: #EBC68C;
}
</style>
background-color css
<style>
a { background-color: #EBC68C; }
a { background-color: rgb(235,198,140); }
div.DivClassName
{
background-color: #EBC68C;
}
.BgClassName
{
background-color: #EBC68C;
}
</style>
border-color css
<style>
span { border-color: #EBC68C; }
span { border-color: rgb(235,198,140); }
td.TdClassName
{
border-color: #EBC68C;
}
.TagClassName
{
border-color: #EBC68C;
}
</style>