Shades of Carrot Orange #EF9417
Tints of Carrot Orange #EF9417
RGB
CMYK
RGB Variations
Color information
#EF9417 (or 0xEF9417) is known color: Carrot Orange. HEX triplet: EF, 94 and 17. RGB value is (239,148,23). Sum of RGB (Red+Green+Blue) = 239+148+23=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9417 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9417 is #106BE8. Grayscale: #A1A1A1. Windows color (decimal): -1076201 or 1545455. OLE color: 1545455.
HSL color Cylindrical-coordinate representation of color #EF9417: hue angle of 34.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF9417 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 23 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.06 |
| HSL | 34.72º | 0.87% | 0.51% | - |
| HSV(B) | 34.72º | 0.9% | 0.94% | - |
| XYZ | 46.34 | 39.59 | 6.01 | - |
| YUV | 160.96 | 50.15 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 23 | 0 | 0.38 | 0.90 | 0.06 | 34.72 | 0.87 | 0.51 |
| Hex | EF | 94 | 17 | 0 | 26 | 5A | 6 | 23 | 57 | 33 |
| Octal | 357 | 224 | 27 | 0 | 46 | 132 | 6 | 43 | 127 | 63 |
| Binary | 11101111 | 10010100 | 10111 | 0 | 100110 | 1011010 | 110 | 100011 | 1010111 | 110011 |
Color Harmonies of #EF9417
Complementary color
Monochromatic Colors of #EF9417
Black with #EF9417
Text Example
Text Example
White with #EF9417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9417; }
p { color: rgb(239,148,23); }
H1.HeaderClassName
{
color: #EF9417;
}
.AnyTagClassName
{
color: #EF9417;
}
</style>
background-color css
<style>
a { background-color: #EF9417; }
a { background-color: rgb(239,148,23); }
div.DivClassName
{
background-color: #EF9417;
}
.BgClassName
{
background-color: #EF9417;
}
</style>
border-color css
<style>
span { border-color: #EF9417; }
span { border-color: rgb(239,148,23); }
td.TdClassName
{
border-color: #EF9417;
}
.TagClassName
{
border-color: #EF9417;
}
</style>