Shades of Carrot Orange #EF8320
Tints of Carrot Orange #EF8320
RGB
CMYK
RGB Variations
Color information
#EF8320 (or 0xEF8320) is known color: Carrot Orange. HEX triplet: EF, 83 and 20. RGB value is (239,131,32). Sum of RGB (Red+Green+Blue) = 239+131+32=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8320 is #107CDF. Grayscale: #989898. Windows color (decimal): -1080544 or 2130927. OLE color: 2130927.
HSL color Cylindrical-coordinate representation of color #EF8320: hue angle of 28.7º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF8320 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 32 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.06 |
| HSL | 28.7º | 0.87% | 0.53% | - |
| HSV(B) | 28.7º | 0.87% | 0.94% | - |
| XYZ | 43.97 | 34.69 | 5.74 | - |
| YUV | 152.01 | 60.28 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 32 | 0 | 0.45 | 0.87 | 0.06 | 28.7 | 0.87 | 0.53 |
| Hex | EF | 83 | 20 | 0 | 2D | 57 | 6 | 1D | 57 | 35 |
| Octal | 357 | 203 | 40 | 0 | 55 | 127 | 6 | 35 | 127 | 65 |
| Binary | 11101111 | 10000011 | 100000 | 0 | 101101 | 1010111 | 110 | 11101 | 1010111 | 110101 |
Color Harmonies of #EF8320
Complementary color
Monochromatic Colors of #EF8320
Black with #EF8320
Text Example
Text Example
White with #EF8320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8320; }
p { color: rgb(239,131,32); }
H1.HeaderClassName
{
color: #EF8320;
}
.AnyTagClassName
{
color: #EF8320;
}
</style>
background-color css
<style>
a { background-color: #EF8320; }
a { background-color: rgb(239,131,32); }
div.DivClassName
{
background-color: #EF8320;
}
.BgClassName
{
background-color: #EF8320;
}
</style>
border-color css
<style>
span { border-color: #EF8320; }
span { border-color: rgb(239,131,32); }
td.TdClassName
{
border-color: #EF8320;
}
.TagClassName
{
border-color: #EF8320;
}
</style>