Shades of Carrot Orange #EF901D
Tints of Carrot Orange #EF901D
RGB
CMYK
RGB Variations
Color information
#EF901D (or 0xEF901D) is known color: Carrot Orange. HEX triplet: EF, 90 and 1D. RGB value is (239,144,29). Sum of RGB (Red+Green+Blue) = 239+144+29=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF901D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF901D is #106FE2. Grayscale: #9F9F9F. Windows color (decimal): -1077219 or 1937647. OLE color: 1937647.
HSL color Cylindrical-coordinate representation of color #EF901D: hue angle of 32.86º 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 #EF901D is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 29 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.06 |
| HSL | 32.86º | 0.87% | 0.53% | - |
| HSV(B) | 32.86º | 0.88% | 0.94% | - |
| XYZ | 45.79 | 38.39 | 6.16 | - |
| YUV | 159.3 | 54.47 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 29 | 0 | 0.40 | 0.88 | 0.06 | 32.86 | 0.87 | 0.53 |
| Hex | EF | 90 | 1D | 0 | 28 | 58 | 6 | 21 | 57 | 35 |
| Octal | 357 | 220 | 35 | 0 | 50 | 130 | 6 | 41 | 127 | 65 |
| Binary | 11101111 | 10010000 | 11101 | 0 | 101000 | 1011000 | 110 | 100001 | 1010111 | 110101 |
Color Harmonies of #EF901D
Complementary color
Monochromatic Colors of #EF901D
Black with #EF901D
Text Example
Text Example
White with #EF901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF901D; }
p { color: rgb(239,144,29); }
H1.HeaderClassName
{
color: #EF901D;
}
.AnyTagClassName
{
color: #EF901D;
}
</style>
background-color css
<style>
a { background-color: #EF901D; }
a { background-color: rgb(239,144,29); }
div.DivClassName
{
background-color: #EF901D;
}
.BgClassName
{
background-color: #EF901D;
}
</style>
border-color css
<style>
span { border-color: #EF901D; }
span { border-color: rgb(239,144,29); }
td.TdClassName
{
border-color: #EF901D;
}
.TagClassName
{
border-color: #EF901D;
}
</style>