Shades of Carrot Orange #EF8B16
Tints of Carrot Orange #EF8B16
RGB
CMYK
RGB Variations
Color information
#EF8B16 (or 0xEF8B16) is known color: Carrot Orange. HEX triplet: EF, 8B and 16. RGB value is (239,139,22). Sum of RGB (Red+Green+Blue) = 239+139+22=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8B16 is #1074E9. Grayscale: #9C9C9C. Windows color (decimal): -1078506 or 1477615. OLE color: 1477615.
HSL color Cylindrical-coordinate representation of color #EF8B16: hue angle of 32.35º 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 #EF8B16 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 22 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.06 |
| HSL | 32.35º | 0.87% | 0.51% | - |
| HSV(B) | 32.35º | 0.91% | 0.94% | - |
| XYZ | 44.97 | 36.87 | 5.51 | - |
| YUV | 155.56 | 52.63 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 22 | 0 | 0.42 | 0.91 | 0.06 | 32.35 | 0.87 | 0.51 |
| Hex | EF | 8B | 16 | 0 | 2A | 5B | 6 | 20 | 57 | 33 |
| Octal | 357 | 213 | 26 | 0 | 52 | 133 | 6 | 40 | 127 | 63 |
| Binary | 11101111 | 10001011 | 10110 | 0 | 101010 | 1011011 | 110 | 100000 | 1010111 | 110011 |
Color Harmonies of #EF8B16
Complementary color
Monochromatic Colors of #EF8B16
Black with #EF8B16
Text Example
Text Example
White with #EF8B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8B16; }
p { color: rgb(239,139,22); }
H1.HeaderClassName
{
color: #EF8B16;
}
.AnyTagClassName
{
color: #EF8B16;
}
</style>
background-color css
<style>
a { background-color: #EF8B16; }
a { background-color: rgb(239,139,22); }
div.DivClassName
{
background-color: #EF8B16;
}
.BgClassName
{
background-color: #EF8B16;
}
</style>
border-color css
<style>
span { border-color: #EF8B16; }
span { border-color: rgb(239,139,22); }
td.TdClassName
{
border-color: #EF8B16;
}
.TagClassName
{
border-color: #EF8B16;
}
</style>