Shades of Carrot Orange #EF9F20
Tints of Carrot Orange #EF9F20
RGB
CMYK
RGB Variations
Color information
#EF9F20 (or 0xEF9F20) is known color: Carrot Orange. HEX triplet: EF, 9F and 20. RGB value is (239,159,32). Sum of RGB (Red+Green+Blue) = 239+159+32=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9F20 is #1060DF. Grayscale: #A9A9A9. Windows color (decimal): -1073376 or 2138095. OLE color: 2138095.
HSL color Cylindrical-coordinate representation of color #EF9F20: hue angle of 36.81º 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 #EF9F20 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 32 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.06 |
| HSL | 36.81º | 0.87% | 0.53% | - |
| HSV(B) | 36.81º | 0.87% | 0.94% | - |
| XYZ | 48.26 | 43.25 | 7.17 | - |
| YUV | 168.44 | 51 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 32 | 0 | 0.33 | 0.87 | 0.06 | 36.81 | 0.87 | 0.53 |
| Hex | EF | 9F | 20 | 0 | 21 | 57 | 6 | 25 | 57 | 35 |
| Octal | 357 | 237 | 40 | 0 | 41 | 127 | 6 | 45 | 127 | 65 |
| Binary | 11101111 | 10011111 | 100000 | 0 | 100001 | 1010111 | 110 | 100101 | 1010111 | 110101 |
Color Harmonies of #EF9F20
Complementary color
Monochromatic Colors of #EF9F20
Black with #EF9F20
Text Example
Text Example
White with #EF9F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F20; }
p { color: rgb(239,159,32); }
H1.HeaderClassName
{
color: #EF9F20;
}
.AnyTagClassName
{
color: #EF9F20;
}
</style>
background-color css
<style>
a { background-color: #EF9F20; }
a { background-color: rgb(239,159,32); }
div.DivClassName
{
background-color: #EF9F20;
}
.BgClassName
{
background-color: #EF9F20;
}
</style>
border-color css
<style>
span { border-color: #EF9F20; }
span { border-color: rgb(239,159,32); }
td.TdClassName
{
border-color: #EF9F20;
}
.TagClassName
{
border-color: #EF9F20;
}
</style>