Shades of Carrot Orange #EF8A27
Tints of Carrot Orange #EF8A27
RGB
CMYK
RGB Variations
Color information
#EF8A27 (or 0xEF8A27) is known color: Carrot Orange. HEX triplet: EF, 8A and 27. RGB value is (239,138,39). Sum of RGB (Red+Green+Blue) = 239+138+39=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 39 (15.62% from 255 or 9.38% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8A27 is #1075D8. Grayscale: #9D9D9D. Windows color (decimal): -1078745 or 2591471. OLE color: 2591471.
HSL color Cylindrical-coordinate representation of color #EF8A27: hue angle of 29.7º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF8A27 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 39 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.06 |
| HSL | 29.7º | 0.86% | 0.55% | - |
| HSV(B) | 29.7º | 0.84% | 0.94% | - |
| XYZ | 45.05 | 36.67 | 6.62 | - |
| YUV | 156.91 | 61.46 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 39 | 0 | 0.42 | 0.84 | 0.06 | 29.7 | 0.86 | 0.55 |
| Hex | EF | 8A | 27 | 0 | 2A | 54 | 6 | 1E | 56 | 37 |
| Octal | 357 | 212 | 47 | 0 | 52 | 124 | 6 | 36 | 126 | 67 |
| Binary | 11101111 | 10001010 | 100111 | 0 | 101010 | 1010100 | 110 | 11110 | 1010110 | 110111 |
Color Harmonies of #EF8A27
Complementary color
Monochromatic Colors of #EF8A27
Black with #EF8A27
Text Example
Text Example
White with #EF8A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8A27; }
p { color: rgb(239,138,39); }
H1.HeaderClassName
{
color: #EF8A27;
}
.AnyTagClassName
{
color: #EF8A27;
}
</style>
background-color css
<style>
a { background-color: #EF8A27; }
a { background-color: rgb(239,138,39); }
div.DivClassName
{
background-color: #EF8A27;
}
.BgClassName
{
background-color: #EF8A27;
}
</style>
border-color css
<style>
span { border-color: #EF8A27; }
span { border-color: rgb(239,138,39); }
td.TdClassName
{
border-color: #EF8A27;
}
.TagClassName
{
border-color: #EF8A27;
}
</style>