Shades of Carrot Orange #EF8F1C
Tints of Carrot Orange #EF8F1C
RGB
CMYK
RGB Variations
Color information
#EF8F1C (or 0xEF8F1C) is known color: Carrot Orange. HEX triplet: EF, 8F and 1C. RGB value is (239,143,28). Sum of RGB (Red+Green+Blue) = 239+143+28=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F1C is #1070E3. Grayscale: #9F9F9F. Windows color (decimal): -1077476 or 1871855. OLE color: 1871855.
HSL color Cylindrical-coordinate representation of color #EF8F1C: hue angle of 32.7º 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 #EF8F1C is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 28 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.06 |
| HSL | 32.7º | 0.87% | 0.52% | - |
| HSV(B) | 32.7º | 0.88% | 0.94% | - |
| XYZ | 45.63 | 38.08 | 6.04 | - |
| YUV | 158.59 | 54.3 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 28 | 0 | 0.40 | 0.88 | 0.06 | 32.7 | 0.87 | 0.52 |
| Hex | EF | 8F | 1C | 0 | 28 | 58 | 6 | 21 | 57 | 34 |
| Octal | 357 | 217 | 34 | 0 | 50 | 130 | 6 | 41 | 127 | 64 |
| Binary | 11101111 | 10001111 | 11100 | 0 | 101000 | 1011000 | 110 | 100001 | 1010111 | 110100 |
Color Harmonies of #EF8F1C
Complementary color
Monochromatic Colors of #EF8F1C
Black with #EF8F1C
Text Example
Text Example
White with #EF8F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F1C; }
p { color: rgb(239,143,28); }
H1.HeaderClassName
{
color: #EF8F1C;
}
.AnyTagClassName
{
color: #EF8F1C;
}
</style>
background-color css
<style>
a { background-color: #EF8F1C; }
a { background-color: rgb(239,143,28); }
div.DivClassName
{
background-color: #EF8F1C;
}
.BgClassName
{
background-color: #EF8F1C;
}
</style>
border-color css
<style>
span { border-color: #EF8F1C; }
span { border-color: rgb(239,143,28); }
td.TdClassName
{
border-color: #EF8F1C;
}
.TagClassName
{
border-color: #EF8F1C;
}
</style>