Shades of Carrot Orange #EF8413
Tints of Carrot Orange #EF8413
RGB
CMYK
RGB Variations
Color information
#EF8413 (or 0xEF8413) is known color: Carrot Orange. HEX triplet: EF, 84 and 13. RGB value is (239,132,19). Sum of RGB (Red+Green+Blue) = 239+132+19=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8413 is #107BEC. Grayscale: #979797. Windows color (decimal): -1080301 or 1279215. OLE color: 1279215.
HSL color Cylindrical-coordinate representation of color #EF8413: hue angle of 30.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF8413 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 19 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.06 |
| HSL | 30.82º | 0.87% | 0.51% | - |
| HSV(B) | 30.82º | 0.92% | 0.94% | - |
| XYZ | 43.97 | 34.9 | 5.04 | - |
| YUV | 151.11 | 53.45 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 19 | 0 | 0.45 | 0.92 | 0.06 | 30.82 | 0.87 | 0.51 |
| Hex | EF | 84 | 13 | 0 | 2D | 5C | 6 | 1F | 57 | 33 |
| Octal | 357 | 204 | 23 | 0 | 55 | 134 | 6 | 37 | 127 | 63 |
| Binary | 11101111 | 10000100 | 10011 | 0 | 101101 | 1011100 | 110 | 11111 | 1010111 | 110011 |
Color Harmonies of #EF8413
Complementary color
Monochromatic Colors of #EF8413
Black with #EF8413
Text Example
Text Example
White with #EF8413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8413; }
p { color: rgb(239,132,19); }
H1.HeaderClassName
{
color: #EF8413;
}
.AnyTagClassName
{
color: #EF8413;
}
</style>
background-color css
<style>
a { background-color: #EF8413; }
a { background-color: rgb(239,132,19); }
div.DivClassName
{
background-color: #EF8413;
}
.BgClassName
{
background-color: #EF8413;
}
</style>
border-color css
<style>
span { border-color: #EF8413; }
span { border-color: rgb(239,132,19); }
td.TdClassName
{
border-color: #EF8413;
}
.TagClassName
{
border-color: #EF8413;
}
</style>