Shades of Carrot Orange #EFA321
Tints of Carrot Orange #EFA321
RGB
CMYK
RGB Variations
Color information
#EFA321 (or 0xEFA321) is known color: Carrot Orange. HEX triplet: EF, A3 and 21. RGB value is (239,163,33). Sum of RGB (Red+Green+Blue) = 239+163+33=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA321 is #105CDE. Grayscale: #ABABAB. Windows color (decimal): -1072351 or 2204655. OLE color: 2204655.
HSL color Cylindrical-coordinate representation of color #EFA321: hue angle of 37.86º 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 #EFA321 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 33 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.06 |
| HSL | 37.86º | 0.87% | 0.53% | - |
| HSV(B) | 37.86º | 0.86% | 0.94% | - |
| XYZ | 48.97 | 44.65 | 7.48 | - |
| YUV | 170.9 | 50.18 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 33 | 0 | 0.32 | 0.86 | 0.06 | 37.86 | 0.87 | 0.53 |
| Hex | EF | A3 | 21 | 0 | 20 | 56 | 6 | 26 | 57 | 35 |
| Octal | 357 | 243 | 41 | 0 | 40 | 126 | 6 | 46 | 127 | 65 |
| Binary | 11101111 | 10100011 | 100001 | 0 | 100000 | 1010110 | 110 | 100110 | 1010111 | 110101 |
Color Harmonies of #EFA321
Complementary color
Monochromatic Colors of #EFA321
Black with #EFA321
Text Example
Text Example
White with #EFA321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA321; }
p { color: rgb(239,163,33); }
H1.HeaderClassName
{
color: #EFA321;
}
.AnyTagClassName
{
color: #EFA321;
}
</style>
background-color css
<style>
a { background-color: #EFA321; }
a { background-color: rgb(239,163,33); }
div.DivClassName
{
background-color: #EFA321;
}
.BgClassName
{
background-color: #EFA321;
}
</style>
border-color css
<style>
span { border-color: #EFA321; }
span { border-color: rgb(239,163,33); }
td.TdClassName
{
border-color: #EFA321;
}
.TagClassName
{
border-color: #EFA321;
}
</style>