Shades of Carrot Orange #EF9A1C
Tints of Carrot Orange #EF9A1C
RGB
CMYK
RGB Variations
Color information
#EF9A1C (or 0xEF9A1C) is known color: Carrot Orange. HEX triplet: EF, 9A and 1C. RGB value is (239,154,28). Sum of RGB (Red+Green+Blue) = 239+154+28=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9A1C is #1065E3. Grayscale: #A5A5A5. Windows color (decimal): -1074660 or 1874671. OLE color: 1874671.
HSL color Cylindrical-coordinate representation of color #EF9A1C: hue angle of 35.83º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF9A1C is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 28 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.06 |
| HSL | 35.83º | 0.87% | 0.52% | - |
| HSV(B) | 35.83º | 0.88% | 0.94% | - |
| XYZ | 47.36 | 41.55 | 6.62 | - |
| YUV | 165.05 | 50.66 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 28 | 0 | 0.36 | 0.88 | 0.06 | 35.83 | 0.87 | 0.52 |
| Hex | EF | 9A | 1C | 0 | 24 | 58 | 6 | 24 | 57 | 34 |
| Octal | 357 | 232 | 34 | 0 | 44 | 130 | 6 | 44 | 127 | 64 |
| Binary | 11101111 | 10011010 | 11100 | 0 | 100100 | 1011000 | 110 | 100100 | 1010111 | 110100 |
Color Harmonies of #EF9A1C
Complementary color
Monochromatic Colors of #EF9A1C
Black with #EF9A1C
Text Example
Text Example
White with #EF9A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A1C; }
p { color: rgb(239,154,28); }
H1.HeaderClassName
{
color: #EF9A1C;
}
.AnyTagClassName
{
color: #EF9A1C;
}
</style>
background-color css
<style>
a { background-color: #EF9A1C; }
a { background-color: rgb(239,154,28); }
div.DivClassName
{
background-color: #EF9A1C;
}
.BgClassName
{
background-color: #EF9A1C;
}
</style>
border-color css
<style>
span { border-color: #EF9A1C; }
span { border-color: rgb(239,154,28); }
td.TdClassName
{
border-color: #EF9A1C;
}
.TagClassName
{
border-color: #EF9A1C;
}
</style>