Shades of Orange #EBA700
Tints of Orange #EBA700
RGB
CMYK
RGB Variations
Color information
#EBA700 (or 0xEBA700) is known color: Orange. HEX triplet: EB, A7 and 00. RGB value is (235,167,0). Sum of RGB (Red+Green+Blue) = 235+167+0=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA700 is #1458FF. Grayscale: #A9A9A9. Windows color (decimal): -1333504 or 42987. OLE color: 42987.
HSL color Cylindrical-coordinate representation of color #EBA700: hue angle of 42.64º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBA700 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.08 |
| HSL | 42.64º | 1% | 0.46% | - |
| HSV(B) | 42.64º | 1% | 0.92% | - |
| XYZ | 48.08 | 45.3 | 6.21 | - |
| YUV | 168.29 | 33.03 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 0 | 0 | 0.29 | 1 | 0.08 | 42.64 | 1 | 0.46 |
| Hex | EB | A7 | 0 | 0 | 1D | 64 | 8 | 2B | 64 | 2E |
| Octal | 353 | 247 | 0 | 0 | 35 | 144 | 10 | 53 | 144 | 56 |
| Binary | 11101011 | 10100111 | 0 | 0 | 11101 | 1100100 | 1000 | 101011 | 1100100 | 101110 |
Color Harmonies of #EBA700
Complementary color
Monochromatic Colors of #EBA700
Black with #EBA700
Text Example
Text Example
White with #EBA700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA700; }
p { color: rgb(235,167,0); }
H1.HeaderClassName
{
color: #EBA700;
}
.AnyTagClassName
{
color: #EBA700;
}
</style>
background-color css
<style>
a { background-color: #EBA700; }
a { background-color: rgb(235,167,0); }
div.DivClassName
{
background-color: #EBA700;
}
.BgClassName
{
background-color: #EBA700;
}
</style>
border-color css
<style>
span { border-color: #EBA700; }
span { border-color: rgb(235,167,0); }
td.TdClassName
{
border-color: #EBA700;
}
.TagClassName
{
border-color: #EBA700;
}
</style>