Shades of Orange #EBAC00
Tints of Orange #EBAC00
RGB
CMYK
RGB Variations
Color information
#EBAC00 (or 0xEBAC00) is known color: Orange. HEX triplet: EB, AC and 00. RGB value is (235,172,0). Sum of RGB (Red+Green+Blue) = 235+172+0=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC00 is #1453FF. Grayscale: #ABABAB. Windows color (decimal): -1332224 or 44267. OLE color: 44267.
HSL color Cylindrical-coordinate representation of color #EBAC00: hue angle of 43.91º 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 #EBAC00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.08 |
| HSL | 43.91º | 1% | 0.46% | - |
| HSV(B) | 43.91º | 1% | 0.92% | - |
| XYZ | 49.01 | 47.17 | 6.52 | - |
| YUV | 171.23 | 31.37 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 0 | 0 | 0.27 | 1 | 0.08 | 43.91 | 1 | 0.46 |
| Hex | EB | AC | 0 | 0 | 1B | 64 | 8 | 2C | 64 | 2E |
| Octal | 353 | 254 | 0 | 0 | 33 | 144 | 10 | 54 | 144 | 56 |
| Binary | 11101011 | 10101100 | 0 | 0 | 11011 | 1100100 | 1000 | 101100 | 1100100 | 101110 |
Color Harmonies of #EBAC00
Complementary color
Monochromatic Colors of #EBAC00
Black with #EBAC00
Text Example
Text Example
White with #EBAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAC00; }
p { color: rgb(235,172,0); }
H1.HeaderClassName
{
color: #EBAC00;
}
.AnyTagClassName
{
color: #EBAC00;
}
</style>
background-color css
<style>
a { background-color: #EBAC00; }
a { background-color: rgb(235,172,0); }
div.DivClassName
{
background-color: #EBAC00;
}
.BgClassName
{
background-color: #EBAC00;
}
</style>
border-color css
<style>
span { border-color: #EBAC00; }
span { border-color: rgb(235,172,0); }
td.TdClassName
{
border-color: #EBAC00;
}
.TagClassName
{
border-color: #EBAC00;
}
</style>