Shades of Carrot Orange #EF971C
Tints of Carrot Orange #EF971C
RGB
CMYK
RGB Variations
Color information
#EF971C (or 0xEF971C) is known color: Carrot Orange. HEX triplet: EF, 97 and 1C. RGB value is (239,151,28). Sum of RGB (Red+Green+Blue) = 239+151+28=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF971C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF971C is #1068E3. Grayscale: #A3A3A3. Windows color (decimal): -1075428 or 1873903. OLE color: 1873903.
HSL color Cylindrical-coordinate representation of color #EF971C: hue angle of 34.98º 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 #EF971C is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 28 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.06 |
| HSL | 34.98º | 0.87% | 0.52% | - |
| HSV(B) | 34.98º | 0.88% | 0.94% | - |
| XYZ | 46.87 | 40.57 | 6.46 | - |
| YUV | 163.29 | 51.65 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 28 | 0 | 0.37 | 0.88 | 0.06 | 34.98 | 0.87 | 0.52 |
| Hex | EF | 97 | 1C | 0 | 25 | 58 | 6 | 23 | 57 | 34 |
| Octal | 357 | 227 | 34 | 0 | 45 | 130 | 6 | 43 | 127 | 64 |
| Binary | 11101111 | 10010111 | 11100 | 0 | 100101 | 1011000 | 110 | 100011 | 1010111 | 110100 |
Color Harmonies of #EF971C
Complementary color
Monochromatic Colors of #EF971C
Black with #EF971C
Text Example
Text Example
White with #EF971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF971C; }
p { color: rgb(239,151,28); }
H1.HeaderClassName
{
color: #EF971C;
}
.AnyTagClassName
{
color: #EF971C;
}
</style>
background-color css
<style>
a { background-color: #EF971C; }
a { background-color: rgb(239,151,28); }
div.DivClassName
{
background-color: #EF971C;
}
.BgClassName
{
background-color: #EF971C;
}
</style>
border-color css
<style>
span { border-color: #EF971C; }
span { border-color: rgb(239,151,28); }
td.TdClassName
{
border-color: #EF971C;
}
.TagClassName
{
border-color: #EF971C;
}
</style>