Shades of Carrot Orange #EF8326
Tints of Carrot Orange #EF8326
RGB
CMYK
RGB Variations
Color information
#EF8326 (or 0xEF8326) is known color: Carrot Orange. HEX triplet: EF, 83 and 26. RGB value is (239,131,38). Sum of RGB (Red+Green+Blue) = 239+131+38=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8326 is #107CD9. Grayscale: #999999. Windows color (decimal): -1080538 or 2524143. OLE color: 2524143.
HSL color Cylindrical-coordinate representation of color #EF8326: hue angle of 27.76º 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 #EF8326 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 38 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.06 |
| HSL | 27.76º | 0.86% | 0.54% | - |
| HSV(B) | 27.76º | 0.84% | 0.94% | - |
| XYZ | 44.06 | 34.72 | 6.21 | - |
| YUV | 152.69 | 63.28 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 38 | 0 | 0.45 | 0.84 | 0.06 | 27.76 | 0.86 | 0.54 |
| Hex | EF | 83 | 26 | 0 | 2D | 54 | 6 | 1C | 56 | 36 |
| Octal | 357 | 203 | 46 | 0 | 55 | 124 | 6 | 34 | 126 | 66 |
| Binary | 11101111 | 10000011 | 100110 | 0 | 101101 | 1010100 | 110 | 11100 | 1010110 | 110110 |
Color Harmonies of #EF8326
Complementary color
Monochromatic Colors of #EF8326
Black with #EF8326
Text Example
Text Example
White with #EF8326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8326; }
p { color: rgb(239,131,38); }
H1.HeaderClassName
{
color: #EF8326;
}
.AnyTagClassName
{
color: #EF8326;
}
</style>
background-color css
<style>
a { background-color: #EF8326; }
a { background-color: rgb(239,131,38); }
div.DivClassName
{
background-color: #EF8326;
}
.BgClassName
{
background-color: #EF8326;
}
</style>
border-color css
<style>
span { border-color: #EF8326; }
span { border-color: rgb(239,131,38); }
td.TdClassName
{
border-color: #EF8326;
}
.TagClassName
{
border-color: #EF8326;
}
</style>