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