Shades of Carrot Orange #EF8D27
Tints of Carrot Orange #EF8D27
RGB
CMYK
RGB Variations
Color information
#EF8D27 (or 0xEF8D27) is known color: Carrot Orange. HEX triplet: EF, 8D and 27. RGB value is (239,141,39). Sum of RGB (Red+Green+Blue) = 239+141+39=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8D27 is #1072D8. Grayscale: #9F9F9F. Windows color (decimal): -1077977 or 2592239. OLE color: 2592239.
HSL color Cylindrical-coordinate representation of color #EF8D27: hue angle of 30.6º 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 #EF8D27 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 39 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.06 |
| HSL | 30.6º | 0.86% | 0.55% | - |
| HSV(B) | 30.6º | 0.84% | 0.94% | - |
| XYZ | 45.49 | 37.55 | 6.77 | - |
| YUV | 158.67 | 60.47 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 39 | 0 | 0.41 | 0.84 | 0.06 | 30.6 | 0.86 | 0.55 |
| Hex | EF | 8D | 27 | 0 | 29 | 54 | 6 | 1F | 56 | 37 |
| Octal | 357 | 215 | 47 | 0 | 51 | 124 | 6 | 37 | 126 | 67 |
| Binary | 11101111 | 10001101 | 100111 | 0 | 101001 | 1010100 | 110 | 11111 | 1010110 | 110111 |
Color Harmonies of #EF8D27
Complementary color
Monochromatic Colors of #EF8D27
Black with #EF8D27
Text Example
Text Example
White with #EF8D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D27; }
p { color: rgb(239,141,39); }
H1.HeaderClassName
{
color: #EF8D27;
}
.AnyTagClassName
{
color: #EF8D27;
}
</style>
background-color css
<style>
a { background-color: #EF8D27; }
a { background-color: rgb(239,141,39); }
div.DivClassName
{
background-color: #EF8D27;
}
.BgClassName
{
background-color: #EF8D27;
}
</style>
border-color css
<style>
span { border-color: #EF8D27; }
span { border-color: rgb(239,141,39); }
td.TdClassName
{
border-color: #EF8D27;
}
.TagClassName
{
border-color: #EF8D27;
}
</style>