Shades of Carrot Orange #EF7F1D
Tints of Carrot Orange #EF7F1D
RGB
CMYK
RGB Variations
Color information
#EF7F1D (or 0xEF7F1D) is known color: Carrot Orange. HEX triplet: EF, 7F and 1D. RGB value is (239,127,29). Sum of RGB (Red+Green+Blue) = 239+127+29=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7F1D is #1080E2. Grayscale: #959595. Windows color (decimal): -1081571 or 1933295. OLE color: 1933295.
HSL color Cylindrical-coordinate representation of color #EF7F1D: hue angle of 28º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF7F1D is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 29 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.06 |
| HSL | 28º | 0.87% | 0.53% | - |
| HSV(B) | 28º | 0.88% | 0.94% | - |
| XYZ | 43.41 | 33.62 | 5.36 | - |
| YUV | 149.32 | 60.11 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 29 | 0 | 0.47 | 0.88 | 0.06 | 28 | 0.87 | 0.53 |
| Hex | EF | 7F | 1D | 0 | 2F | 58 | 6 | 1C | 57 | 35 |
| Octal | 357 | 177 | 35 | 0 | 57 | 130 | 6 | 34 | 127 | 65 |
| Binary | 11101111 | 1111111 | 11101 | 0 | 101111 | 1011000 | 110 | 11100 | 1010111 | 110101 |
Color Harmonies of #EF7F1D
Complementary color
Monochromatic Colors of #EF7F1D
Black with #EF7F1D
Text Example
Text Example
White with #EF7F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7F1D; }
p { color: rgb(239,127,29); }
H1.HeaderClassName
{
color: #EF7F1D;
}
.AnyTagClassName
{
color: #EF7F1D;
}
</style>
background-color css
<style>
a { background-color: #EF7F1D; }
a { background-color: rgb(239,127,29); }
div.DivClassName
{
background-color: #EF7F1D;
}
.BgClassName
{
background-color: #EF7F1D;
}
</style>
border-color css
<style>
span { border-color: #EF7F1D; }
span { border-color: rgb(239,127,29); }
td.TdClassName
{
border-color: #EF7F1D;
}
.TagClassName
{
border-color: #EF7F1D;
}
</style>