Shades of Carrot Orange #EF8F26
Tints of Carrot Orange #EF8F26
RGB
CMYK
RGB Variations
Color information
#EF8F26 (or 0xEF8F26) is known color: Carrot Orange. HEX triplet: EF, 8F and 26. RGB value is (239,143,38). Sum of RGB (Red+Green+Blue) = 239+143+38=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F26 is #1070D9. Grayscale: #A0A0A0. Windows color (decimal): -1077466 or 2527215. OLE color: 2527215.
HSL color Cylindrical-coordinate representation of color #EF8F26: hue angle of 31.34º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF8F26 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 38 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.06 |
| HSL | 31.34º | 0.86% | 0.54% | - |
| HSV(B) | 31.34º | 0.84% | 0.94% | - |
| XYZ | 45.77 | 38.14 | 6.78 | - |
| YUV | 159.73 | 59.3 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 38 | 0 | 0.40 | 0.84 | 0.06 | 31.34 | 0.86 | 0.54 |
| Hex | EF | 8F | 26 | 0 | 28 | 54 | 6 | 1F | 56 | 36 |
| Octal | 357 | 217 | 46 | 0 | 50 | 124 | 6 | 37 | 126 | 66 |
| Binary | 11101111 | 10001111 | 100110 | 0 | 101000 | 1010100 | 110 | 11111 | 1010110 | 110110 |
Color Harmonies of #EF8F26
Complementary color
Monochromatic Colors of #EF8F26
Black with #EF8F26
Text Example
Text Example
White with #EF8F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F26; }
p { color: rgb(239,143,38); }
H1.HeaderClassName
{
color: #EF8F26;
}
.AnyTagClassName
{
color: #EF8F26;
}
</style>
background-color css
<style>
a { background-color: #EF8F26; }
a { background-color: rgb(239,143,38); }
div.DivClassName
{
background-color: #EF8F26;
}
.BgClassName
{
background-color: #EF8F26;
}
</style>
border-color css
<style>
span { border-color: #EF8F26; }
span { border-color: rgb(239,143,38); }
td.TdClassName
{
border-color: #EF8F26;
}
.TagClassName
{
border-color: #EF8F26;
}
</style>