Shades of Orange #EBAE00
Tints of Orange #EBAE00
RGB
CMYK
RGB Variations
Color information
#EBAE00 (or 0xEBAE00) is known color: Orange. HEX triplet: EB, AE and 00. RGB value is (235,174,0). Sum of RGB (Red+Green+Blue) = 235+174+0=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAE00 is #1451FF. Grayscale: #ADADAD. Windows color (decimal): -1331712 or 44779. OLE color: 44779.
HSL color Cylindrical-coordinate representation of color #EBAE00: hue angle of 44.43º 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 #EBAE00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.08 |
| HSL | 44.43º | 1% | 0.46% | - |
| HSV(B) | 44.43º | 1% | 0.92% | - |
| XYZ | 49.4 | 47.93 | 6.65 | - |
| YUV | 172.4 | 30.71 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 0 | 0 | 0.26 | 1 | 0.08 | 44.43 | 1 | 0.46 |
| Hex | EB | AE | 0 | 0 | 1A | 64 | 8 | 2C | 64 | 2E |
| Octal | 353 | 256 | 0 | 0 | 32 | 144 | 10 | 54 | 144 | 56 |
| Binary | 11101011 | 10101110 | 0 | 0 | 11010 | 1100100 | 1000 | 101100 | 1100100 | 101110 |
Color Harmonies of #EBAE00
Complementary color
Monochromatic Colors of #EBAE00
Black with #EBAE00
Text Example
Text Example
White with #EBAE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAE00; }
p { color: rgb(235,174,0); }
H1.HeaderClassName
{
color: #EBAE00;
}
.AnyTagClassName
{
color: #EBAE00;
}
</style>
background-color css
<style>
a { background-color: #EBAE00; }
a { background-color: rgb(235,174,0); }
div.DivClassName
{
background-color: #EBAE00;
}
.BgClassName
{
background-color: #EBAE00;
}
</style>
border-color css
<style>
span { border-color: #EBAE00; }
span { border-color: rgb(235,174,0); }
td.TdClassName
{
border-color: #EBAE00;
}
.TagClassName
{
border-color: #EBAE00;
}
</style>