Shades of Carrot Orange #EF8713
Tints of Carrot Orange #EF8713
RGB
CMYK
RGB Variations
Color information
#EF8713 (or 0xEF8713) is known color: Carrot Orange. HEX triplet: EF, 87 and 13. RGB value is (239,135,19). Sum of RGB (Red+Green+Blue) = 239+135+19=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8713 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8713 is #1078EC. Grayscale: #999999. Windows color (decimal): -1079533 or 1279983. OLE color: 1279983.
HSL color Cylindrical-coordinate representation of color #EF8713: hue angle of 31.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF8713 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 19 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.06 |
| HSL | 31.64º | 0.87% | 0.51% | - |
| HSV(B) | 31.64º | 0.92% | 0.94% | - |
| XYZ | 44.38 | 35.73 | 5.17 | - |
| YUV | 152.87 | 52.46 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 19 | 0 | 0.44 | 0.92 | 0.06 | 31.64 | 0.87 | 0.51 |
| Hex | EF | 87 | 13 | 0 | 2C | 5C | 6 | 20 | 57 | 33 |
| Octal | 357 | 207 | 23 | 0 | 54 | 134 | 6 | 40 | 127 | 63 |
| Binary | 11101111 | 10000111 | 10011 | 0 | 101100 | 1011100 | 110 | 100000 | 1010111 | 110011 |
Color Harmonies of #EF8713
Complementary color
Monochromatic Colors of #EF8713
Black with #EF8713
Text Example
Text Example
White with #EF8713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8713; }
p { color: rgb(239,135,19); }
H1.HeaderClassName
{
color: #EF8713;
}
.AnyTagClassName
{
color: #EF8713;
}
</style>
background-color css
<style>
a { background-color: #EF8713; }
a { background-color: rgb(239,135,19); }
div.DivClassName
{
background-color: #EF8713;
}
.BgClassName
{
background-color: #EF8713;
}
</style>
border-color css
<style>
span { border-color: #EF8713; }
span { border-color: rgb(239,135,19); }
td.TdClassName
{
border-color: #EF8713;
}
.TagClassName
{
border-color: #EF8713;
}
</style>