Shades of Carrot Orange #EF8F12
Tints of Carrot Orange #EF8F12
RGB
CMYK
RGB Variations
Color information
#EF8F12 (or 0xEF8F12) is known color: Carrot Orange. HEX triplet: EF, 8F and 12. RGB value is (239,143,18). Sum of RGB (Red+Green+Blue) = 239+143+18=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8F12 is #1070ED. Grayscale: #9E9E9E. Windows color (decimal): -1077486 or 1216495. OLE color: 1216495.
HSL color Cylindrical-coordinate representation of color #EF8F12: hue angle of 33.94º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF8F12 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 18 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.06 |
| HSL | 33.94º | 0.87% | 0.5% | - |
| HSV(B) | 33.94º | 0.92% | 0.94% | - |
| XYZ | 45.53 | 38.04 | 5.51 | - |
| YUV | 157.45 | 49.3 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 18 | 0 | 0.40 | 0.92 | 0.06 | 33.94 | 0.87 | 0.5 |
| Hex | EF | 8F | 12 | 0 | 28 | 5C | 6 | 22 | 57 | 32 |
| Octal | 357 | 217 | 22 | 0 | 50 | 134 | 6 | 42 | 127 | 62 |
| Binary | 11101111 | 10001111 | 10010 | 0 | 101000 | 1011100 | 110 | 100010 | 1010111 | 110010 |
Color Harmonies of #EF8F12
Complementary color
Monochromatic Colors of #EF8F12
Black with #EF8F12
Text Example
Text Example
White with #EF8F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F12; }
p { color: rgb(239,143,18); }
H1.HeaderClassName
{
color: #EF8F12;
}
.AnyTagClassName
{
color: #EF8F12;
}
</style>
background-color css
<style>
a { background-color: #EF8F12; }
a { background-color: rgb(239,143,18); }
div.DivClassName
{
background-color: #EF8F12;
}
.BgClassName
{
background-color: #EF8F12;
}
</style>
border-color css
<style>
span { border-color: #EF8F12; }
span { border-color: rgb(239,143,18); }
td.TdClassName
{
border-color: #EF8F12;
}
.TagClassName
{
border-color: #EF8F12;
}
</style>