Shades of New Orleans #EBC48C
Tints of New Orleans #EBC48C
RGB
CMYK
RGB Variations
Color information
#EBC48C (or 0xEBC48C) is known color: New Orleans. HEX triplet: EB, C4 and 8C. RGB value is (235,196,140). Sum of RGB (Red+Green+Blue) = 235+196+140=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC48C is #143B73. Grayscale: #C9C9C9. Windows color (decimal): -1325940 or 9225451. OLE color: 9225451.
HSL color Cylindrical-coordinate representation of color #EBC48C: hue angle of 35.37º 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 #EBC48C is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 140 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.08 |
| HSL | 35.37º | 0.7% | 0.74% | - |
| HSV(B) | 35.37º | 0.4% | 0.92% | - |
| XYZ | 58.73 | 59.04 | 33.11 | - |
| YUV | 201.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 140 | 0 | 0.17 | 0.40 | 0.08 | 35.37 | 0.7 | 0.74 |
| Hex | EB | C4 | 8C | 0 | 11 | 28 | 8 | 23 | 46 | 4A |
| Octal | 353 | 304 | 214 | 0 | 21 | 50 | 10 | 43 | 106 | 112 |
| Binary | 11101011 | 11000100 | 10001100 | 0 | 10001 | 101000 | 1000 | 100011 | 1000110 | 1001010 |
Color Harmonies of #EBC48C
Complementary color
Monochromatic Colors of #EBC48C
Black with #EBC48C
Text Example
Text Example
White with #EBC48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC48C; }
p { color: rgb(235,196,140); }
H1.HeaderClassName
{
color: #EBC48C;
}
.AnyTagClassName
{
color: #EBC48C;
}
</style>
background-color css
<style>
a { background-color: #EBC48C; }
a { background-color: rgb(235,196,140); }
div.DivClassName
{
background-color: #EBC48C;
}
.BgClassName
{
background-color: #EBC48C;
}
</style>
border-color css
<style>
span { border-color: #EBC48C; }
span { border-color: rgb(235,196,140); }
td.TdClassName
{
border-color: #EBC48C;
}
.TagClassName
{
border-color: #EBC48C;
}
</style>