Shades of Carrot Orange #EFA01D
Tints of Carrot Orange #EFA01D
RGB
CMYK
RGB Variations
Color information
#EFA01D (or 0xEFA01D) is known color: Carrot Orange. HEX triplet: EF, A0 and 1D. RGB value is (239,160,29). Sum of RGB (Red+Green+Blue) = 239+160+29=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA01D is #105FE2. Grayscale: #A9A9A9. Windows color (decimal): -1073123 or 1941743. OLE color: 1941743.
HSL color Cylindrical-coordinate representation of color #EFA01D: hue angle of 37.43º 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 #EFA01D is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 29 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.06 |
| HSL | 37.43º | 0.87% | 0.53% | - |
| HSV(B) | 37.43º | 0.88% | 0.94% | - |
| XYZ | 48.39 | 43.58 | 7.02 | - |
| YUV | 168.69 | 49.17 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 29 | 0 | 0.33 | 0.88 | 0.06 | 37.43 | 0.87 | 0.53 |
| Hex | EF | A0 | 1D | 0 | 21 | 58 | 6 | 25 | 57 | 35 |
| Octal | 357 | 240 | 35 | 0 | 41 | 130 | 6 | 45 | 127 | 65 |
| Binary | 11101111 | 10100000 | 11101 | 0 | 100001 | 1011000 | 110 | 100101 | 1010111 | 110101 |
Color Harmonies of #EFA01D
Complementary color
Monochromatic Colors of #EFA01D
Black with #EFA01D
Text Example
Text Example
White with #EFA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA01D; }
p { color: rgb(239,160,29); }
H1.HeaderClassName
{
color: #EFA01D;
}
.AnyTagClassName
{
color: #EFA01D;
}
</style>
background-color css
<style>
a { background-color: #EFA01D; }
a { background-color: rgb(239,160,29); }
div.DivClassName
{
background-color: #EFA01D;
}
.BgClassName
{
background-color: #EFA01D;
}
</style>
border-color css
<style>
span { border-color: #EFA01D; }
span { border-color: rgb(239,160,29); }
td.TdClassName
{
border-color: #EFA01D;
}
.TagClassName
{
border-color: #EFA01D;
}
</style>