Shades of Carrot Orange #EF9124
Tints of Carrot Orange #EF9124
RGB
CMYK
RGB Variations
Color information
#EF9124 (or 0xEF9124) is known color: Carrot Orange. HEX triplet: EF, 91 and 24. RGB value is (239,145,36). Sum of RGB (Red+Green+Blue) = 239+145+36=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9124 is #106EDB. Grayscale: #A1A1A1. Windows color (decimal): -1076956 or 2396655. OLE color: 2396655.
HSL color Cylindrical-coordinate representation of color #EF9124: hue angle of 32.22º 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 #EF9124 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 36 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.06 |
| HSL | 32.22º | 0.86% | 0.54% | - |
| HSV(B) | 32.22º | 0.85% | 0.94% | - |
| XYZ | 46.04 | 38.73 | 6.72 | - |
| YUV | 160.68 | 57.64 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 36 | 0 | 0.39 | 0.85 | 0.06 | 32.22 | 0.86 | 0.54 |
| Hex | EF | 91 | 24 | 0 | 27 | 55 | 6 | 20 | 56 | 36 |
| Octal | 357 | 221 | 44 | 0 | 47 | 125 | 6 | 40 | 126 | 66 |
| Binary | 11101111 | 10010001 | 100100 | 0 | 100111 | 1010101 | 110 | 100000 | 1010110 | 110110 |
Color Harmonies of #EF9124
Complementary color
Monochromatic Colors of #EF9124
Black with #EF9124
Text Example
Text Example
White with #EF9124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9124; }
p { color: rgb(239,145,36); }
H1.HeaderClassName
{
color: #EF9124;
}
.AnyTagClassName
{
color: #EF9124;
}
</style>
background-color css
<style>
a { background-color: #EF9124; }
a { background-color: rgb(239,145,36); }
div.DivClassName
{
background-color: #EF9124;
}
.BgClassName
{
background-color: #EF9124;
}
</style>
border-color css
<style>
span { border-color: #EF9124; }
span { border-color: rgb(239,145,36); }
td.TdClassName
{
border-color: #EF9124;
}
.TagClassName
{
border-color: #EF9124;
}
</style>