Shades of Carrot Orange #EF8619
Tints of Carrot Orange #EF8619
RGB
CMYK
RGB Variations
Color information
#EF8619 (or 0xEF8619) is known color: Carrot Orange. HEX triplet: EF, 86 and 19. RGB value is (239,134,25). Sum of RGB (Red+Green+Blue) = 239+134+25=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8619 is #1079E6. Grayscale: #999999. Windows color (decimal): -1079783 or 1672943. OLE color: 1672943.
HSL color Cylindrical-coordinate representation of color #EF8619: hue angle of 30.56º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF8619 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 25 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.06 |
| HSL | 30.56º | 0.87% | 0.52% | - |
| HSV(B) | 30.56º | 0.9% | 0.94% | - |
| XYZ | 44.3 | 35.47 | 5.43 | - |
| YUV | 152.97 | 55.79 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 25 | 0 | 0.44 | 0.90 | 0.06 | 30.56 | 0.87 | 0.52 |
| Hex | EF | 86 | 19 | 0 | 2C | 5A | 6 | 1F | 57 | 34 |
| Octal | 357 | 206 | 31 | 0 | 54 | 132 | 6 | 37 | 127 | 64 |
| Binary | 11101111 | 10000110 | 11001 | 0 | 101100 | 1011010 | 110 | 11111 | 1010111 | 110100 |
Color Harmonies of #EF8619
Complementary color
Monochromatic Colors of #EF8619
Black with #EF8619
Text Example
Text Example
White with #EF8619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8619; }
p { color: rgb(239,134,25); }
H1.HeaderClassName
{
color: #EF8619;
}
.AnyTagClassName
{
color: #EF8619;
}
</style>
background-color css
<style>
a { background-color: #EF8619; }
a { background-color: rgb(239,134,25); }
div.DivClassName
{
background-color: #EF8619;
}
.BgClassName
{
background-color: #EF8619;
}
</style>
border-color css
<style>
span { border-color: #EF8619; }
span { border-color: rgb(239,134,25); }
td.TdClassName
{
border-color: #EF8619;
}
.TagClassName
{
border-color: #EF8619;
}
</style>