Shades of Carrot Orange #EF8A15
Tints of Carrot Orange #EF8A15
RGB
CMYK
RGB Variations
Color information
#EF8A15 (or 0xEF8A15) is known color: Carrot Orange. HEX triplet: EF, 8A and 15. RGB value is (239,138,21). Sum of RGB (Red+Green+Blue) = 239+138+21=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8A15 is #1075EA. Grayscale: #9B9B9B. Windows color (decimal): -1078763 or 1411823. OLE color: 1411823.
HSL color Cylindrical-coordinate representation of color #EF8A15: hue angle of 32.2º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF8A15 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 21 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.06 |
| HSL | 32.2º | 0.87% | 0.51% | - |
| HSV(B) | 32.2º | 0.91% | 0.94% | - |
| XYZ | 44.82 | 36.58 | 5.41 | - |
| YUV | 154.86 | 52.46 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 21 | 0 | 0.42 | 0.91 | 0.06 | 32.2 | 0.87 | 0.51 |
| Hex | EF | 8A | 15 | 0 | 2A | 5B | 6 | 20 | 57 | 33 |
| Octal | 357 | 212 | 25 | 0 | 52 | 133 | 6 | 40 | 127 | 63 |
| Binary | 11101111 | 10001010 | 10101 | 0 | 101010 | 1011011 | 110 | 100000 | 1010111 | 110011 |
Color Harmonies of #EF8A15
Complementary color
Monochromatic Colors of #EF8A15
Black with #EF8A15
Text Example
Text Example
White with #EF8A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8A15; }
p { color: rgb(239,138,21); }
H1.HeaderClassName
{
color: #EF8A15;
}
.AnyTagClassName
{
color: #EF8A15;
}
</style>
background-color css
<style>
a { background-color: #EF8A15; }
a { background-color: rgb(239,138,21); }
div.DivClassName
{
background-color: #EF8A15;
}
.BgClassName
{
background-color: #EF8A15;
}
</style>
border-color css
<style>
span { border-color: #EF8A15; }
span { border-color: rgb(239,138,21); }
td.TdClassName
{
border-color: #EF8A15;
}
.TagClassName
{
border-color: #EF8A15;
}
</style>