Shades of Carrot Orange #EF8323
Tints of Carrot Orange #EF8323
RGB
CMYK
RGB Variations
Color information
#EF8323 (or 0xEF8323) is known color: Carrot Orange. HEX triplet: EF, 83 and 23. RGB value is (239,131,35). Sum of RGB (Red+Green+Blue) = 239+131+35=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8323 is #107CDC. Grayscale: #989898. Windows color (decimal): -1080541 or 2327535. OLE color: 2327535.
HSL color Cylindrical-coordinate representation of color #EF8323: hue angle of 28.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF8323 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 35 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.06 |
| HSL | 28.24º | 0.86% | 0.54% | - |
| HSV(B) | 28.24º | 0.85% | 0.94% | - |
| XYZ | 44.02 | 34.7 | 5.97 | - |
| YUV | 152.35 | 61.78 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 35 | 0 | 0.45 | 0.85 | 0.06 | 28.24 | 0.86 | 0.54 |
| Hex | EF | 83 | 23 | 0 | 2D | 55 | 6 | 1C | 56 | 36 |
| Octal | 357 | 203 | 43 | 0 | 55 | 125 | 6 | 34 | 126 | 66 |
| Binary | 11101111 | 10000011 | 100011 | 0 | 101101 | 1010101 | 110 | 11100 | 1010110 | 110110 |
Color Harmonies of #EF8323
Complementary color
Monochromatic Colors of #EF8323
Black with #EF8323
Text Example
Text Example
White with #EF8323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8323; }
p { color: rgb(239,131,35); }
H1.HeaderClassName
{
color: #EF8323;
}
.AnyTagClassName
{
color: #EF8323;
}
</style>
background-color css
<style>
a { background-color: #EF8323; }
a { background-color: rgb(239,131,35); }
div.DivClassName
{
background-color: #EF8323;
}
.BgClassName
{
background-color: #EF8323;
}
</style>
border-color css
<style>
span { border-color: #EF8323; }
span { border-color: rgb(239,131,35); }
td.TdClassName
{
border-color: #EF8323;
}
.TagClassName
{
border-color: #EF8323;
}
</style>