Shades of New Orleans #EBC28F
Tints of New Orleans #EBC28F
RGB
CMYK
RGB Variations
Color information
#EBC28F (or 0xEBC28F) is known color: New Orleans. HEX triplet: EB, C2 and 8F. RGB value is (235,194,143). Sum of RGB (Red+Green+Blue) = 235+194+143=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC28F is #143D70. Grayscale: #C8C8C8. Windows color (decimal): -1326449 or 9421547. OLE color: 9421547.
HSL color Cylindrical-coordinate representation of color #EBC28F: hue angle of 33.26º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBC28F is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 143 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.08 |
| HSL | 33.26º | 0.7% | 0.74% | - |
| HSV(B) | 33.26º | 0.39% | 0.92% | - |
| XYZ | 58.51 | 58.23 | 34.14 | - |
| YUV | 200.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 143 | 0 | 0.17 | 0.39 | 0.08 | 33.26 | 0.7 | 0.74 |
| Hex | EB | C2 | 8F | 0 | 11 | 27 | 8 | 21 | 46 | 4A |
| Octal | 353 | 302 | 217 | 0 | 21 | 47 | 10 | 41 | 106 | 112 |
| Binary | 11101011 | 11000010 | 10001111 | 0 | 10001 | 100111 | 1000 | 100001 | 1000110 | 1001010 |
Color Harmonies of #EBC28F
Complementary color
Monochromatic Colors of #EBC28F
Black with #EBC28F
Text Example
Text Example
White with #EBC28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC28F; }
p { color: rgb(235,194,143); }
H1.HeaderClassName
{
color: #EBC28F;
}
.AnyTagClassName
{
color: #EBC28F;
}
</style>
background-color css
<style>
a { background-color: #EBC28F; }
a { background-color: rgb(235,194,143); }
div.DivClassName
{
background-color: #EBC28F;
}
.BgClassName
{
background-color: #EBC28F;
}
</style>
border-color css
<style>
span { border-color: #EBC28F; }
span { border-color: rgb(235,194,143); }
td.TdClassName
{
border-color: #EBC28F;
}
.TagClassName
{
border-color: #EBC28F;
}
</style>