Shades of Orange #EFA905
Tints of Orange #EFA905
RGB
CMYK
RGB Variations
Color information
#EFA905 (or 0xEFA905) is known color: Orange. HEX triplet: EF, A9 and 05. RGB value is (239,169,5). Sum of RGB (Red+Green+Blue) = 239+169+5=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA905 is #1056FA. Grayscale: #ABABAB. Windows color (decimal): -1070843 or 371183. OLE color: 371183.
HSL color Cylindrical-coordinate representation of color #EFA905: hue angle of 42.05º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFA905 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 5 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.06 |
| HSL | 42.05º | 0.96% | 0.48% | - |
| HSV(B) | 42.05º | 0.98% | 0.94% | - |
| XYZ | 49.81 | 46.74 | 6.54 | - |
| YUV | 171.23 | 34.19 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 5 | 0 | 0.29 | 0.98 | 0.06 | 42.05 | 0.96 | 0.48 |
| Hex | EF | A9 | 5 | 0 | 1D | 62 | 6 | 2A | 60 | 30 |
| Octal | 357 | 251 | 5 | 0 | 35 | 142 | 6 | 52 | 140 | 60 |
| Binary | 11101111 | 10101001 | 101 | 0 | 11101 | 1100010 | 110 | 101010 | 1100000 | 110000 |
Color Harmonies of #EFA905
Complementary color
Monochromatic Colors of #EFA905
Black with #EFA905
Text Example
Text Example
White with #EFA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA905; }
p { color: rgb(239,169,5); }
H1.HeaderClassName
{
color: #EFA905;
}
.AnyTagClassName
{
color: #EFA905;
}
</style>
background-color css
<style>
a { background-color: #EFA905; }
a { background-color: rgb(239,169,5); }
div.DivClassName
{
background-color: #EFA905;
}
.BgClassName
{
background-color: #EFA905;
}
</style>
border-color css
<style>
span { border-color: #EFA905; }
span { border-color: rgb(239,169,5); }
td.TdClassName
{
border-color: #EFA905;
}
.TagClassName
{
border-color: #EFA905;
}
</style>