Shades of Carrot Orange #EF8F24
Tints of Carrot Orange #EF8F24
RGB
CMYK
RGB Variations
Color information
#EF8F24 (or 0xEF8F24) is known color: Carrot Orange. HEX triplet: EF, 8F and 24. RGB value is (239,143,36). Sum of RGB (Red+Green+Blue) = 239+143+36=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F24 is #1070DB. Grayscale: #A0A0A0. Windows color (decimal): -1077468 or 2396143. OLE color: 2396143.
HSL color Cylindrical-coordinate representation of color #EF8F24: hue angle of 31.63º 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 #EF8F24 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 36 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.06 |
| HSL | 31.63º | 0.86% | 0.54% | - |
| HSV(B) | 31.63º | 0.85% | 0.94% | - |
| XYZ | 45.74 | 38.12 | 6.62 | - |
| YUV | 159.51 | 58.3 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 36 | 0 | 0.40 | 0.85 | 0.06 | 31.63 | 0.86 | 0.54 |
| Hex | EF | 8F | 24 | 0 | 28 | 55 | 6 | 20 | 56 | 36 |
| Octal | 357 | 217 | 44 | 0 | 50 | 125 | 6 | 40 | 126 | 66 |
| Binary | 11101111 | 10001111 | 100100 | 0 | 101000 | 1010101 | 110 | 100000 | 1010110 | 110110 |
Color Harmonies of #EF8F24
Complementary color
Monochromatic Colors of #EF8F24
Black with #EF8F24
Text Example
Text Example
White with #EF8F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F24; }
p { color: rgb(239,143,36); }
H1.HeaderClassName
{
color: #EF8F24;
}
.AnyTagClassName
{
color: #EF8F24;
}
</style>
background-color css
<style>
a { background-color: #EF8F24; }
a { background-color: rgb(239,143,36); }
div.DivClassName
{
background-color: #EF8F24;
}
.BgClassName
{
background-color: #EF8F24;
}
</style>
border-color css
<style>
span { border-color: #EF8F24; }
span { border-color: rgb(239,143,36); }
td.TdClassName
{
border-color: #EF8F24;
}
.TagClassName
{
border-color: #EF8F24;
}
</style>