Shades of Carrot Orange #EF911C
Tints of Carrot Orange #EF911C
RGB
CMYK
RGB Variations
Color information
#EF911C (or 0xEF911C) is known color: Carrot Orange. HEX triplet: EF, 91 and 1C. RGB value is (239,145,28). Sum of RGB (Red+Green+Blue) = 239+145+28=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF911C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF911C is #106EE3. Grayscale: #A0A0A0. Windows color (decimal): -1076964 or 1872367. OLE color: 1872367.
HSL color Cylindrical-coordinate representation of color #EF911C: hue angle of 33.27º 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 #EF911C is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 28 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.06 |
| HSL | 33.27º | 0.87% | 0.52% | - |
| HSV(B) | 33.27º | 0.88% | 0.94% | - |
| XYZ | 45.93 | 38.69 | 6.14 | - |
| YUV | 159.77 | 53.64 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 28 | 0 | 0.39 | 0.88 | 0.06 | 33.27 | 0.87 | 0.52 |
| Hex | EF | 91 | 1C | 0 | 27 | 58 | 6 | 21 | 57 | 34 |
| Octal | 357 | 221 | 34 | 0 | 47 | 130 | 6 | 41 | 127 | 64 |
| Binary | 11101111 | 10010001 | 11100 | 0 | 100111 | 1011000 | 110 | 100001 | 1010111 | 110100 |
Color Harmonies of #EF911C
Complementary color
Monochromatic Colors of #EF911C
Black with #EF911C
Text Example
Text Example
White with #EF911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF911C; }
p { color: rgb(239,145,28); }
H1.HeaderClassName
{
color: #EF911C;
}
.AnyTagClassName
{
color: #EF911C;
}
</style>
background-color css
<style>
a { background-color: #EF911C; }
a { background-color: rgb(239,145,28); }
div.DivClassName
{
background-color: #EF911C;
}
.BgClassName
{
background-color: #EF911C;
}
</style>
border-color css
<style>
span { border-color: #EF911C; }
span { border-color: rgb(239,145,28); }
td.TdClassName
{
border-color: #EF911C;
}
.TagClassName
{
border-color: #EF911C;
}
</style>