Shades of Carrot Orange #EF8214
Tints of Carrot Orange #EF8214
RGB
CMYK
RGB Variations
Color information
#EF8214 (or 0xEF8214) is known color: Carrot Orange. HEX triplet: EF, 82 and 14. RGB value is (239,130,20). Sum of RGB (Red+Green+Blue) = 239+130+20=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8214 is #107DEB. Grayscale: #969696. Windows color (decimal): -1080812 or 1344239. OLE color: 1344239.
HSL color Cylindrical-coordinate representation of color #EF8214: hue angle of 30.14º 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 #EF8214 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 20 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.06 |
| HSL | 30.14º | 0.87% | 0.51% | - |
| HSV(B) | 30.14º | 0.92% | 0.94% | - |
| XYZ | 43.71 | 34.37 | 4.99 | - |
| YUV | 150.05 | 54.61 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 20 | 0 | 0.46 | 0.92 | 0.06 | 30.14 | 0.87 | 0.51 |
| Hex | EF | 82 | 14 | 0 | 2E | 5C | 6 | 1E | 57 | 33 |
| Octal | 357 | 202 | 24 | 0 | 56 | 134 | 6 | 36 | 127 | 63 |
| Binary | 11101111 | 10000010 | 10100 | 0 | 101110 | 1011100 | 110 | 11110 | 1010111 | 110011 |
Color Harmonies of #EF8214
Complementary color
Monochromatic Colors of #EF8214
Black with #EF8214
Text Example
Text Example
White with #EF8214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8214; }
p { color: rgb(239,130,20); }
H1.HeaderClassName
{
color: #EF8214;
}
.AnyTagClassName
{
color: #EF8214;
}
</style>
background-color css
<style>
a { background-color: #EF8214; }
a { background-color: rgb(239,130,20); }
div.DivClassName
{
background-color: #EF8214;
}
.BgClassName
{
background-color: #EF8214;
}
</style>
border-color css
<style>
span { border-color: #EF8214; }
span { border-color: rgb(239,130,20); }
td.TdClassName
{
border-color: #EF8214;
}
.TagClassName
{
border-color: #EF8214;
}
</style>