Shades of Carrot Orange #EF8C20
Tints of Carrot Orange #EF8C20
RGB
CMYK
RGB Variations
Color information
#EF8C20 (or 0xEF8C20) is known color: Carrot Orange. HEX triplet: EF, 8C and 20. RGB value is (239,140,32). Sum of RGB (Red+Green+Blue) = 239+140+32=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8C20 is #1073DF. Grayscale: #9D9D9D. Windows color (decimal): -1078240 or 2133231. OLE color: 2133231.
HSL color Cylindrical-coordinate representation of color #EF8C20: hue angle of 31.3º 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 #EF8C20 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 32 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.06 |
| HSL | 31.3º | 0.87% | 0.53% | - |
| HSV(B) | 31.3º | 0.87% | 0.94% | - |
| XYZ | 45.24 | 37.21 | 6.16 | - |
| YUV | 157.29 | 57.3 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 32 | 0 | 0.41 | 0.87 | 0.06 | 31.3 | 0.87 | 0.53 |
| Hex | EF | 8C | 20 | 0 | 29 | 57 | 6 | 1F | 57 | 35 |
| Octal | 357 | 214 | 40 | 0 | 51 | 127 | 6 | 37 | 127 | 65 |
| Binary | 11101111 | 10001100 | 100000 | 0 | 101001 | 1010111 | 110 | 11111 | 1010111 | 110101 |
Color Harmonies of #EF8C20
Complementary color
Monochromatic Colors of #EF8C20
Black with #EF8C20
Text Example
Text Example
White with #EF8C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C20; }
p { color: rgb(239,140,32); }
H1.HeaderClassName
{
color: #EF8C20;
}
.AnyTagClassName
{
color: #EF8C20;
}
</style>
background-color css
<style>
a { background-color: #EF8C20; }
a { background-color: rgb(239,140,32); }
div.DivClassName
{
background-color: #EF8C20;
}
.BgClassName
{
background-color: #EF8C20;
}
</style>
border-color css
<style>
span { border-color: #EF8C20; }
span { border-color: rgb(239,140,32); }
td.TdClassName
{
border-color: #EF8C20;
}
.TagClassName
{
border-color: #EF8C20;
}
</style>