Shades of Orange #EFAC00
Tints of Orange #EFAC00
RGB
CMYK
RGB Variations
Color information
#EFAC00 (or 0xEFAC00) is known color: Orange. HEX triplet: EF, AC and 00. RGB value is (239,172,0). Sum of RGB (Red+Green+Blue) = 239+172+0=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC00 is #1053FF. Grayscale: #ADADAD. Windows color (decimal): -1070080 or 44271. OLE color: 44271.
HSL color Cylindrical-coordinate representation of color #EFAC00: hue angle of 43.18º 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 #EFAC00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.06 |
| HSL | 43.18º | 1% | 0.47% | - |
| HSV(B) | 43.18º | 1% | 0.94% | - |
| XYZ | 50.35 | 47.86 | 6.58 | - |
| YUV | 172.43 | 30.7 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 0 | 0 | 0.28 | 1 | 0.06 | 43.18 | 1 | 0.47 |
| Hex | EF | AC | 0 | 0 | 1C | 64 | 6 | 2B | 64 | 2F |
| Octal | 357 | 254 | 0 | 0 | 34 | 144 | 6 | 53 | 144 | 57 |
| Binary | 11101111 | 10101100 | 0 | 0 | 11100 | 1100100 | 110 | 101011 | 1100100 | 101111 |
Color Harmonies of #EFAC00
Complementary color
Monochromatic Colors of #EFAC00
Black with #EFAC00
Text Example
Text Example
White with #EFAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC00; }
p { color: rgb(239,172,0); }
H1.HeaderClassName
{
color: #EFAC00;
}
.AnyTagClassName
{
color: #EFAC00;
}
</style>
background-color css
<style>
a { background-color: #EFAC00; }
a { background-color: rgb(239,172,0); }
div.DivClassName
{
background-color: #EFAC00;
}
.BgClassName
{
background-color: #EFAC00;
}
</style>
border-color css
<style>
span { border-color: #EFAC00; }
span { border-color: rgb(239,172,0); }
td.TdClassName
{
border-color: #EFAC00;
}
.TagClassName
{
border-color: #EFAC00;
}
</style>