Shades of Carrot Orange #EF7F20
Tints of Carrot Orange #EF7F20
RGB
CMYK
RGB Variations
Color information
#EF7F20 (or 0xEF7F20) is known color: Carrot Orange. HEX triplet: EF, 7F and 20. RGB value is (239,127,32). Sum of RGB (Red+Green+Blue) = 239+127+32=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7F20 is #1080DF. Grayscale: #969696. Windows color (decimal): -1081568 or 2129903. OLE color: 2129903.
HSL color Cylindrical-coordinate representation of color #EF7F20: hue angle of 27.54º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF7F20 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 32 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.06 |
| HSL | 27.54º | 0.87% | 0.53% | - |
| HSV(B) | 27.54º | 0.87% | 0.94% | - |
| XYZ | 43.45 | 33.63 | 5.57 | - |
| YUV | 149.66 | 61.61 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 32 | 0 | 0.47 | 0.87 | 0.06 | 27.54 | 0.87 | 0.53 |
| Hex | EF | 7F | 20 | 0 | 2F | 57 | 6 | 1C | 57 | 35 |
| Octal | 357 | 177 | 40 | 0 | 57 | 127 | 6 | 34 | 127 | 65 |
| Binary | 11101111 | 1111111 | 100000 | 0 | 101111 | 1010111 | 110 | 11100 | 1010111 | 110101 |
Color Harmonies of #EF7F20
Complementary color
Monochromatic Colors of #EF7F20
Black with #EF7F20
Text Example
Text Example
White with #EF7F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7F20; }
p { color: rgb(239,127,32); }
H1.HeaderClassName
{
color: #EF7F20;
}
.AnyTagClassName
{
color: #EF7F20;
}
</style>
background-color css
<style>
a { background-color: #EF7F20; }
a { background-color: rgb(239,127,32); }
div.DivClassName
{
background-color: #EF7F20;
}
.BgClassName
{
background-color: #EF7F20;
}
</style>
border-color css
<style>
span { border-color: #EF7F20; }
span { border-color: rgb(239,127,32); }
td.TdClassName
{
border-color: #EF7F20;
}
.TagClassName
{
border-color: #EF7F20;
}
</style>