Shades of Orange #EFAB00
Tints of Orange #EFAB00
RGB
CMYK
RGB Variations
Color information
#EFAB00 (or 0xEFAB00) is known color: Orange. HEX triplet: EF, AB and 00. RGB value is (239,171,0). Sum of RGB (Red+Green+Blue) = 239+171+0=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAB00 is #1054FF. Grayscale: #ACACAC. Windows color (decimal): -1070336 or 44015. OLE color: 44015.
HSL color Cylindrical-coordinate representation of color #EFAB00: hue angle of 42.93º 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 #EFAB00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.06 |
| HSL | 42.93º | 1% | 0.47% | - |
| HSV(B) | 42.93º | 1% | 0.94% | - |
| XYZ | 50.16 | 47.48 | 6.52 | - |
| YUV | 171.84 | 31.03 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 0 | 0 | 0.28 | 1 | 0.06 | 42.93 | 1 | 0.47 |
| Hex | EF | AB | 0 | 0 | 1C | 64 | 6 | 2B | 64 | 2F |
| Octal | 357 | 253 | 0 | 0 | 34 | 144 | 6 | 53 | 144 | 57 |
| Binary | 11101111 | 10101011 | 0 | 0 | 11100 | 1100100 | 110 | 101011 | 1100100 | 101111 |
Color Harmonies of #EFAB00
Complementary color
Monochromatic Colors of #EFAB00
Black with #EFAB00
Text Example
Text Example
White with #EFAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB00; }
p { color: rgb(239,171,0); }
H1.HeaderClassName
{
color: #EFAB00;
}
.AnyTagClassName
{
color: #EFAB00;
}
</style>
background-color css
<style>
a { background-color: #EFAB00; }
a { background-color: rgb(239,171,0); }
div.DivClassName
{
background-color: #EFAB00;
}
.BgClassName
{
background-color: #EFAB00;
}
</style>
border-color css
<style>
span { border-color: #EFAB00; }
span { border-color: rgb(239,171,0); }
td.TdClassName
{
border-color: #EFAB00;
}
.TagClassName
{
border-color: #EFAB00;
}
</style>