Shades of Carrot Orange #EF8325
Tints of Carrot Orange #EF8325
RGB
CMYK
RGB Variations
Color information
#EF8325 (or 0xEF8325) is known color: Carrot Orange. HEX triplet: EF, 83 and 25. RGB value is (239,131,37). Sum of RGB (Red+Green+Blue) = 239+131+37=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8325 is #107CDA. Grayscale: #999999. Windows color (decimal): -1080539 or 2458607. OLE color: 2458607.
HSL color Cylindrical-coordinate representation of color #EF8325: hue angle of 27.92º 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 #EF8325 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 37 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.06 |
| HSL | 27.92º | 0.86% | 0.54% | - |
| HSV(B) | 27.92º | 0.85% | 0.94% | - |
| XYZ | 44.05 | 34.72 | 6.13 | - |
| YUV | 152.58 | 62.78 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 37 | 0 | 0.45 | 0.85 | 0.06 | 27.92 | 0.86 | 0.54 |
| Hex | EF | 83 | 25 | 0 | 2D | 55 | 6 | 1C | 56 | 36 |
| Octal | 357 | 203 | 45 | 0 | 55 | 125 | 6 | 34 | 126 | 66 |
| Binary | 11101111 | 10000011 | 100101 | 0 | 101101 | 1010101 | 110 | 11100 | 1010110 | 110110 |
Color Harmonies of #EF8325
Complementary color
Monochromatic Colors of #EF8325
Black with #EF8325
Text Example
Text Example
White with #EF8325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8325; }
p { color: rgb(239,131,37); }
H1.HeaderClassName
{
color: #EF8325;
}
.AnyTagClassName
{
color: #EF8325;
}
</style>
background-color css
<style>
a { background-color: #EF8325; }
a { background-color: rgb(239,131,37); }
div.DivClassName
{
background-color: #EF8325;
}
.BgClassName
{
background-color: #EF8325;
}
</style>
border-color css
<style>
span { border-color: #EF8325; }
span { border-color: rgb(239,131,37); }
td.TdClassName
{
border-color: #EF8325;
}
.TagClassName
{
border-color: #EF8325;
}
</style>