Shades of Carrot Orange #EF8E2B
Tints of Carrot Orange #EF8E2B
RGB
CMYK
RGB Variations
Color information
#EF8E2B (or 0xEF8E2B) is known color: Carrot Orange. HEX triplet: EF, 8E and 2B. RGB value is (239,142,43). Sum of RGB (Red+Green+Blue) = 239+142+43=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8E2B is #1071D4. Grayscale: #A0A0A0. Windows color (decimal): -1077717 or 2854639. OLE color: 2854639.
HSL color Cylindrical-coordinate representation of color #EF8E2B: hue angle of 30.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF8E2B is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 142 | 43 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.06 |
| HSL | 30.31º | 0.86% | 0.55% | - |
| HSV(B) | 30.31º | 0.82% | 0.94% | - |
| XYZ | 45.71 | 37.87 | 7.19 | - |
| YUV | 159.72 | 62.14 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 142 | 43 | 0 | 0.41 | 0.82 | 0.06 | 30.31 | 0.86 | 0.55 |
| Hex | EF | 8E | 2B | 0 | 29 | 52 | 6 | 1E | 56 | 37 |
| Octal | 357 | 216 | 53 | 0 | 51 | 122 | 6 | 36 | 126 | 67 |
| Binary | 11101111 | 10001110 | 101011 | 0 | 101001 | 1010010 | 110 | 11110 | 1010110 | 110111 |
Color Harmonies of #EF8E2B
Complementary color
Monochromatic Colors of #EF8E2B
Black with #EF8E2B
Text Example
Text Example
White with #EF8E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8E2B; }
p { color: rgb(239,142,43); }
H1.HeaderClassName
{
color: #EF8E2B;
}
.AnyTagClassName
{
color: #EF8E2B;
}
</style>
background-color css
<style>
a { background-color: #EF8E2B; }
a { background-color: rgb(239,142,43); }
div.DivClassName
{
background-color: #EF8E2B;
}
.BgClassName
{
background-color: #EF8E2B;
}
</style>
border-color css
<style>
span { border-color: #EF8E2B; }
span { border-color: rgb(239,142,43); }
td.TdClassName
{
border-color: #EF8E2B;
}
.TagClassName
{
border-color: #EF8E2B;
}
</style>