Shades of Carrot Orange #EF8629
Tints of Carrot Orange #EF8629
RGB
CMYK
RGB Variations
Color information
#EF8629 (or 0xEF8629) is known color: Carrot Orange. HEX triplet: EF, 86 and 29. RGB value is (239,134,41). Sum of RGB (Red+Green+Blue) = 239+134+41=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8629 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8629 is #1079D6. Grayscale: #9B9B9B. Windows color (decimal): -1079767 or 2721519. OLE color: 2721519.
HSL color Cylindrical-coordinate representation of color #EF8629: hue angle of 28.18º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF8629 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 41 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.06 |
| HSL | 28.18º | 0.86% | 0.55% | - |
| HSV(B) | 28.18º | 0.83% | 0.94% | - |
| XYZ | 44.52 | 35.56 | 6.62 | - |
| YUV | 154.79 | 63.79 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 41 | 0 | 0.44 | 0.83 | 0.06 | 28.18 | 0.86 | 0.55 |
| Hex | EF | 86 | 29 | 0 | 2C | 53 | 6 | 1C | 56 | 37 |
| Octal | 357 | 206 | 51 | 0 | 54 | 123 | 6 | 34 | 126 | 67 |
| Binary | 11101111 | 10000110 | 101001 | 0 | 101100 | 1010011 | 110 | 11100 | 1010110 | 110111 |
Color Harmonies of #EF8629
Complementary color
Monochromatic Colors of #EF8629
Black with #EF8629
Text Example
Text Example
White with #EF8629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8629; }
p { color: rgb(239,134,41); }
H1.HeaderClassName
{
color: #EF8629;
}
.AnyTagClassName
{
color: #EF8629;
}
</style>
background-color css
<style>
a { background-color: #EF8629; }
a { background-color: rgb(239,134,41); }
div.DivClassName
{
background-color: #EF8629;
}
.BgClassName
{
background-color: #EF8629;
}
</style>
border-color css
<style>
span { border-color: #EF8629; }
span { border-color: rgb(239,134,41); }
td.TdClassName
{
border-color: #EF8629;
}
.TagClassName
{
border-color: #EF8629;
}
</style>