Shades of Carrot Orange #EF942B
Tints of Carrot Orange #EF942B
RGB
CMYK
RGB Variations
Color information
#EF942B (or 0xEF942B) is known color: Carrot Orange. HEX triplet: EF, 94 and 2B. RGB value is (239,148,43). Sum of RGB (Red+Green+Blue) = 239+148+43=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF942B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF942B is #106BD4. Grayscale: #A3A3A3. Windows color (decimal): -1076181 or 2856175. OLE color: 2856175.
HSL color Cylindrical-coordinate representation of color #EF942B: hue angle of 32.14º 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 #EF942B is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 43 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.06 |
| HSL | 32.14º | 0.86% | 0.55% | - |
| HSV(B) | 32.14º | 0.82% | 0.94% | - |
| XYZ | 46.62 | 39.7 | 7.49 | - |
| YUV | 163.24 | 60.15 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 43 | 0 | 0.38 | 0.82 | 0.06 | 32.14 | 0.86 | 0.55 |
| Hex | EF | 94 | 2B | 0 | 26 | 52 | 6 | 20 | 56 | 37 |
| Octal | 357 | 224 | 53 | 0 | 46 | 122 | 6 | 40 | 126 | 67 |
| Binary | 11101111 | 10010100 | 101011 | 0 | 100110 | 1010010 | 110 | 100000 | 1010110 | 110111 |
Color Harmonies of #EF942B
Complementary color
Monochromatic Colors of #EF942B
Black with #EF942B
Text Example
Text Example
White with #EF942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF942B; }
p { color: rgb(239,148,43); }
H1.HeaderClassName
{
color: #EF942B;
}
.AnyTagClassName
{
color: #EF942B;
}
</style>
background-color css
<style>
a { background-color: #EF942B; }
a { background-color: rgb(239,148,43); }
div.DivClassName
{
background-color: #EF942B;
}
.BgClassName
{
background-color: #EF942B;
}
</style>
border-color css
<style>
span { border-color: #EF942B; }
span { border-color: rgb(239,148,43); }
td.TdClassName
{
border-color: #EF942B;
}
.TagClassName
{
border-color: #EF942B;
}
</style>