Shades of Carrot Orange #EF8914
Tints of Carrot Orange #EF8914
RGB
CMYK
RGB Variations
Color information
#EF8914 (or 0xEF8914) is known color: Carrot Orange. HEX triplet: EF, 89 and 14. RGB value is (239,137,20). Sum of RGB (Red+Green+Blue) = 239+137+20=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8914 is #1076EB. Grayscale: #9A9A9A. Windows color (decimal): -1079020 or 1346031. OLE color: 1346031.
HSL color Cylindrical-coordinate representation of color #EF8914: hue angle of 32.05º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF8914 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 20 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.06 |
| HSL | 32.05º | 0.87% | 0.51% | - |
| HSV(B) | 32.05º | 0.92% | 0.94% | - |
| XYZ | 44.67 | 36.29 | 5.31 | - |
| YUV | 154.16 | 52.29 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 20 | 0 | 0.43 | 0.92 | 0.06 | 32.05 | 0.87 | 0.51 |
| Hex | EF | 89 | 14 | 0 | 2B | 5C | 6 | 20 | 57 | 33 |
| Octal | 357 | 211 | 24 | 0 | 53 | 134 | 6 | 40 | 127 | 63 |
| Binary | 11101111 | 10001001 | 10100 | 0 | 101011 | 1011100 | 110 | 100000 | 1010111 | 110011 |
Color Harmonies of #EF8914
Complementary color
Monochromatic Colors of #EF8914
Black with #EF8914
Text Example
Text Example
White with #EF8914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8914; }
p { color: rgb(239,137,20); }
H1.HeaderClassName
{
color: #EF8914;
}
.AnyTagClassName
{
color: #EF8914;
}
</style>
background-color css
<style>
a { background-color: #EF8914; }
a { background-color: rgb(239,137,20); }
div.DivClassName
{
background-color: #EF8914;
}
.BgClassName
{
background-color: #EF8914;
}
</style>
border-color css
<style>
span { border-color: #EF8914; }
span { border-color: rgb(239,137,20); }
td.TdClassName
{
border-color: #EF8914;
}
.TagClassName
{
border-color: #EF8914;
}
</style>