Shades of Carrot Orange #EF8918
Tints of Carrot Orange #EF8918
RGB
CMYK
RGB Variations
Color information
#EF8918 (or 0xEF8918) is known color: Carrot Orange. HEX triplet: EF, 89 and 18. RGB value is (239,137,24). Sum of RGB (Red+Green+Blue) = 239+137+24=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8918 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8918 is #1076E7. Grayscale: #9B9B9B. Windows color (decimal): -1079016 or 1608175. OLE color: 1608175.
HSL color Cylindrical-coordinate representation of color #EF8918: hue angle of 31.53º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF8918 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 24 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.06 |
| HSL | 31.53º | 0.87% | 0.52% | - |
| HSV(B) | 31.53º | 0.9% | 0.94% | - |
| XYZ | 44.71 | 36.31 | 5.52 | - |
| YUV | 154.62 | 54.29 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 24 | 0 | 0.43 | 0.90 | 0.06 | 31.53 | 0.87 | 0.52 |
| Hex | EF | 89 | 18 | 0 | 2B | 5A | 6 | 20 | 57 | 34 |
| Octal | 357 | 211 | 30 | 0 | 53 | 132 | 6 | 40 | 127 | 64 |
| Binary | 11101111 | 10001001 | 11000 | 0 | 101011 | 1011010 | 110 | 100000 | 1010111 | 110100 |
Color Harmonies of #EF8918
Complementary color
Monochromatic Colors of #EF8918
Black with #EF8918
Text Example
Text Example
White with #EF8918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8918; }
p { color: rgb(239,137,24); }
H1.HeaderClassName
{
color: #EF8918;
}
.AnyTagClassName
{
color: #EF8918;
}
</style>
background-color css
<style>
a { background-color: #EF8918; }
a { background-color: rgb(239,137,24); }
div.DivClassName
{
background-color: #EF8918;
}
.BgClassName
{
background-color: #EF8918;
}
</style>
border-color css
<style>
span { border-color: #EF8918; }
span { border-color: rgb(239,137,24); }
td.TdClassName
{
border-color: #EF8918;
}
.TagClassName
{
border-color: #EF8918;
}
</style>