Shades of Carrot Orange #EF9F1C
Tints of Carrot Orange #EF9F1C
RGB
CMYK
RGB Variations
Color information
#EF9F1C (or 0xEF9F1C) is known color: Carrot Orange. HEX triplet: EF, 9F and 1C. RGB value is (239,159,28). Sum of RGB (Red+Green+Blue) = 239+159+28=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9F1C is #1060E3. Grayscale: #A8A8A8. Windows color (decimal): -1073380 or 1875951. OLE color: 1875951.
HSL color Cylindrical-coordinate representation of color #EF9F1C: hue angle of 37.25º 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 #EF9F1C is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 28 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.06 |
| HSL | 37.25º | 0.87% | 0.52% | - |
| HSV(B) | 37.25º | 0.88% | 0.94% | - |
| XYZ | 48.2 | 43.23 | 6.9 | - |
| YUV | 167.99 | 49 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 28 | 0 | 0.33 | 0.88 | 0.06 | 37.25 | 0.87 | 0.52 |
| Hex | EF | 9F | 1C | 0 | 21 | 58 | 6 | 25 | 57 | 34 |
| Octal | 357 | 237 | 34 | 0 | 41 | 130 | 6 | 45 | 127 | 64 |
| Binary | 11101111 | 10011111 | 11100 | 0 | 100001 | 1011000 | 110 | 100101 | 1010111 | 110100 |
Color Harmonies of #EF9F1C
Complementary color
Monochromatic Colors of #EF9F1C
Black with #EF9F1C
Text Example
Text Example
White with #EF9F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F1C; }
p { color: rgb(239,159,28); }
H1.HeaderClassName
{
color: #EF9F1C;
}
.AnyTagClassName
{
color: #EF9F1C;
}
</style>
background-color css
<style>
a { background-color: #EF9F1C; }
a { background-color: rgb(239,159,28); }
div.DivClassName
{
background-color: #EF9F1C;
}
.BgClassName
{
background-color: #EF9F1C;
}
</style>
border-color css
<style>
span { border-color: #EF9F1C; }
span { border-color: rgb(239,159,28); }
td.TdClassName
{
border-color: #EF9F1C;
}
.TagClassName
{
border-color: #EF9F1C;
}
</style>