Shades of Carrot Orange #EF8F16
Tints of Carrot Orange #EF8F16
RGB
CMYK
RGB Variations
Color information
#EF8F16 (or 0xEF8F16) is known color: Carrot Orange. HEX triplet: EF, 8F and 16. RGB value is (239,143,22). Sum of RGB (Red+Green+Blue) = 239+143+22=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8F16 is #1070E9. Grayscale: #9E9E9E. Windows color (decimal): -1077482 or 1478639. OLE color: 1478639.
HSL color Cylindrical-coordinate representation of color #EF8F16: hue angle of 33.46º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF8F16 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 22 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.06 |
| HSL | 33.46º | 0.87% | 0.51% | - |
| HSV(B) | 33.46º | 0.91% | 0.94% | - |
| XYZ | 45.56 | 38.05 | 5.7 | - |
| YUV | 157.91 | 51.3 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 22 | 0 | 0.40 | 0.91 | 0.06 | 33.46 | 0.87 | 0.51 |
| Hex | EF | 8F | 16 | 0 | 28 | 5B | 6 | 21 | 57 | 33 |
| Octal | 357 | 217 | 26 | 0 | 50 | 133 | 6 | 41 | 127 | 63 |
| Binary | 11101111 | 10001111 | 10110 | 0 | 101000 | 1011011 | 110 | 100001 | 1010111 | 110011 |
Color Harmonies of #EF8F16
Complementary color
Monochromatic Colors of #EF8F16
Black with #EF8F16
Text Example
Text Example
White with #EF8F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F16; }
p { color: rgb(239,143,22); }
H1.HeaderClassName
{
color: #EF8F16;
}
.AnyTagClassName
{
color: #EF8F16;
}
</style>
background-color css
<style>
a { background-color: #EF8F16; }
a { background-color: rgb(239,143,22); }
div.DivClassName
{
background-color: #EF8F16;
}
.BgClassName
{
background-color: #EF8F16;
}
</style>
border-color css
<style>
span { border-color: #EF8F16; }
span { border-color: rgb(239,143,22); }
td.TdClassName
{
border-color: #EF8F16;
}
.TagClassName
{
border-color: #EF8F16;
}
</style>