Shades of Carrot Orange #EF941A
Tints of Carrot Orange #EF941A
RGB
CMYK
RGB Variations
Color information
#EF941A (or 0xEF941A) is known color: Carrot Orange. HEX triplet: EF, 94 and 1A. RGB value is (239,148,26). Sum of RGB (Red+Green+Blue) = 239+148+26=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF941A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF941A is #106BE5. Grayscale: #A1A1A1. Windows color (decimal): -1076198 or 1742063. OLE color: 1742063.
HSL color Cylindrical-coordinate representation of color #EF941A: hue angle of 34.37º 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 #EF941A is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 26 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.06 |
| HSL | 34.37º | 0.87% | 0.52% | - |
| HSV(B) | 34.37º | 0.89% | 0.94% | - |
| XYZ | 46.37 | 39.61 | 6.18 | - |
| YUV | 161.3 | 51.65 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 26 | 0 | 0.38 | 0.89 | 0.06 | 34.37 | 0.87 | 0.52 |
| Hex | EF | 94 | 1A | 0 | 26 | 59 | 6 | 22 | 57 | 34 |
| Octal | 357 | 224 | 32 | 0 | 46 | 131 | 6 | 42 | 127 | 64 |
| Binary | 11101111 | 10010100 | 11010 | 0 | 100110 | 1011001 | 110 | 100010 | 1010111 | 110100 |
Color Harmonies of #EF941A
Complementary color
Monochromatic Colors of #EF941A
Black with #EF941A
Text Example
Text Example
White with #EF941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF941A; }
p { color: rgb(239,148,26); }
H1.HeaderClassName
{
color: #EF941A;
}
.AnyTagClassName
{
color: #EF941A;
}
</style>
background-color css
<style>
a { background-color: #EF941A; }
a { background-color: rgb(239,148,26); }
div.DivClassName
{
background-color: #EF941A;
}
.BgClassName
{
background-color: #EF941A;
}
</style>
border-color css
<style>
span { border-color: #EF941A; }
span { border-color: rgb(239,148,26); }
td.TdClassName
{
border-color: #EF941A;
}
.TagClassName
{
border-color: #EF941A;
}
</style>