Shades of Orange #EFA504
Tints of Orange #EFA504
RGB
CMYK
RGB Variations
Color information
#EFA504 (or 0xEFA504) is known color: Orange. HEX triplet: EF, A5 and 04. RGB value is (239,165,4). Sum of RGB (Red+Green+Blue) = 239+165+4=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA504 is #105AFB. Grayscale: #A9A9A9. Windows color (decimal): -1071868 or 304623. OLE color: 304623.
HSL color Cylindrical-coordinate representation of color #EFA504: hue angle of 41.11º degrees, saturation: 0.97, 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 #EFA504 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.06 |
| HSL | 41.11º | 0.97% | 0.48% | - |
| HSV(B) | 41.11º | 0.98% | 0.94% | - |
| XYZ | 49.07 | 45.27 | 6.27 | - |
| YUV | 168.77 | 35.02 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 4 | 0 | 0.31 | 0.98 | 0.06 | 41.11 | 0.97 | 0.48 |
| Hex | EF | A5 | 4 | 0 | 1F | 62 | 6 | 29 | 61 | 30 |
| Octal | 357 | 245 | 4 | 0 | 37 | 142 | 6 | 51 | 141 | 60 |
| Binary | 11101111 | 10100101 | 100 | 0 | 11111 | 1100010 | 110 | 101001 | 1100001 | 110000 |
Color Harmonies of #EFA504
Complementary color
Monochromatic Colors of #EFA504
Black with #EFA504
Text Example
Text Example
White with #EFA504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA504; }
p { color: rgb(239,165,4); }
H1.HeaderClassName
{
color: #EFA504;
}
.AnyTagClassName
{
color: #EFA504;
}
</style>
background-color css
<style>
a { background-color: #EFA504; }
a { background-color: rgb(239,165,4); }
div.DivClassName
{
background-color: #EFA504;
}
.BgClassName
{
background-color: #EFA504;
}
</style>
border-color css
<style>
span { border-color: #EFA504; }
span { border-color: rgb(239,165,4); }
td.TdClassName
{
border-color: #EFA504;
}
.TagClassName
{
border-color: #EFA504;
}
</style>