Shades of Carrot Orange #EFA120
Tints of Carrot Orange #EFA120
RGB
CMYK
RGB Variations
Color information
#EFA120 (or 0xEFA120) is known color: Carrot Orange. HEX triplet: EF, A1 and 20. RGB value is (239,161,32). Sum of RGB (Red+Green+Blue) = 239+161+32=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA120 is #105EDF. Grayscale: #AAAAAA. Windows color (decimal): -1072864 or 2138607. OLE color: 2138607.
HSL color Cylindrical-coordinate representation of color #EFA120: hue angle of 37.39º 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 #EFA120 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 32 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.06 |
| HSL | 37.39º | 0.87% | 0.53% | - |
| HSV(B) | 37.39º | 0.87% | 0.94% | - |
| XYZ | 48.6 | 43.94 | 7.29 | - |
| YUV | 169.62 | 50.34 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 32 | 0 | 0.33 | 0.87 | 0.06 | 37.39 | 0.87 | 0.53 |
| Hex | EF | A1 | 20 | 0 | 21 | 57 | 6 | 25 | 57 | 35 |
| Octal | 357 | 241 | 40 | 0 | 41 | 127 | 6 | 45 | 127 | 65 |
| Binary | 11101111 | 10100001 | 100000 | 0 | 100001 | 1010111 | 110 | 100101 | 1010111 | 110101 |
Color Harmonies of #EFA120
Complementary color
Monochromatic Colors of #EFA120
Black with #EFA120
Text Example
Text Example
White with #EFA120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA120; }
p { color: rgb(239,161,32); }
H1.HeaderClassName
{
color: #EFA120;
}
.AnyTagClassName
{
color: #EFA120;
}
</style>
background-color css
<style>
a { background-color: #EFA120; }
a { background-color: rgb(239,161,32); }
div.DivClassName
{
background-color: #EFA120;
}
.BgClassName
{
background-color: #EFA120;
}
</style>
border-color css
<style>
span { border-color: #EFA120; }
span { border-color: rgb(239,161,32); }
td.TdClassName
{
border-color: #EFA120;
}
.TagClassName
{
border-color: #EFA120;
}
</style>