Shades of Orange #EFA301
Tints of Orange #EFA301
RGB
CMYK
RGB Variations
Color information
#EFA301 (or 0xEFA301) is known color: Orange. HEX triplet: EF, A3 and 01. RGB value is (239,163,1). Sum of RGB (Red+Green+Blue) = 239+163+1=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA301 is #105CFE. Grayscale: #A7A7A7. Windows color (decimal): -1072383 or 107503. OLE color: 107503.
HSL color Cylindrical-coordinate representation of color #EFA301: hue angle of 40.84º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFA301 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 1 | - |
| CMYK | 0 | 0.32 | 1.00 | 0.06 |
| HSL | 40.84º | 0.99% | 0.47% | - |
| HSV(B) | 40.84º | 1% | 0.94% | - |
| XYZ | 48.7 | 44.55 | 6.06 | - |
| YUV | 167.26 | 34.18 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 1 | 0 | 0.32 | 1.00 | 0.06 | 40.84 | 0.99 | 0.47 |
| Hex | EF | A3 | 1 | 0 | 20 | 64 | 6 | 29 | 63 | 2F |
| Octal | 357 | 243 | 1 | 0 | 40 | 144 | 6 | 51 | 143 | 57 |
| Binary | 11101111 | 10100011 | 1 | 0 | 100000 | 1100100 | 110 | 101001 | 1100011 | 101111 |
Color Harmonies of #EFA301
Complementary color
Monochromatic Colors of #EFA301
Black with #EFA301
Text Example
Text Example
White with #EFA301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA301; }
p { color: rgb(239,163,1); }
H1.HeaderClassName
{
color: #EFA301;
}
.AnyTagClassName
{
color: #EFA301;
}
</style>
background-color css
<style>
a { background-color: #EFA301; }
a { background-color: rgb(239,163,1); }
div.DivClassName
{
background-color: #EFA301;
}
.BgClassName
{
background-color: #EFA301;
}
</style>
border-color css
<style>
span { border-color: #EFA301; }
span { border-color: rgb(239,163,1); }
td.TdClassName
{
border-color: #EFA301;
}
.TagClassName
{
border-color: #EFA301;
}
</style>