Shades of Carrot Orange #EF8128
Tints of Carrot Orange #EF8128
RGB
CMYK
RGB Variations
Color information
#EF8128 (or 0xEF8128) is known color: Carrot Orange. HEX triplet: EF, 81 and 28. RGB value is (239,129,40). Sum of RGB (Red+Green+Blue) = 239+129+40=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8128 is #107ED7. Grayscale: #989898. Windows color (decimal): -1081048 or 2654703. OLE color: 2654703.
HSL color Cylindrical-coordinate representation of color #EF8128: hue angle of 26.83º 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 #EF8128 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 40 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.06 |
| HSL | 26.83º | 0.86% | 0.55% | - |
| HSV(B) | 26.83º | 0.83% | 0.94% | - |
| XYZ | 43.83 | 34.2 | 6.3 | - |
| YUV | 151.74 | 64.94 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 40 | 0 | 0.46 | 0.83 | 0.06 | 26.83 | 0.86 | 0.55 |
| Hex | EF | 81 | 28 | 0 | 2E | 53 | 6 | 1B | 56 | 37 |
| Octal | 357 | 201 | 50 | 0 | 56 | 123 | 6 | 33 | 126 | 67 |
| Binary | 11101111 | 10000001 | 101000 | 0 | 101110 | 1010011 | 110 | 11011 | 1010110 | 110111 |
Color Harmonies of #EF8128
Complementary color
Monochromatic Colors of #EF8128
Black with #EF8128
Text Example
Text Example
White with #EF8128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8128; }
p { color: rgb(239,129,40); }
H1.HeaderClassName
{
color: #EF8128;
}
.AnyTagClassName
{
color: #EF8128;
}
</style>
background-color css
<style>
a { background-color: #EF8128; }
a { background-color: rgb(239,129,40); }
div.DivClassName
{
background-color: #EF8128;
}
.BgClassName
{
background-color: #EF8128;
}
</style>
border-color css
<style>
span { border-color: #EF8128; }
span { border-color: rgb(239,129,40); }
td.TdClassName
{
border-color: #EF8128;
}
.TagClassName
{
border-color: #EF8128;
}
</style>