Shades of New Orleans #EBC288
Tints of New Orleans #EBC288
RGB
CMYK
RGB Variations
Color information
#EBC288 (or 0xEBC288) is known color: New Orleans. HEX triplet: EB, C2 and 88. RGB value is (235,194,136). Sum of RGB (Red+Green+Blue) = 235+194+136=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC288 is #143D77. Grayscale: #C7C7C7. Windows color (decimal): -1326456 or 8962795. OLE color: 8962795.
HSL color Cylindrical-coordinate representation of color #EBC288: hue angle of 35.15º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EBC288 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 136 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.08 |
| HSL | 35.15º | 0.71% | 0.73% | - |
| HSV(B) | 35.15º | 0.42% | 0.92% | - |
| XYZ | 58 | 58.02 | 31.44 | - |
| YUV | 199.65 | 92.08 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 136 | 0 | 0.17 | 0.42 | 0.08 | 35.15 | 0.71 | 0.73 |
| Hex | EB | C2 | 88 | 0 | 11 | 2A | 8 | 23 | 47 | 49 |
| Octal | 353 | 302 | 210 | 0 | 21 | 52 | 10 | 43 | 107 | 111 |
| Binary | 11101011 | 11000010 | 10001000 | 0 | 10001 | 101010 | 1000 | 100011 | 1000111 | 1001001 |
Color Harmonies of #EBC288
Complementary color
Monochromatic Colors of #EBC288
Black with #EBC288
Text Example
Text Example
White with #EBC288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC288; }
p { color: rgb(235,194,136); }
H1.HeaderClassName
{
color: #EBC288;
}
.AnyTagClassName
{
color: #EBC288;
}
</style>
background-color css
<style>
a { background-color: #EBC288; }
a { background-color: rgb(235,194,136); }
div.DivClassName
{
background-color: #EBC288;
}
.BgClassName
{
background-color: #EBC288;
}
</style>
border-color css
<style>
span { border-color: #EBC288; }
span { border-color: rgb(235,194,136); }
td.TdClassName
{
border-color: #EBC288;
}
.TagClassName
{
border-color: #EBC288;
}
</style>