Shades of Carrot Orange #EF851C
Tints of Carrot Orange #EF851C
RGB
CMYK
RGB Variations
Color information
#EF851C (or 0xEF851C) is known color: Carrot Orange. HEX triplet: EF, 85 and 1C. RGB value is (239,133,28). Sum of RGB (Red+Green+Blue) = 239+133+28=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF851C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF851C is #107AE3. Grayscale: #999999. Windows color (decimal): -1080036 or 1869295. OLE color: 1869295.
HSL color Cylindrical-coordinate representation of color #EF851C: hue angle of 29.86º 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 #EF851C is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 28 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.06 |
| HSL | 29.86º | 0.87% | 0.52% | - |
| HSV(B) | 29.86º | 0.88% | 0.94% | - |
| XYZ | 44.19 | 35.21 | 5.57 | - |
| YUV | 152.72 | 57.62 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 28 | 0 | 0.44 | 0.88 | 0.06 | 29.86 | 0.87 | 0.52 |
| Hex | EF | 85 | 1C | 0 | 2C | 58 | 6 | 1E | 57 | 34 |
| Octal | 357 | 205 | 34 | 0 | 54 | 130 | 6 | 36 | 127 | 64 |
| Binary | 11101111 | 10000101 | 11100 | 0 | 101100 | 1011000 | 110 | 11110 | 1010111 | 110100 |
Color Harmonies of #EF851C
Complementary color
Monochromatic Colors of #EF851C
Black with #EF851C
Text Example
Text Example
White with #EF851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF851C; }
p { color: rgb(239,133,28); }
H1.HeaderClassName
{
color: #EF851C;
}
.AnyTagClassName
{
color: #EF851C;
}
</style>
background-color css
<style>
a { background-color: #EF851C; }
a { background-color: rgb(239,133,28); }
div.DivClassName
{
background-color: #EF851C;
}
.BgClassName
{
background-color: #EF851C;
}
</style>
border-color css
<style>
span { border-color: #EF851C; }
span { border-color: rgb(239,133,28); }
td.TdClassName
{
border-color: #EF851C;
}
.TagClassName
{
border-color: #EF851C;
}
</style>