Shades of Orange #EFA804
Tints of Orange #EFA804
RGB
CMYK
RGB Variations
Color information
#EFA804 (or 0xEFA804) is known color: Orange. HEX triplet: EF, A8 and 04. RGB value is (239,168,4). Sum of RGB (Red+Green+Blue) = 239+168+4=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA804 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA804 is #1057FB. Grayscale: #ABABAB. Windows color (decimal): -1071100 or 305391. OLE color: 305391.
HSL color Cylindrical-coordinate representation of color #EFA804: hue angle of 41.87º 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 #EFA804 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.06 |
| HSL | 41.87º | 0.97% | 0.48% | - |
| HSV(B) | 41.87º | 0.98% | 0.94% | - |
| XYZ | 49.62 | 46.36 | 6.45 | - |
| YUV | 170.53 | 34.02 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 4 | 0 | 0.30 | 0.98 | 0.06 | 41.87 | 0.97 | 0.48 |
| Hex | EF | A8 | 4 | 0 | 1E | 62 | 6 | 2A | 61 | 30 |
| Octal | 357 | 250 | 4 | 0 | 36 | 142 | 6 | 52 | 141 | 60 |
| Binary | 11101111 | 10101000 | 100 | 0 | 11110 | 1100010 | 110 | 101010 | 1100001 | 110000 |
Color Harmonies of #EFA804
Complementary color
Monochromatic Colors of #EFA804
Black with #EFA804
Text Example
Text Example
White with #EFA804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA804; }
p { color: rgb(239,168,4); }
H1.HeaderClassName
{
color: #EFA804;
}
.AnyTagClassName
{
color: #EFA804;
}
</style>
background-color css
<style>
a { background-color: #EFA804; }
a { background-color: rgb(239,168,4); }
div.DivClassName
{
background-color: #EFA804;
}
.BgClassName
{
background-color: #EFA804;
}
</style>
border-color css
<style>
span { border-color: #EFA804; }
span { border-color: rgb(239,168,4); }
td.TdClassName
{
border-color: #EFA804;
}
.TagClassName
{
border-color: #EFA804;
}
</style>