Shades of Carrot Orange #EF8716
Tints of Carrot Orange #EF8716
RGB
CMYK
RGB Variations
Color information
#EF8716 (or 0xEF8716) is known color: Carrot Orange. HEX triplet: EF, 87 and 16. RGB value is (239,135,22). Sum of RGB (Red+Green+Blue) = 239+135+22=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8716 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8716 is #1078E9. Grayscale: #999999. Windows color (decimal): -1079530 or 1476591. OLE color: 1476591.
HSL color Cylindrical-coordinate representation of color #EF8716: hue angle of 31.24º 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 #EF8716 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 22 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.06 |
| HSL | 31.24º | 0.87% | 0.51% | - |
| HSV(B) | 31.24º | 0.91% | 0.94% | - |
| XYZ | 44.41 | 35.74 | 5.32 | - |
| YUV | 153.21 | 53.96 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 22 | 0 | 0.44 | 0.91 | 0.06 | 31.24 | 0.87 | 0.51 |
| Hex | EF | 87 | 16 | 0 | 2C | 5B | 6 | 1F | 57 | 33 |
| Octal | 357 | 207 | 26 | 0 | 54 | 133 | 6 | 37 | 127 | 63 |
| Binary | 11101111 | 10000111 | 10110 | 0 | 101100 | 1011011 | 110 | 11111 | 1010111 | 110011 |
Color Harmonies of #EF8716
Complementary color
Monochromatic Colors of #EF8716
Black with #EF8716
Text Example
Text Example
White with #EF8716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8716; }
p { color: rgb(239,135,22); }
H1.HeaderClassName
{
color: #EF8716;
}
.AnyTagClassName
{
color: #EF8716;
}
</style>
background-color css
<style>
a { background-color: #EF8716; }
a { background-color: rgb(239,135,22); }
div.DivClassName
{
background-color: #EF8716;
}
.BgClassName
{
background-color: #EF8716;
}
</style>
border-color css
<style>
span { border-color: #EF8716; }
span { border-color: rgb(239,135,22); }
td.TdClassName
{
border-color: #EF8716;
}
.TagClassName
{
border-color: #EF8716;
}
</style>