Shades of Carrot Orange #EF8F29
Tints of Carrot Orange #EF8F29
RGB
CMYK
RGB Variations
Color information
#EF8F29 (or 0xEF8F29) is known color: Carrot Orange. HEX triplet: EF, 8F and 29. RGB value is (239,143,41). Sum of RGB (Red+Green+Blue) = 239+143+41=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F29 is #1070D6. Grayscale: #A0A0A0. Windows color (decimal): -1077463 or 2723823. OLE color: 2723823.
HSL color Cylindrical-coordinate representation of color #EF8F29: hue angle of 30.91º 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 #EF8F29 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 41 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.06 |
| HSL | 30.91º | 0.86% | 0.55% | - |
| HSV(B) | 30.91º | 0.83% | 0.94% | - |
| XYZ | 45.82 | 38.16 | 7.05 | - |
| YUV | 160.08 | 60.8 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 41 | 0 | 0.40 | 0.83 | 0.06 | 30.91 | 0.86 | 0.55 |
| Hex | EF | 8F | 29 | 0 | 28 | 53 | 6 | 1F | 56 | 37 |
| Octal | 357 | 217 | 51 | 0 | 50 | 123 | 6 | 37 | 126 | 67 |
| Binary | 11101111 | 10001111 | 101001 | 0 | 101000 | 1010011 | 110 | 11111 | 1010110 | 110111 |
Color Harmonies of #EF8F29
Complementary color
Monochromatic Colors of #EF8F29
Black with #EF8F29
Text Example
Text Example
White with #EF8F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F29; }
p { color: rgb(239,143,41); }
H1.HeaderClassName
{
color: #EF8F29;
}
.AnyTagClassName
{
color: #EF8F29;
}
</style>
background-color css
<style>
a { background-color: #EF8F29; }
a { background-color: rgb(239,143,41); }
div.DivClassName
{
background-color: #EF8F29;
}
.BgClassName
{
background-color: #EF8F29;
}
</style>
border-color css
<style>
span { border-color: #EF8F29; }
span { border-color: rgb(239,143,41); }
td.TdClassName
{
border-color: #EF8F29;
}
.TagClassName
{
border-color: #EF8F29;
}
</style>