Shades of Orange #EFA300
Tints of Orange #EFA300
RGB
CMYK
RGB Variations
Color information
#EFA300 (or 0xEFA300) is known color: Orange. HEX triplet: EF, A3 and 00. RGB value is (239,163,0). Sum of RGB (Red+Green+Blue) = 239+163+0=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA300 is #105CFF. Grayscale: #A7A7A7. Windows color (decimal): -1072384 or 41967. OLE color: 41967.
HSL color Cylindrical-coordinate representation of color #EFA300: hue angle of 40.92º 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 #EFA300 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.06 |
| HSL | 40.92º | 1% | 0.47% | - |
| HSV(B) | 40.92º | 1% | 0.94% | - |
| XYZ | 48.69 | 44.55 | 6.03 | - |
| YUV | 167.14 | 33.68 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 0 | 0 | 0.32 | 1 | 0.06 | 40.92 | 1 | 0.47 |
| Hex | EF | A3 | 0 | 0 | 20 | 64 | 6 | 29 | 64 | 2F |
| Octal | 357 | 243 | 0 | 0 | 40 | 144 | 6 | 51 | 144 | 57 |
| Binary | 11101111 | 10100011 | 0 | 0 | 100000 | 1100100 | 110 | 101001 | 1100100 | 101111 |
Color Harmonies of #EFA300
Complementary color
Monochromatic Colors of #EFA300
Black with #EFA300
Text Example
Text Example
White with #EFA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA300; }
p { color: rgb(239,163,0); }
H1.HeaderClassName
{
color: #EFA300;
}
.AnyTagClassName
{
color: #EFA300;
}
</style>
background-color css
<style>
a { background-color: #EFA300; }
a { background-color: rgb(239,163,0); }
div.DivClassName
{
background-color: #EFA300;
}
.BgClassName
{
background-color: #EFA300;
}
</style>
border-color css
<style>
span { border-color: #EFA300; }
span { border-color: rgb(239,163,0); }
td.TdClassName
{
border-color: #EFA300;
}
.TagClassName
{
border-color: #EFA300;
}
</style>