Shades of Carrot Orange #EF9115
Tints of Carrot Orange #EF9115
RGB
CMYK
RGB Variations
Color information
#EF9115 (or 0xEF9115) is known color: Carrot Orange. HEX triplet: EF, 91 and 15. RGB value is (239,145,21). Sum of RGB (Red+Green+Blue) = 239+145+21=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9115 is #106EEA. Grayscale: #9F9F9F. Windows color (decimal): -1076971 or 1413615. OLE color: 1413615.
HSL color Cylindrical-coordinate representation of color #EF9115: hue angle of 34.13º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF9115 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 21 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.06 |
| HSL | 34.13º | 0.87% | 0.51% | - |
| HSV(B) | 34.13º | 0.91% | 0.94% | - |
| XYZ | 45.86 | 38.66 | 5.75 | - |
| YUV | 158.97 | 50.14 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 21 | 0 | 0.39 | 0.91 | 0.06 | 34.13 | 0.87 | 0.51 |
| Hex | EF | 91 | 15 | 0 | 27 | 5B | 6 | 22 | 57 | 33 |
| Octal | 357 | 221 | 25 | 0 | 47 | 133 | 6 | 42 | 127 | 63 |
| Binary | 11101111 | 10010001 | 10101 | 0 | 100111 | 1011011 | 110 | 100010 | 1010111 | 110011 |
Color Harmonies of #EF9115
Complementary color
Monochromatic Colors of #EF9115
Black with #EF9115
Text Example
Text Example
White with #EF9115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9115; }
p { color: rgb(239,145,21); }
H1.HeaderClassName
{
color: #EF9115;
}
.AnyTagClassName
{
color: #EF9115;
}
</style>
background-color css
<style>
a { background-color: #EF9115; }
a { background-color: rgb(239,145,21); }
div.DivClassName
{
background-color: #EF9115;
}
.BgClassName
{
background-color: #EF9115;
}
</style>
border-color css
<style>
span { border-color: #EF9115; }
span { border-color: rgb(239,145,21); }
td.TdClassName
{
border-color: #EF9115;
}
.TagClassName
{
border-color: #EF9115;
}
</style>