Shades of Carrot Orange #EF8F2B
Tints of Carrot Orange #EF8F2B
RGB
CMYK
RGB Variations
Color information
#EF8F2B (or 0xEF8F2B) is known color: Carrot Orange. HEX triplet: EF, 8F and 2B. RGB value is (239,143,43). Sum of RGB (Red+Green+Blue) = 239+143+43=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F2B is #1070D4. Grayscale: #A0A0A0. Windows color (decimal): -1077461 or 2854895. OLE color: 2854895.
HSL color Cylindrical-coordinate representation of color #EF8F2B: hue angle of 30.61º 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 #EF8F2B is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 43 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.06 |
| HSL | 30.61º | 0.86% | 0.55% | - |
| HSV(B) | 30.61º | 0.82% | 0.94% | - |
| XYZ | 45.86 | 38.17 | 7.24 | - |
| YUV | 160.3 | 61.8 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 43 | 0 | 0.40 | 0.82 | 0.06 | 30.61 | 0.86 | 0.55 |
| Hex | EF | 8F | 2B | 0 | 28 | 52 | 6 | 1F | 56 | 37 |
| Octal | 357 | 217 | 53 | 0 | 50 | 122 | 6 | 37 | 126 | 67 |
| Binary | 11101111 | 10001111 | 101011 | 0 | 101000 | 1010010 | 110 | 11111 | 1010110 | 110111 |
Color Harmonies of #EF8F2B
Complementary color
Monochromatic Colors of #EF8F2B
Black with #EF8F2B
Text Example
Text Example
White with #EF8F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F2B; }
p { color: rgb(239,143,43); }
H1.HeaderClassName
{
color: #EF8F2B;
}
.AnyTagClassName
{
color: #EF8F2B;
}
</style>
background-color css
<style>
a { background-color: #EF8F2B; }
a { background-color: rgb(239,143,43); }
div.DivClassName
{
background-color: #EF8F2B;
}
.BgClassName
{
background-color: #EF8F2B;
}
</style>
border-color css
<style>
span { border-color: #EF8F2B; }
span { border-color: rgb(239,143,43); }
td.TdClassName
{
border-color: #EF8F2B;
}
.TagClassName
{
border-color: #EF8F2B;
}
</style>