Shades of Carrot Orange #EF8C26
Tints of Carrot Orange #EF8C26
RGB
CMYK
RGB Variations
Color information
#EF8C26 (or 0xEF8C26) is known color: Carrot Orange. HEX triplet: EF, 8C and 26. RGB value is (239,140,38). Sum of RGB (Red+Green+Blue) = 239+140+38=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8C26 is #1073D9. Grayscale: #9E9E9E. Windows color (decimal): -1078234 or 2526447. OLE color: 2526447.
HSL color Cylindrical-coordinate representation of color #EF8C26: hue angle of 30.45º 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 #EF8C26 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 38 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.06 |
| HSL | 30.45º | 0.86% | 0.54% | - |
| HSV(B) | 30.45º | 0.84% | 0.94% | - |
| XYZ | 45.32 | 37.25 | 6.63 | - |
| YUV | 157.97 | 60.3 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 38 | 0 | 0.41 | 0.84 | 0.06 | 30.45 | 0.86 | 0.54 |
| Hex | EF | 8C | 26 | 0 | 29 | 54 | 6 | 1E | 56 | 36 |
| Octal | 357 | 214 | 46 | 0 | 51 | 124 | 6 | 36 | 126 | 66 |
| Binary | 11101111 | 10001100 | 100110 | 0 | 101001 | 1010100 | 110 | 11110 | 1010110 | 110110 |
Color Harmonies of #EF8C26
Complementary color
Monochromatic Colors of #EF8C26
Black with #EF8C26
Text Example
Text Example
White with #EF8C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C26; }
p { color: rgb(239,140,38); }
H1.HeaderClassName
{
color: #EF8C26;
}
.AnyTagClassName
{
color: #EF8C26;
}
</style>
background-color css
<style>
a { background-color: #EF8C26; }
a { background-color: rgb(239,140,38); }
div.DivClassName
{
background-color: #EF8C26;
}
.BgClassName
{
background-color: #EF8C26;
}
</style>
border-color css
<style>
span { border-color: #EF8C26; }
span { border-color: rgb(239,140,38); }
td.TdClassName
{
border-color: #EF8C26;
}
.TagClassName
{
border-color: #EF8C26;
}
</style>