Shades of Carrot Orange #EF8F1A
Tints of Carrot Orange #EF8F1A
RGB
CMYK
RGB Variations
Color information
#EF8F1A (or 0xEF8F1A) is known color: Carrot Orange. HEX triplet: EF, 8F and 1A. RGB value is (239,143,26). Sum of RGB (Red+Green+Blue) = 239+143+26=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F1A is #1070E5. Grayscale: #9E9E9E. Windows color (decimal): -1077478 or 1740783. OLE color: 1740783.
HSL color Cylindrical-coordinate representation of color #EF8F1A: hue angle of 32.96º 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 #EF8F1A is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 26 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.06 |
| HSL | 32.96º | 0.87% | 0.52% | - |
| HSV(B) | 32.96º | 0.89% | 0.94% | - |
| XYZ | 45.61 | 38.07 | 5.92 | - |
| YUV | 158.37 | 53.3 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 26 | 0 | 0.40 | 0.89 | 0.06 | 32.96 | 0.87 | 0.52 |
| Hex | EF | 8F | 1A | 0 | 28 | 59 | 6 | 21 | 57 | 34 |
| Octal | 357 | 217 | 32 | 0 | 50 | 131 | 6 | 41 | 127 | 64 |
| Binary | 11101111 | 10001111 | 11010 | 0 | 101000 | 1011001 | 110 | 100001 | 1010111 | 110100 |
Color Harmonies of #EF8F1A
Complementary color
Monochromatic Colors of #EF8F1A
Black with #EF8F1A
Text Example
Text Example
White with #EF8F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F1A; }
p { color: rgb(239,143,26); }
H1.HeaderClassName
{
color: #EF8F1A;
}
.AnyTagClassName
{
color: #EF8F1A;
}
</style>
background-color css
<style>
a { background-color: #EF8F1A; }
a { background-color: rgb(239,143,26); }
div.DivClassName
{
background-color: #EF8F1A;
}
.BgClassName
{
background-color: #EF8F1A;
}
</style>
border-color css
<style>
span { border-color: #EF8F1A; }
span { border-color: rgb(239,143,26); }
td.TdClassName
{
border-color: #EF8F1A;
}
.TagClassName
{
border-color: #EF8F1A;
}
</style>