Shades of Carrot Orange #EFA021
Tints of Carrot Orange #EFA021
RGB
CMYK
RGB Variations
Color information
#EFA021 (or 0xEFA021) is known color: Carrot Orange. HEX triplet: EF, A0 and 21. RGB value is (239,160,33). Sum of RGB (Red+Green+Blue) = 239+160+33=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA021 is #105FDE. Grayscale: #A9A9A9. Windows color (decimal): -1073119 or 2203887. OLE color: 2203887.
HSL color Cylindrical-coordinate representation of color #EFA021: hue angle of 36.99º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFA021 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 33 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.06 |
| HSL | 36.99º | 0.87% | 0.53% | - |
| HSV(B) | 36.99º | 0.86% | 0.94% | - |
| XYZ | 48.44 | 43.6 | 7.3 | - |
| YUV | 169.14 | 51.17 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 33 | 0 | 0.33 | 0.86 | 0.06 | 36.99 | 0.87 | 0.53 |
| Hex | EF | A0 | 21 | 0 | 21 | 56 | 6 | 25 | 57 | 35 |
| Octal | 357 | 240 | 41 | 0 | 41 | 126 | 6 | 45 | 127 | 65 |
| Binary | 11101111 | 10100000 | 100001 | 0 | 100001 | 1010110 | 110 | 100101 | 1010111 | 110101 |
Color Harmonies of #EFA021
Complementary color
Monochromatic Colors of #EFA021
Black with #EFA021
Text Example
Text Example
White with #EFA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA021; }
p { color: rgb(239,160,33); }
H1.HeaderClassName
{
color: #EFA021;
}
.AnyTagClassName
{
color: #EFA021;
}
</style>
background-color css
<style>
a { background-color: #EFA021; }
a { background-color: rgb(239,160,33); }
div.DivClassName
{
background-color: #EFA021;
}
.BgClassName
{
background-color: #EFA021;
}
</style>
border-color css
<style>
span { border-color: #EFA021; }
span { border-color: rgb(239,160,33); }
td.TdClassName
{
border-color: #EFA021;
}
.TagClassName
{
border-color: #EFA021;
}
</style>