Shades of Carrot Orange #EF8618
Tints of Carrot Orange #EF8618
RGB
CMYK
RGB Variations
Color information
#EF8618 (or 0xEF8618) is known color: Carrot Orange. HEX triplet: EF, 86 and 18. RGB value is (239,134,24). Sum of RGB (Red+Green+Blue) = 239+134+24=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8618 is #1079E7. Grayscale: #999999. Windows color (decimal): -1079784 or 1607407. OLE color: 1607407.
HSL color Cylindrical-coordinate representation of color #EF8618: hue angle of 30.7º 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 #EF8618 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 24 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.06 |
| HSL | 30.7º | 0.87% | 0.52% | - |
| HSV(B) | 30.7º | 0.9% | 0.94% | - |
| XYZ | 44.29 | 35.47 | 5.38 | - |
| YUV | 152.86 | 55.29 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 24 | 0 | 0.44 | 0.90 | 0.06 | 30.7 | 0.87 | 0.52 |
| Hex | EF | 86 | 18 | 0 | 2C | 5A | 6 | 1F | 57 | 34 |
| Octal | 357 | 206 | 30 | 0 | 54 | 132 | 6 | 37 | 127 | 64 |
| Binary | 11101111 | 10000110 | 11000 | 0 | 101100 | 1011010 | 110 | 11111 | 1010111 | 110100 |
Color Harmonies of #EF8618
Complementary color
Monochromatic Colors of #EF8618
Black with #EF8618
Text Example
Text Example
White with #EF8618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8618; }
p { color: rgb(239,134,24); }
H1.HeaderClassName
{
color: #EF8618;
}
.AnyTagClassName
{
color: #EF8618;
}
</style>
background-color css
<style>
a { background-color: #EF8618; }
a { background-color: rgb(239,134,24); }
div.DivClassName
{
background-color: #EF8618;
}
.BgClassName
{
background-color: #EF8618;
}
</style>
border-color css
<style>
span { border-color: #EF8618; }
span { border-color: rgb(239,134,24); }
td.TdClassName
{
border-color: #EF8618;
}
.TagClassName
{
border-color: #EF8618;
}
</style>