Shades of Carrot Orange #EFA020
Tints of Carrot Orange #EFA020
RGB
CMYK
RGB Variations
Color information
#EFA020 (or 0xEFA020) is known color: Carrot Orange. HEX triplet: EF, A0 and 20. RGB value is (239,160,32). Sum of RGB (Red+Green+Blue) = 239+160+32=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA020 is #105FDF. Grayscale: #A9A9A9. Windows color (decimal): -1073120 or 2138351. OLE color: 2138351.
HSL color Cylindrical-coordinate representation of color #EFA020: hue angle of 37.1º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFA020 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 32 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.06 |
| HSL | 37.1º | 0.87% | 0.53% | - |
| HSV(B) | 37.1º | 0.87% | 0.94% | - |
| XYZ | 48.43 | 43.6 | 7.23 | - |
| YUV | 169.03 | 50.67 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 32 | 0 | 0.33 | 0.87 | 0.06 | 37.1 | 0.87 | 0.53 |
| Hex | EF | A0 | 20 | 0 | 21 | 57 | 6 | 25 | 57 | 35 |
| Octal | 357 | 240 | 40 | 0 | 41 | 127 | 6 | 45 | 127 | 65 |
| Binary | 11101111 | 10100000 | 100000 | 0 | 100001 | 1010111 | 110 | 100101 | 1010111 | 110101 |
Color Harmonies of #EFA020
Complementary color
Monochromatic Colors of #EFA020
Black with #EFA020
Text Example
Text Example
White with #EFA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA020; }
p { color: rgb(239,160,32); }
H1.HeaderClassName
{
color: #EFA020;
}
.AnyTagClassName
{
color: #EFA020;
}
</style>
background-color css
<style>
a { background-color: #EFA020; }
a { background-color: rgb(239,160,32); }
div.DivClassName
{
background-color: #EFA020;
}
.BgClassName
{
background-color: #EFA020;
}
</style>
border-color css
<style>
span { border-color: #EFA020; }
span { border-color: rgb(239,160,32); }
td.TdClassName
{
border-color: #EFA020;
}
.TagClassName
{
border-color: #EFA020;
}
</style>