Shades of Orange #EFAE00
Tints of Orange #EFAE00
RGB
CMYK
RGB Variations
Color information
#EFAE00 (or 0xEFAE00) is known color: Orange. HEX triplet: EF, AE and 00. RGB value is (239,174,0). Sum of RGB (Red+Green+Blue) = 239+174+0=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAE00 is #1051FF. Grayscale: #AEAEAE. Windows color (decimal): -1069568 or 44783. OLE color: 44783.
HSL color Cylindrical-coordinate representation of color #EFAE00: hue angle of 43.68º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFAE00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.06 |
| HSL | 43.68º | 1% | 0.47% | - |
| HSV(B) | 43.68º | 1% | 0.94% | - |
| XYZ | 50.73 | 48.62 | 6.71 | - |
| YUV | 173.6 | 30.03 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 0 | 0 | 0.27 | 1 | 0.06 | 43.68 | 1 | 0.47 |
| Hex | EF | AE | 0 | 0 | 1B | 64 | 6 | 2C | 64 | 2F |
| Octal | 357 | 256 | 0 | 0 | 33 | 144 | 6 | 54 | 144 | 57 |
| Binary | 11101111 | 10101110 | 0 | 0 | 11011 | 1100100 | 110 | 101100 | 1100100 | 101111 |
Color Harmonies of #EFAE00
Complementary color
Monochromatic Colors of #EFAE00
Black with #EFAE00
Text Example
Text Example
White with #EFAE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAE00; }
p { color: rgb(239,174,0); }
H1.HeaderClassName
{
color: #EFAE00;
}
.AnyTagClassName
{
color: #EFAE00;
}
</style>
background-color css
<style>
a { background-color: #EFAE00; }
a { background-color: rgb(239,174,0); }
div.DivClassName
{
background-color: #EFAE00;
}
.BgClassName
{
background-color: #EFAE00;
}
</style>
border-color css
<style>
span { border-color: #EFAE00; }
span { border-color: rgb(239,174,0); }
td.TdClassName
{
border-color: #EFAE00;
}
.TagClassName
{
border-color: #EFAE00;
}
</style>