Shades of Carrot Orange #EF9D1E
Tints of Carrot Orange #EF9D1E
RGB
CMYK
RGB Variations
Color information
#EF9D1E (or 0xEF9D1E) is known color: Carrot Orange. HEX triplet: EF, 9D and 1E. RGB value is (239,157,30). Sum of RGB (Red+Green+Blue) = 239+157+30=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9D1E is #1062E1. Grayscale: #A7A7A7. Windows color (decimal): -1073890 or 2006511. OLE color: 2006511.
HSL color Cylindrical-coordinate representation of color #EF9D1E: hue angle of 36.46º 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 #EF9D1E is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 30 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.06 |
| HSL | 36.46º | 0.87% | 0.53% | - |
| HSV(B) | 36.46º | 0.87% | 0.94% | - |
| XYZ | 47.89 | 42.56 | 6.92 | - |
| YUV | 167.04 | 50.67 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 30 | 0 | 0.34 | 0.87 | 0.06 | 36.46 | 0.87 | 0.53 |
| Hex | EF | 9D | 1E | 0 | 22 | 57 | 6 | 24 | 57 | 35 |
| Octal | 357 | 235 | 36 | 0 | 42 | 127 | 6 | 44 | 127 | 65 |
| Binary | 11101111 | 10011101 | 11110 | 0 | 100010 | 1010111 | 110 | 100100 | 1010111 | 110101 |
Color Harmonies of #EF9D1E
Complementary color
Monochromatic Colors of #EF9D1E
Black with #EF9D1E
Text Example
Text Example
White with #EF9D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9D1E; }
p { color: rgb(239,157,30); }
H1.HeaderClassName
{
color: #EF9D1E;
}
.AnyTagClassName
{
color: #EF9D1E;
}
</style>
background-color css
<style>
a { background-color: #EF9D1E; }
a { background-color: rgb(239,157,30); }
div.DivClassName
{
background-color: #EF9D1E;
}
.BgClassName
{
background-color: #EF9D1E;
}
</style>
border-color css
<style>
span { border-color: #EF9D1E; }
span { border-color: rgb(239,157,30); }
td.TdClassName
{
border-color: #EF9D1E;
}
.TagClassName
{
border-color: #EF9D1E;
}
</style>