Shades of Carrot Orange #EF8424
Tints of Carrot Orange #EF8424
RGB
CMYK
RGB Variations
Color information
#EF8424 (or 0xEF8424) is known color: Carrot Orange. HEX triplet: EF, 84 and 24. RGB value is (239,132,36). Sum of RGB (Red+Green+Blue) = 239+132+36=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8424 is #107BDB. Grayscale: #999999. Windows color (decimal): -1080284 or 2393327. OLE color: 2393327.
HSL color Cylindrical-coordinate representation of color #EF8424: hue angle of 28.37º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF8424 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 36 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.06 |
| HSL | 28.37º | 0.86% | 0.54% | - |
| HSV(B) | 28.37º | 0.85% | 0.94% | - |
| XYZ | 44.17 | 34.98 | 6.09 | - |
| YUV | 153.05 | 61.95 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 36 | 0 | 0.45 | 0.85 | 0.06 | 28.37 | 0.86 | 0.54 |
| Hex | EF | 84 | 24 | 0 | 2D | 55 | 6 | 1C | 56 | 36 |
| Octal | 357 | 204 | 44 | 0 | 55 | 125 | 6 | 34 | 126 | 66 |
| Binary | 11101111 | 10000100 | 100100 | 0 | 101101 | 1010101 | 110 | 11100 | 1010110 | 110110 |
Color Harmonies of #EF8424
Complementary color
Monochromatic Colors of #EF8424
Black with #EF8424
Text Example
Text Example
White with #EF8424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8424; }
p { color: rgb(239,132,36); }
H1.HeaderClassName
{
color: #EF8424;
}
.AnyTagClassName
{
color: #EF8424;
}
</style>
background-color css
<style>
a { background-color: #EF8424; }
a { background-color: rgb(239,132,36); }
div.DivClassName
{
background-color: #EF8424;
}
.BgClassName
{
background-color: #EF8424;
}
</style>
border-color css
<style>
span { border-color: #EF8424; }
span { border-color: rgb(239,132,36); }
td.TdClassName
{
border-color: #EF8424;
}
.TagClassName
{
border-color: #EF8424;
}
</style>