Shades of Carrot Orange #EF8A2A
Tints of Carrot Orange #EF8A2A
RGB
CMYK
RGB Variations
Color information
#EF8A2A (or 0xEF8A2A) is known color: Carrot Orange. HEX triplet: EF, 8A and 2A. RGB value is (239,138,42). Sum of RGB (Red+Green+Blue) = 239+138+42=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8A2A is #1075D5. Grayscale: #9D9D9D. Windows color (decimal): -1078742 or 2788079. OLE color: 2788079.
HSL color Cylindrical-coordinate representation of color #EF8A2A: hue angle of 29.24º 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 #EF8A2A is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 42 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.06 |
| HSL | 29.24º | 0.86% | 0.55% | - |
| HSV(B) | 29.24º | 0.82% | 0.94% | - |
| XYZ | 45.1 | 36.69 | 6.9 | - |
| YUV | 157.26 | 62.96 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 42 | 0 | 0.42 | 0.82 | 0.06 | 29.24 | 0.86 | 0.55 |
| Hex | EF | 8A | 2A | 0 | 2A | 52 | 6 | 1D | 56 | 37 |
| Octal | 357 | 212 | 52 | 0 | 52 | 122 | 6 | 35 | 126 | 67 |
| Binary | 11101111 | 10001010 | 101010 | 0 | 101010 | 1010010 | 110 | 11101 | 1010110 | 110111 |
Color Harmonies of #EF8A2A
Complementary color
Monochromatic Colors of #EF8A2A
Black with #EF8A2A
Text Example
Text Example
White with #EF8A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8A2A; }
p { color: rgb(239,138,42); }
H1.HeaderClassName
{
color: #EF8A2A;
}
.AnyTagClassName
{
color: #EF8A2A;
}
</style>
background-color css
<style>
a { background-color: #EF8A2A; }
a { background-color: rgb(239,138,42); }
div.DivClassName
{
background-color: #EF8A2A;
}
.BgClassName
{
background-color: #EF8A2A;
}
</style>
border-color css
<style>
span { border-color: #EF8A2A; }
span { border-color: rgb(239,138,42); }
td.TdClassName
{
border-color: #EF8A2A;
}
.TagClassName
{
border-color: #EF8A2A;
}
</style>