Shades of Carrot Orange #EFA01E
Tints of Carrot Orange #EFA01E
RGB
CMYK
RGB Variations
Color information
#EFA01E (or 0xEFA01E) is known color: Carrot Orange. HEX triplet: EF, A0 and 1E. RGB value is (239,160,30). Sum of RGB (Red+Green+Blue) = 239+160+30=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA01E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA01E is #105FE1. Grayscale: #A9A9A9. Windows color (decimal): -1073122 or 2007279. OLE color: 2007279.
HSL color Cylindrical-coordinate representation of color #EFA01E: hue angle of 37.32º 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 #EFA01E is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 30 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.06 |
| HSL | 37.32º | 0.87% | 0.53% | - |
| HSV(B) | 37.32º | 0.87% | 0.94% | - |
| XYZ | 48.4 | 43.59 | 7.09 | - |
| YUV | 168.8 | 49.67 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 30 | 0 | 0.33 | 0.87 | 0.06 | 37.32 | 0.87 | 0.53 |
| Hex | EF | A0 | 1E | 0 | 21 | 57 | 6 | 25 | 57 | 35 |
| Octal | 357 | 240 | 36 | 0 | 41 | 127 | 6 | 45 | 127 | 65 |
| Binary | 11101111 | 10100000 | 11110 | 0 | 100001 | 1010111 | 110 | 100101 | 1010111 | 110101 |
Color Harmonies of #EFA01E
Complementary color
Monochromatic Colors of #EFA01E
Black with #EFA01E
Text Example
Text Example
White with #EFA01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA01E; }
p { color: rgb(239,160,30); }
H1.HeaderClassName
{
color: #EFA01E;
}
.AnyTagClassName
{
color: #EFA01E;
}
</style>
background-color css
<style>
a { background-color: #EFA01E; }
a { background-color: rgb(239,160,30); }
div.DivClassName
{
background-color: #EFA01E;
}
.BgClassName
{
background-color: #EFA01E;
}
</style>
border-color css
<style>
span { border-color: #EFA01E; }
span { border-color: rgb(239,160,30); }
td.TdClassName
{
border-color: #EFA01E;
}
.TagClassName
{
border-color: #EFA01E;
}
</style>