Shades of Orange #EFA400
Tints of Orange #EFA400
RGB
CMYK
RGB Variations
Color information
#EFA400 (or 0xEFA400) is known color: Orange. HEX triplet: EF, A4 and 00. RGB value is (239,164,0). Sum of RGB (Red+Green+Blue) = 239+164+0=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA400 is #105BFF. Grayscale: #A8A8A8. Windows color (decimal): -1072128 or 42223. OLE color: 42223.
HSL color Cylindrical-coordinate representation of color #EFA400: hue angle of 41.17º 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 #EFA400 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.06 |
| HSL | 41.17º | 1% | 0.47% | - |
| HSV(B) | 41.17º | 1% | 0.94% | - |
| XYZ | 48.87 | 44.9 | 6.09 | - |
| YUV | 167.73 | 33.35 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 0 | 0 | 0.31 | 1 | 0.06 | 41.17 | 1 | 0.47 |
| Hex | EF | A4 | 0 | 0 | 1F | 64 | 6 | 29 | 64 | 2F |
| Octal | 357 | 244 | 0 | 0 | 37 | 144 | 6 | 51 | 144 | 57 |
| Binary | 11101111 | 10100100 | 0 | 0 | 11111 | 1100100 | 110 | 101001 | 1100100 | 101111 |
Color Harmonies of #EFA400
Complementary color
Monochromatic Colors of #EFA400
Black with #EFA400
Text Example
Text Example
White with #EFA400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA400; }
p { color: rgb(239,164,0); }
H1.HeaderClassName
{
color: #EFA400;
}
.AnyTagClassName
{
color: #EFA400;
}
</style>
background-color css
<style>
a { background-color: #EFA400; }
a { background-color: rgb(239,164,0); }
div.DivClassName
{
background-color: #EFA400;
}
.BgClassName
{
background-color: #EFA400;
}
</style>
border-color css
<style>
span { border-color: #EFA400; }
span { border-color: rgb(239,164,0); }
td.TdClassName
{
border-color: #EFA400;
}
.TagClassName
{
border-color: #EFA400;
}
</style>