Shades of Orange #EFA705
Tints of Orange #EFA705
RGB
CMYK
RGB Variations
Color information
#EFA705 (or 0xEFA705) is known color: Orange. HEX triplet: EF, A7 and 05. RGB value is (239,167,5). Sum of RGB (Red+Green+Blue) = 239+167+5=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA705 is #1058FA. Grayscale: #AAAAAA. Windows color (decimal): -1071355 or 370671. OLE color: 370671.
HSL color Cylindrical-coordinate representation of color #EFA705: hue angle of 41.54º 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 #EFA705 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.06 |
| HSL | 41.54º | 0.96% | 0.48% | - |
| HSV(B) | 41.54º | 0.98% | 0.94% | - |
| XYZ | 49.44 | 46 | 6.42 | - |
| YUV | 170.06 | 34.85 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 5 | 0 | 0.30 | 0.98 | 0.06 | 41.54 | 0.96 | 0.48 |
| Hex | EF | A7 | 5 | 0 | 1E | 62 | 6 | 2A | 60 | 30 |
| Octal | 357 | 247 | 5 | 0 | 36 | 142 | 6 | 52 | 140 | 60 |
| Binary | 11101111 | 10100111 | 101 | 0 | 11110 | 1100010 | 110 | 101010 | 1100000 | 110000 |
Color Harmonies of #EFA705
Complementary color
Monochromatic Colors of #EFA705
Black with #EFA705
Text Example
Text Example
White with #EFA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA705; }
p { color: rgb(239,167,5); }
H1.HeaderClassName
{
color: #EFA705;
}
.AnyTagClassName
{
color: #EFA705;
}
</style>
background-color css
<style>
a { background-color: #EFA705; }
a { background-color: rgb(239,167,5); }
div.DivClassName
{
background-color: #EFA705;
}
.BgClassName
{
background-color: #EFA705;
}
</style>
border-color css
<style>
span { border-color: #EFA705; }
span { border-color: rgb(239,167,5); }
td.TdClassName
{
border-color: #EFA705;
}
.TagClassName
{
border-color: #EFA705;
}
</style>