Shades of Carrot Orange #EF911A
Tints of Carrot Orange #EF911A
RGB
CMYK
RGB Variations
Color information
#EF911A (or 0xEF911A) is known color: Carrot Orange. HEX triplet: EF, 91 and 1A. RGB value is (239,145,26). Sum of RGB (Red+Green+Blue) = 239+145+26=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF911A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF911A is #106EE5. Grayscale: #A0A0A0. Windows color (decimal): -1076966 or 1741295. OLE color: 1741295.
HSL color Cylindrical-coordinate representation of color #EF911A: hue angle of 33.52º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF911A is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 26 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.06 |
| HSL | 33.52º | 0.87% | 0.52% | - |
| HSV(B) | 33.52º | 0.89% | 0.94% | - |
| XYZ | 45.91 | 38.68 | 6.02 | - |
| YUV | 159.54 | 52.64 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 26 | 0 | 0.39 | 0.89 | 0.06 | 33.52 | 0.87 | 0.52 |
| Hex | EF | 91 | 1A | 0 | 27 | 59 | 6 | 22 | 57 | 34 |
| Octal | 357 | 221 | 32 | 0 | 47 | 131 | 6 | 42 | 127 | 64 |
| Binary | 11101111 | 10010001 | 11010 | 0 | 100111 | 1011001 | 110 | 100010 | 1010111 | 110100 |
Color Harmonies of #EF911A
Complementary color
Monochromatic Colors of #EF911A
Black with #EF911A
Text Example
Text Example
White with #EF911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF911A; }
p { color: rgb(239,145,26); }
H1.HeaderClassName
{
color: #EF911A;
}
.AnyTagClassName
{
color: #EF911A;
}
</style>
background-color css
<style>
a { background-color: #EF911A; }
a { background-color: rgb(239,145,26); }
div.DivClassName
{
background-color: #EF911A;
}
.BgClassName
{
background-color: #EF911A;
}
</style>
border-color css
<style>
span { border-color: #EF911A; }
span { border-color: rgb(239,145,26); }
td.TdClassName
{
border-color: #EF911A;
}
.TagClassName
{
border-color: #EF911A;
}
</style>