Shades of Orange #EFA500
Tints of Orange #EFA500
RGB
CMYK
RGB Variations
Color information
#EFA500 (or 0xEFA500) is known color: Orange. HEX triplet: EF, A5 and 00. RGB value is (239,165,0). Sum of RGB (Red+Green+Blue) = 239+165+0=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA500 is #105AFF. Grayscale: #A9A9A9. Windows color (decimal): -1071872 or 42479. OLE color: 42479.
HSL color Cylindrical-coordinate representation of color #EFA500: hue angle of 41.42º 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 #EFA500 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.06 |
| HSL | 41.42º | 1% | 0.47% | - |
| HSV(B) | 41.42º | 1% | 0.94% | - |
| XYZ | 49.05 | 45.26 | 6.15 | - |
| YUV | 168.32 | 33.02 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 0 | 0 | 0.31 | 1 | 0.06 | 41.42 | 1 | 0.47 |
| Hex | EF | A5 | 0 | 0 | 1F | 64 | 6 | 29 | 64 | 2F |
| Octal | 357 | 245 | 0 | 0 | 37 | 144 | 6 | 51 | 144 | 57 |
| Binary | 11101111 | 10100101 | 0 | 0 | 11111 | 1100100 | 110 | 101001 | 1100100 | 101111 |
Color Harmonies of #EFA500
Complementary color
Monochromatic Colors of #EFA500
Black with #EFA500
Text Example
Text Example
White with #EFA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA500; }
p { color: rgb(239,165,0); }
H1.HeaderClassName
{
color: #EFA500;
}
.AnyTagClassName
{
color: #EFA500;
}
</style>
background-color css
<style>
a { background-color: #EFA500; }
a { background-color: rgb(239,165,0); }
div.DivClassName
{
background-color: #EFA500;
}
.BgClassName
{
background-color: #EFA500;
}
</style>
border-color css
<style>
span { border-color: #EFA500; }
span { border-color: rgb(239,165,0); }
td.TdClassName
{
border-color: #EFA500;
}
.TagClassName
{
border-color: #EFA500;
}
</style>