Shades of Carrot Orange #EF8628
Tints of Carrot Orange #EF8628
RGB
CMYK
RGB Variations
Color information
#EF8628 (or 0xEF8628) is known color: Carrot Orange. HEX triplet: EF, 86 and 28. RGB value is (239,134,40). Sum of RGB (Red+Green+Blue) = 239+134+40=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8628 is #1079D7. Grayscale: #9B9B9B. Windows color (decimal): -1079768 or 2655983. OLE color: 2655983.
HSL color Cylindrical-coordinate representation of color #EF8628: hue angle of 28.34º 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 #EF8628 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 40 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.06 |
| HSL | 28.34º | 0.86% | 0.55% | - |
| HSV(B) | 28.34º | 0.83% | 0.94% | - |
| XYZ | 44.5 | 35.55 | 6.52 | - |
| YUV | 154.68 | 63.29 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 40 | 0 | 0.44 | 0.83 | 0.06 | 28.34 | 0.86 | 0.55 |
| Hex | EF | 86 | 28 | 0 | 2C | 53 | 6 | 1C | 56 | 37 |
| Octal | 357 | 206 | 50 | 0 | 54 | 123 | 6 | 34 | 126 | 67 |
| Binary | 11101111 | 10000110 | 101000 | 0 | 101100 | 1010011 | 110 | 11100 | 1010110 | 110111 |
Color Harmonies of #EF8628
Complementary color
Monochromatic Colors of #EF8628
Black with #EF8628
Text Example
Text Example
White with #EF8628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8628; }
p { color: rgb(239,134,40); }
H1.HeaderClassName
{
color: #EF8628;
}
.AnyTagClassName
{
color: #EF8628;
}
</style>
background-color css
<style>
a { background-color: #EF8628; }
a { background-color: rgb(239,134,40); }
div.DivClassName
{
background-color: #EF8628;
}
.BgClassName
{
background-color: #EF8628;
}
</style>
border-color css
<style>
span { border-color: #EF8628; }
span { border-color: rgb(239,134,40); }
td.TdClassName
{
border-color: #EF8628;
}
.TagClassName
{
border-color: #EF8628;
}
</style>