Shades of Carrot Orange #EF8418
Tints of Carrot Orange #EF8418
RGB
CMYK
RGB Variations
Color information
#EF8418 (or 0xEF8418) is known color: Carrot Orange. HEX triplet: EF, 84 and 18. RGB value is (239,132,24). Sum of RGB (Red+Green+Blue) = 239+132+24=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8418 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8418 is #107BE7. Grayscale: #989898. Windows color (decimal): -1080296 or 1606895. OLE color: 1606895.
HSL color Cylindrical-coordinate representation of color #EF8418: hue angle of 30.14º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF8418 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 24 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.06 |
| HSL | 30.14º | 0.87% | 0.52% | - |
| HSV(B) | 30.14º | 0.9% | 0.94% | - |
| XYZ | 44.01 | 34.92 | 5.28 | - |
| YUV | 151.68 | 55.95 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 24 | 0 | 0.45 | 0.90 | 0.06 | 30.14 | 0.87 | 0.52 |
| Hex | EF | 84 | 18 | 0 | 2D | 5A | 6 | 1E | 57 | 34 |
| Octal | 357 | 204 | 30 | 0 | 55 | 132 | 6 | 36 | 127 | 64 |
| Binary | 11101111 | 10000100 | 11000 | 0 | 101101 | 1011010 | 110 | 11110 | 1010111 | 110100 |
Color Harmonies of #EF8418
Complementary color
Monochromatic Colors of #EF8418
Black with #EF8418
Text Example
Text Example
White with #EF8418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8418; }
p { color: rgb(239,132,24); }
H1.HeaderClassName
{
color: #EF8418;
}
.AnyTagClassName
{
color: #EF8418;
}
</style>
background-color css
<style>
a { background-color: #EF8418; }
a { background-color: rgb(239,132,24); }
div.DivClassName
{
background-color: #EF8418;
}
.BgClassName
{
background-color: #EF8418;
}
</style>
border-color css
<style>
span { border-color: #EF8418; }
span { border-color: rgb(239,132,24); }
td.TdClassName
{
border-color: #EF8418;
}
.TagClassName
{
border-color: #EF8418;
}
</style>