Shades of Carrot Orange #EF8426
Tints of Carrot Orange #EF8426
RGB
CMYK
RGB Variations
Color information
#EF8426 (or 0xEF8426) is known color: Carrot Orange. HEX triplet: EF, 84 and 26. RGB value is (239,132,38). Sum of RGB (Red+Green+Blue) = 239+132+38=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8426 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8426 is #107BD9. Grayscale: #999999. Windows color (decimal): -1080282 or 2524399. OLE color: 2524399.
HSL color Cylindrical-coordinate representation of color #EF8426: hue angle of 28.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF8426 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 38 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.06 |
| HSL | 28.06º | 0.86% | 0.54% | - |
| HSV(B) | 28.06º | 0.84% | 0.94% | - |
| XYZ | 44.2 | 34.99 | 6.26 | - |
| YUV | 153.28 | 62.95 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 38 | 0 | 0.45 | 0.84 | 0.06 | 28.06 | 0.86 | 0.54 |
| Hex | EF | 84 | 26 | 0 | 2D | 54 | 6 | 1C | 56 | 36 |
| Octal | 357 | 204 | 46 | 0 | 55 | 124 | 6 | 34 | 126 | 66 |
| Binary | 11101111 | 10000100 | 100110 | 0 | 101101 | 1010100 | 110 | 11100 | 1010110 | 110110 |
Color Harmonies of #EF8426
Complementary color
Monochromatic Colors of #EF8426
Black with #EF8426
Text Example
Text Example
White with #EF8426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8426; }
p { color: rgb(239,132,38); }
H1.HeaderClassName
{
color: #EF8426;
}
.AnyTagClassName
{
color: #EF8426;
}
</style>
background-color css
<style>
a { background-color: #EF8426; }
a { background-color: rgb(239,132,38); }
div.DivClassName
{
background-color: #EF8426;
}
.BgClassName
{
background-color: #EF8426;
}
</style>
border-color css
<style>
span { border-color: #EF8426; }
span { border-color: rgb(239,132,38); }
td.TdClassName
{
border-color: #EF8426;
}
.TagClassName
{
border-color: #EF8426;
}
</style>