Shades of Carrot Orange #EF8421
Tints of Carrot Orange #EF8421
RGB
CMYK
RGB Variations
Color information
#EF8421 (or 0xEF8421) is known color: Carrot Orange. HEX triplet: EF, 84 and 21. RGB value is (239,132,33). Sum of RGB (Red+Green+Blue) = 239+132+33=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8421 is #107BDE. Grayscale: #999999. Windows color (decimal): -1080287 or 2196719. OLE color: 2196719.
HSL color Cylindrical-coordinate representation of color #EF8421: hue angle of 28.83º 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 #EF8421 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 33 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.06 |
| HSL | 28.83º | 0.87% | 0.53% | - |
| HSV(B) | 28.83º | 0.86% | 0.94% | - |
| XYZ | 44.12 | 34.96 | 5.86 | - |
| YUV | 152.71 | 60.45 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 33 | 0 | 0.45 | 0.86 | 0.06 | 28.83 | 0.87 | 0.53 |
| Hex | EF | 84 | 21 | 0 | 2D | 56 | 6 | 1D | 57 | 35 |
| Octal | 357 | 204 | 41 | 0 | 55 | 126 | 6 | 35 | 127 | 65 |
| Binary | 11101111 | 10000100 | 100001 | 0 | 101101 | 1010110 | 110 | 11101 | 1010111 | 110101 |
Color Harmonies of #EF8421
Complementary color
Monochromatic Colors of #EF8421
Black with #EF8421
Text Example
Text Example
White with #EF8421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8421; }
p { color: rgb(239,132,33); }
H1.HeaderClassName
{
color: #EF8421;
}
.AnyTagClassName
{
color: #EF8421;
}
</style>
background-color css
<style>
a { background-color: #EF8421; }
a { background-color: rgb(239,132,33); }
div.DivClassName
{
background-color: #EF8421;
}
.BgClassName
{
background-color: #EF8421;
}
</style>
border-color css
<style>
span { border-color: #EF8421; }
span { border-color: rgb(239,132,33); }
td.TdClassName
{
border-color: #EF8421;
}
.TagClassName
{
border-color: #EF8421;
}
</style>