Shades of Carrot Orange #EF8215
Tints of Carrot Orange #EF8215
RGB
CMYK
RGB Variations
Color information
#EF8215 (or 0xEF8215) is known color: Carrot Orange. HEX triplet: EF, 82 and 15. RGB value is (239,130,21). Sum of RGB (Red+Green+Blue) = 239+130+21=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8215 is #107DEA. Grayscale: #969696. Windows color (decimal): -1080811 or 1409775. OLE color: 1409775.
HSL color Cylindrical-coordinate representation of color #EF8215: hue angle of 30º 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 #EF8215 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 21 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.06 |
| HSL | 30º | 0.87% | 0.51% | - |
| HSV(B) | 30º | 0.91% | 0.94% | - |
| XYZ | 43.71 | 34.37 | 5.04 | - |
| YUV | 150.17 | 55.11 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 21 | 0 | 0.46 | 0.91 | 0.06 | 30 | 0.87 | 0.51 |
| Hex | EF | 82 | 15 | 0 | 2E | 5B | 6 | 1E | 57 | 33 |
| Octal | 357 | 202 | 25 | 0 | 56 | 133 | 6 | 36 | 127 | 63 |
| Binary | 11101111 | 10000010 | 10101 | 0 | 101110 | 1011011 | 110 | 11110 | 1010111 | 110011 |
Color Harmonies of #EF8215
Complementary color
Monochromatic Colors of #EF8215
Black with #EF8215
Text Example
Text Example
White with #EF8215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8215; }
p { color: rgb(239,130,21); }
H1.HeaderClassName
{
color: #EF8215;
}
.AnyTagClassName
{
color: #EF8215;
}
</style>
background-color css
<style>
a { background-color: #EF8215; }
a { background-color: rgb(239,130,21); }
div.DivClassName
{
background-color: #EF8215;
}
.BgClassName
{
background-color: #EF8215;
}
</style>
border-color css
<style>
span { border-color: #EF8215; }
span { border-color: rgb(239,130,21); }
td.TdClassName
{
border-color: #EF8215;
}
.TagClassName
{
border-color: #EF8215;
}
</style>