Shades of New Orleans #EBC88C
Tints of New Orleans #EBC88C
RGB
CMYK
RGB Variations
Color information
#EBC88C (or 0xEBC88C) is known color: New Orleans. HEX triplet: EB, C8 and 8C. RGB value is (235,200,140). Sum of RGB (Red+Green+Blue) = 235+200+140=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC88C is #143773. Grayscale: #CBCBCB. Windows color (decimal): -1324916 or 9226475. OLE color: 9226475.
HSL color Cylindrical-coordinate representation of color #EBC88C: hue angle of 37.89º 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 #EBC88C is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 140 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.08 |
| HSL | 37.89º | 0.7% | 0.74% | - |
| HSV(B) | 37.89º | 0.4% | 0.92% | - |
| XYZ | 59.65 | 60.86 | 33.42 | - |
| YUV | 203.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 140 | 0 | 0.15 | 0.40 | 0.08 | 37.89 | 0.7 | 0.74 |
| Hex | EB | C8 | 8C | 0 | F | 28 | 8 | 26 | 46 | 4A |
| Octal | 353 | 310 | 214 | 0 | 17 | 50 | 10 | 46 | 106 | 112 |
| Binary | 11101011 | 11001000 | 10001100 | 0 | 1111 | 101000 | 1000 | 100110 | 1000110 | 1001010 |
Color Harmonies of #EBC88C
Complementary color
Monochromatic Colors of #EBC88C
Black with #EBC88C
Text Example
Text Example
White with #EBC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC88C; }
p { color: rgb(235,200,140); }
H1.HeaderClassName
{
color: #EBC88C;
}
.AnyTagClassName
{
color: #EBC88C;
}
</style>
background-color css
<style>
a { background-color: #EBC88C; }
a { background-color: rgb(235,200,140); }
div.DivClassName
{
background-color: #EBC88C;
}
.BgClassName
{
background-color: #EBC88C;
}
</style>
border-color css
<style>
span { border-color: #EBC88C; }
span { border-color: rgb(235,200,140); }
td.TdClassName
{
border-color: #EBC88C;
}
.TagClassName
{
border-color: #EBC88C;
}
</style>