Shades of Carrot Orange #EF8419
Tints of Carrot Orange #EF8419
RGB
CMYK
RGB Variations
Color information
#EF8419 (or 0xEF8419) is known color: Carrot Orange. HEX triplet: EF, 84 and 19. RGB value is (239,132,25). Sum of RGB (Red+Green+Blue) = 239+132+25=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8419 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8419 is #107BE6. Grayscale: #989898. Windows color (decimal): -1080295 or 1672431. OLE color: 1672431.
HSL color Cylindrical-coordinate representation of color #EF8419: hue angle of 30º 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 #EF8419 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 25 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.06 |
| HSL | 30º | 0.87% | 0.52% | - |
| HSV(B) | 30º | 0.9% | 0.94% | - |
| XYZ | 44.02 | 34.92 | 5.34 | - |
| YUV | 151.8 | 56.45 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 25 | 0 | 0.45 | 0.90 | 0.06 | 30 | 0.87 | 0.52 |
| Hex | EF | 84 | 19 | 0 | 2D | 5A | 6 | 1E | 57 | 34 |
| Octal | 357 | 204 | 31 | 0 | 55 | 132 | 6 | 36 | 127 | 64 |
| Binary | 11101111 | 10000100 | 11001 | 0 | 101101 | 1011010 | 110 | 11110 | 1010111 | 110100 |
Color Harmonies of #EF8419
Complementary color
Monochromatic Colors of #EF8419
Black with #EF8419
Text Example
Text Example
White with #EF8419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8419; }
p { color: rgb(239,132,25); }
H1.HeaderClassName
{
color: #EF8419;
}
.AnyTagClassName
{
color: #EF8419;
}
</style>
background-color css
<style>
a { background-color: #EF8419; }
a { background-color: rgb(239,132,25); }
div.DivClassName
{
background-color: #EF8419;
}
.BgClassName
{
background-color: #EF8419;
}
</style>
border-color css
<style>
span { border-color: #EF8419; }
span { border-color: rgb(239,132,25); }
td.TdClassName
{
border-color: #EF8419;
}
.TagClassName
{
border-color: #EF8419;
}
</style>