Shades of Carrot Orange #EF911D
Tints of Carrot Orange #EF911D
RGB
CMYK
RGB Variations
Color information
#EF911D (or 0xEF911D) is known color: Carrot Orange. HEX triplet: EF, 91 and 1D. RGB value is (239,145,29). Sum of RGB (Red+Green+Blue) = 239+145+29=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF911D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF911D is #106EE2. Grayscale: #A0A0A0. Windows color (decimal): -1076963 or 1937903. OLE color: 1937903.
HSL color Cylindrical-coordinate representation of color #EF911D: hue angle of 33.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF911D is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 29 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.06 |
| HSL | 33.14º | 0.87% | 0.53% | - |
| HSV(B) | 33.14º | 0.88% | 0.94% | - |
| XYZ | 45.94 | 38.69 | 6.21 | - |
| YUV | 159.88 | 54.14 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 29 | 0 | 0.39 | 0.88 | 0.06 | 33.14 | 0.87 | 0.53 |
| Hex | EF | 91 | 1D | 0 | 27 | 58 | 6 | 21 | 57 | 35 |
| Octal | 357 | 221 | 35 | 0 | 47 | 130 | 6 | 41 | 127 | 65 |
| Binary | 11101111 | 10010001 | 11101 | 0 | 100111 | 1011000 | 110 | 100001 | 1010111 | 110101 |
Color Harmonies of #EF911D
Complementary color
Monochromatic Colors of #EF911D
Black with #EF911D
Text Example
Text Example
White with #EF911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF911D; }
p { color: rgb(239,145,29); }
H1.HeaderClassName
{
color: #EF911D;
}
.AnyTagClassName
{
color: #EF911D;
}
</style>
background-color css
<style>
a { background-color: #EF911D; }
a { background-color: rgb(239,145,29); }
div.DivClassName
{
background-color: #EF911D;
}
.BgClassName
{
background-color: #EF911D;
}
</style>
border-color css
<style>
span { border-color: #EF911D; }
span { border-color: rgb(239,145,29); }
td.TdClassName
{
border-color: #EF911D;
}
.TagClassName
{
border-color: #EF911D;
}
</style>