Shades of Carrot Orange #EF9A18
Tints of Carrot Orange #EF9A18
RGB
CMYK
RGB Variations
Color information
#EF9A18 (or 0xEF9A18) is known color: Carrot Orange. HEX triplet: EF, 9A and 18. RGB value is (239,154,24). Sum of RGB (Red+Green+Blue) = 239+154+24=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9A18 is #1065E7. Grayscale: #A5A5A5. Windows color (decimal): -1074664 or 1612527. OLE color: 1612527.
HSL color Cylindrical-coordinate representation of color #EF9A18: hue angle of 36.28º 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 #EF9A18 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 24 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.06 |
| HSL | 36.28º | 0.87% | 0.52% | - |
| HSV(B) | 36.28º | 0.9% | 0.94% | - |
| XYZ | 47.32 | 41.53 | 6.39 | - |
| YUV | 164.6 | 48.66 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 24 | 0 | 0.36 | 0.90 | 0.06 | 36.28 | 0.87 | 0.52 |
| Hex | EF | 9A | 18 | 0 | 24 | 5A | 6 | 24 | 57 | 34 |
| Octal | 357 | 232 | 30 | 0 | 44 | 132 | 6 | 44 | 127 | 64 |
| Binary | 11101111 | 10011010 | 11000 | 0 | 100100 | 1011010 | 110 | 100100 | 1010111 | 110100 |
Color Harmonies of #EF9A18
Complementary color
Monochromatic Colors of #EF9A18
Black with #EF9A18
Text Example
Text Example
White with #EF9A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A18; }
p { color: rgb(239,154,24); }
H1.HeaderClassName
{
color: #EF9A18;
}
.AnyTagClassName
{
color: #EF9A18;
}
</style>
background-color css
<style>
a { background-color: #EF9A18; }
a { background-color: rgb(239,154,24); }
div.DivClassName
{
background-color: #EF9A18;
}
.BgClassName
{
background-color: #EF9A18;
}
</style>
border-color css
<style>
span { border-color: #EF9A18; }
span { border-color: rgb(239,154,24); }
td.TdClassName
{
border-color: #EF9A18;
}
.TagClassName
{
border-color: #EF9A18;
}
</style>