Shades of Carrot Orange #EF9315
Tints of Carrot Orange #EF9315
RGB
CMYK
RGB Variations
Color information
#EF9315 (or 0xEF9315) is known color: Carrot Orange. HEX triplet: EF, 93 and 15. RGB value is (239,147,21). Sum of RGB (Red+Green+Blue) = 239+147+21=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9315 is #106CEA. Grayscale: #A0A0A0. Windows color (decimal): -1076459 or 1414127. OLE color: 1414127.
HSL color Cylindrical-coordinate representation of color #EF9315: hue angle of 34.68º 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 #EF9315 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 21 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.06 |
| HSL | 34.68º | 0.87% | 0.51% | - |
| HSV(B) | 34.68º | 0.91% | 0.94% | - |
| XYZ | 46.17 | 39.27 | 5.86 | - |
| YUV | 160.14 | 49.48 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 21 | 0 | 0.38 | 0.91 | 0.06 | 34.68 | 0.87 | 0.51 |
| Hex | EF | 93 | 15 | 0 | 26 | 5B | 6 | 23 | 57 | 33 |
| Octal | 357 | 223 | 25 | 0 | 46 | 133 | 6 | 43 | 127 | 63 |
| Binary | 11101111 | 10010011 | 10101 | 0 | 100110 | 1011011 | 110 | 100011 | 1010111 | 110011 |
Color Harmonies of #EF9315
Complementary color
Monochromatic Colors of #EF9315
Black with #EF9315
Text Example
Text Example
White with #EF9315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9315; }
p { color: rgb(239,147,21); }
H1.HeaderClassName
{
color: #EF9315;
}
.AnyTagClassName
{
color: #EF9315;
}
</style>
background-color css
<style>
a { background-color: #EF9315; }
a { background-color: rgb(239,147,21); }
div.DivClassName
{
background-color: #EF9315;
}
.BgClassName
{
background-color: #EF9315;
}
</style>
border-color css
<style>
span { border-color: #EF9315; }
span { border-color: rgb(239,147,21); }
td.TdClassName
{
border-color: #EF9315;
}
.TagClassName
{
border-color: #EF9315;
}
</style>