Shades of Carrot Orange #EF8912
Tints of Carrot Orange #EF8912
RGB
CMYK
RGB Variations
Color information
#EF8912 (or 0xEF8912) is known color: Carrot Orange. HEX triplet: EF, 89 and 12. RGB value is (239,137,18). Sum of RGB (Red+Green+Blue) = 239+137+18=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8912 is #1076ED. Grayscale: #9A9A9A. Windows color (decimal): -1079022 or 1214959. OLE color: 1214959.
HSL color Cylindrical-coordinate representation of color #EF8912: hue angle of 32.31º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF8912 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 18 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.06 |
| HSL | 32.31º | 0.87% | 0.5% | - |
| HSV(B) | 32.31º | 0.92% | 0.94% | - |
| XYZ | 44.65 | 36.29 | 5.22 | - |
| YUV | 153.93 | 51.29 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 18 | 0 | 0.43 | 0.92 | 0.06 | 32.31 | 0.87 | 0.5 |
| Hex | EF | 89 | 12 | 0 | 2B | 5C | 6 | 20 | 57 | 32 |
| Octal | 357 | 211 | 22 | 0 | 53 | 134 | 6 | 40 | 127 | 62 |
| Binary | 11101111 | 10001001 | 10010 | 0 | 101011 | 1011100 | 110 | 100000 | 1010111 | 110010 |
Color Harmonies of #EF8912
Complementary color
Monochromatic Colors of #EF8912
Black with #EF8912
Text Example
Text Example
White with #EF8912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8912; }
p { color: rgb(239,137,18); }
H1.HeaderClassName
{
color: #EF8912;
}
.AnyTagClassName
{
color: #EF8912;
}
</style>
background-color css
<style>
a { background-color: #EF8912; }
a { background-color: rgb(239,137,18); }
div.DivClassName
{
background-color: #EF8912;
}
.BgClassName
{
background-color: #EF8912;
}
</style>
border-color css
<style>
span { border-color: #EF8912; }
span { border-color: rgb(239,137,18); }
td.TdClassName
{
border-color: #EF8912;
}
.TagClassName
{
border-color: #EF8912;
}
</style>