Shades of Carrot Orange #EF901E
Tints of Carrot Orange #EF901E
RGB
CMYK
RGB Variations
Color information
#EF901E (or 0xEF901E) is known color: Carrot Orange. HEX triplet: EF, 90 and 1E. RGB value is (239,144,30). Sum of RGB (Red+Green+Blue) = 239+144+30=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF901E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF901E is #106FE1. Grayscale: #9F9F9F. Windows color (decimal): -1077218 or 2003183. OLE color: 2003183.
HSL color Cylindrical-coordinate representation of color #EF901E: hue angle of 32.73º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF901E is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 30 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.06 |
| HSL | 32.73º | 0.87% | 0.53% | - |
| HSV(B) | 32.73º | 0.87% | 0.94% | - |
| XYZ | 45.8 | 38.39 | 6.22 | - |
| YUV | 159.41 | 54.97 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 30 | 0 | 0.40 | 0.87 | 0.06 | 32.73 | 0.87 | 0.53 |
| Hex | EF | 90 | 1E | 0 | 28 | 57 | 6 | 21 | 57 | 35 |
| Octal | 357 | 220 | 36 | 0 | 50 | 127 | 6 | 41 | 127 | 65 |
| Binary | 11101111 | 10010000 | 11110 | 0 | 101000 | 1010111 | 110 | 100001 | 1010111 | 110101 |
Color Harmonies of #EF901E
Complementary color
Monochromatic Colors of #EF901E
Black with #EF901E
Text Example
Text Example
White with #EF901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF901E; }
p { color: rgb(239,144,30); }
H1.HeaderClassName
{
color: #EF901E;
}
.AnyTagClassName
{
color: #EF901E;
}
</style>
background-color css
<style>
a { background-color: #EF901E; }
a { background-color: rgb(239,144,30); }
div.DivClassName
{
background-color: #EF901E;
}
.BgClassName
{
background-color: #EF901E;
}
</style>
border-color css
<style>
span { border-color: #EF901E; }
span { border-color: rgb(239,144,30); }
td.TdClassName
{
border-color: #EF901E;
}
.TagClassName
{
border-color: #EF901E;
}
</style>