Shades of Carrot Orange #EF8F25
Tints of Carrot Orange #EF8F25
RGB
CMYK
RGB Variations
Color information
#EF8F25 (or 0xEF8F25) is known color: Carrot Orange. HEX triplet: EF, 8F and 25. RGB value is (239,143,37). Sum of RGB (Red+Green+Blue) = 239+143+37=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F25 is #1070DA. Grayscale: #A0A0A0. Windows color (decimal): -1077467 or 2461679. OLE color: 2461679.
HSL color Cylindrical-coordinate representation of color #EF8F25: hue angle of 31.49º 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 #EF8F25 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 37 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.06 |
| HSL | 31.49º | 0.86% | 0.54% | - |
| HSV(B) | 31.49º | 0.85% | 0.94% | - |
| XYZ | 45.75 | 38.13 | 6.7 | - |
| YUV | 159.62 | 58.8 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 37 | 0 | 0.40 | 0.85 | 0.06 | 31.49 | 0.86 | 0.54 |
| Hex | EF | 8F | 25 | 0 | 28 | 55 | 6 | 1F | 56 | 36 |
| Octal | 357 | 217 | 45 | 0 | 50 | 125 | 6 | 37 | 126 | 66 |
| Binary | 11101111 | 10001111 | 100101 | 0 | 101000 | 1010101 | 110 | 11111 | 1010110 | 110110 |
Color Harmonies of #EF8F25
Complementary color
Monochromatic Colors of #EF8F25
Black with #EF8F25
Text Example
Text Example
White with #EF8F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F25; }
p { color: rgb(239,143,37); }
H1.HeaderClassName
{
color: #EF8F25;
}
.AnyTagClassName
{
color: #EF8F25;
}
</style>
background-color css
<style>
a { background-color: #EF8F25; }
a { background-color: rgb(239,143,37); }
div.DivClassName
{
background-color: #EF8F25;
}
.BgClassName
{
background-color: #EF8F25;
}
</style>
border-color css
<style>
span { border-color: #EF8F25; }
span { border-color: rgb(239,143,37); }
td.TdClassName
{
border-color: #EF8F25;
}
.TagClassName
{
border-color: #EF8F25;
}
</style>