Shades of New Orleans #EBC28C
Tints of New Orleans #EBC28C
RGB
CMYK
RGB Variations
Color information
#EBC28C (or 0xEBC28C) is known color: New Orleans. HEX triplet: EB, C2 and 8C. RGB value is (235,194,140). Sum of RGB (Red+Green+Blue) = 235+194+140=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC28C is #143D73. Grayscale: #C8C8C8. Windows color (decimal): -1326452 or 9224939. OLE color: 9224939.
HSL color Cylindrical-coordinate representation of color #EBC28C: hue angle of 34.11º 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 #EBC28C is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 140 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.08 |
| HSL | 34.11º | 0.7% | 0.74% | - |
| HSV(B) | 34.11º | 0.4% | 0.92% | - |
| XYZ | 58.29 | 58.14 | 32.96 | - |
| YUV | 200.1 | 94.08 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 140 | 0 | 0.17 | 0.40 | 0.08 | 34.11 | 0.7 | 0.74 |
| Hex | EB | C2 | 8C | 0 | 11 | 28 | 8 | 22 | 46 | 4A |
| Octal | 353 | 302 | 214 | 0 | 21 | 50 | 10 | 42 | 106 | 112 |
| Binary | 11101011 | 11000010 | 10001100 | 0 | 10001 | 101000 | 1000 | 100010 | 1000110 | 1001010 |
Color Harmonies of #EBC28C
Complementary color
Monochromatic Colors of #EBC28C
Black with #EBC28C
Text Example
Text Example
White with #EBC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC28C; }
p { color: rgb(235,194,140); }
H1.HeaderClassName
{
color: #EBC28C;
}
.AnyTagClassName
{
color: #EBC28C;
}
</style>
background-color css
<style>
a { background-color: #EBC28C; }
a { background-color: rgb(235,194,140); }
div.DivClassName
{
background-color: #EBC28C;
}
.BgClassName
{
background-color: #EBC28C;
}
</style>
border-color css
<style>
span { border-color: #EBC28C; }
span { border-color: rgb(235,194,140); }
td.TdClassName
{
border-color: #EBC28C;
}
.TagClassName
{
border-color: #EBC28C;
}
</style>