Shades of Carrot Orange #EF9021
Tints of Carrot Orange #EF9021
RGB
CMYK
RGB Variations
Color information
#EF9021 (or 0xEF9021) is known color: Carrot Orange. HEX triplet: EF, 90 and 21. RGB value is (239,144,33). Sum of RGB (Red+Green+Blue) = 239+144+33=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9021 is #106FDE. Grayscale: #A0A0A0. Windows color (decimal): -1077215 or 2199791. OLE color: 2199791.
HSL color Cylindrical-coordinate representation of color #EF9021: hue angle of 32.33º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF9021 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 33 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.06 |
| HSL | 32.33º | 0.87% | 0.53% | - |
| HSV(B) | 32.33º | 0.86% | 0.94% | - |
| XYZ | 45.84 | 38.41 | 6.44 | - |
| YUV | 159.75 | 56.47 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 33 | 0 | 0.40 | 0.86 | 0.06 | 32.33 | 0.87 | 0.53 |
| Hex | EF | 90 | 21 | 0 | 28 | 56 | 6 | 20 | 57 | 35 |
| Octal | 357 | 220 | 41 | 0 | 50 | 126 | 6 | 40 | 127 | 65 |
| Binary | 11101111 | 10010000 | 100001 | 0 | 101000 | 1010110 | 110 | 100000 | 1010111 | 110101 |
Color Harmonies of #EF9021
Complementary color
Monochromatic Colors of #EF9021
Black with #EF9021
Text Example
Text Example
White with #EF9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9021; }
p { color: rgb(239,144,33); }
H1.HeaderClassName
{
color: #EF9021;
}
.AnyTagClassName
{
color: #EF9021;
}
</style>
background-color css
<style>
a { background-color: #EF9021; }
a { background-color: rgb(239,144,33); }
div.DivClassName
{
background-color: #EF9021;
}
.BgClassName
{
background-color: #EF9021;
}
</style>
border-color css
<style>
span { border-color: #EF9021; }
span { border-color: rgb(239,144,33); }
td.TdClassName
{
border-color: #EF9021;
}
.TagClassName
{
border-color: #EF9021;
}
</style>