Shades of New Orleans #EBC38D
Tints of New Orleans #EBC38D
RGB
CMYK
RGB Variations
Color information
#EBC38D (or 0xEBC38D) is known color: New Orleans. HEX triplet: EB, C3 and 8D. RGB value is (235,195,141). Sum of RGB (Red+Green+Blue) = 235+195+141=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC38D is #143C72. Grayscale: #C9C9C9. Windows color (decimal): -1326195 or 9290731. OLE color: 9290731.
HSL color Cylindrical-coordinate representation of color #EBC38D: hue angle of 34.47º 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 #EBC38D is Cyan = 0, Magento = 0.17, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 141 | - |
| CMYK | 0 | 0.17 | 0.4 | 0.08 |
| HSL | 34.47º | 0.7% | 0.74% | - |
| HSV(B) | 34.47º | 0.4% | 0.92% | - |
| XYZ | 58.58 | 58.62 | 33.43 | - |
| YUV | 200.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 141 | 0 | 0.17 | 0.4 | 0.08 | 34.47 | 0.7 | 0.74 |
| Hex | EB | C3 | 8D | 0 | 11 | 28 | 8 | 22 | 46 | 4A |
| Octal | 353 | 303 | 215 | 0 | 21 | 50 | 10 | 42 | 106 | 112 |
| Binary | 11101011 | 11000011 | 10001101 | 0 | 10001 | 101000 | 1000 | 100010 | 1000110 | 1001010 |
Color Harmonies of #EBC38D
Complementary color
Monochromatic Colors of #EBC38D
Black with #EBC38D
Text Example
Text Example
White with #EBC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC38D; }
p { color: rgb(235,195,141); }
H1.HeaderClassName
{
color: #EBC38D;
}
.AnyTagClassName
{
color: #EBC38D;
}
</style>
background-color css
<style>
a { background-color: #EBC38D; }
a { background-color: rgb(235,195,141); }
div.DivClassName
{
background-color: #EBC38D;
}
.BgClassName
{
background-color: #EBC38D;
}
</style>
border-color css
<style>
span { border-color: #EBC38D; }
span { border-color: rgb(235,195,141); }
td.TdClassName
{
border-color: #EBC38D;
}
.TagClassName
{
border-color: #EBC38D;
}
</style>