Shades of Carrot Orange #EF9529
Tints of Carrot Orange #EF9529
RGB
CMYK
RGB Variations
Color information
#EF9529 (or 0xEF9529) is known color: Carrot Orange. HEX triplet: EF, 95 and 29. RGB value is (239,149,41). Sum of RGB (Red+Green+Blue) = 239+149+41=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9529 is #106AD6. Grayscale: #A4A4A4. Windows color (decimal): -1075927 or 2725359. OLE color: 2725359.
HSL color Cylindrical-coordinate representation of color #EF9529: hue angle of 32.73º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF9529 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 41 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.06 |
| HSL | 32.73º | 0.86% | 0.55% | - |
| HSV(B) | 32.73º | 0.83% | 0.94% | - |
| XYZ | 46.74 | 40.01 | 7.36 | - |
| YUV | 163.6 | 58.82 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 41 | 0 | 0.38 | 0.83 | 0.06 | 32.73 | 0.86 | 0.55 |
| Hex | EF | 95 | 29 | 0 | 26 | 53 | 6 | 21 | 56 | 37 |
| Octal | 357 | 225 | 51 | 0 | 46 | 123 | 6 | 41 | 126 | 67 |
| Binary | 11101111 | 10010101 | 101001 | 0 | 100110 | 1010011 | 110 | 100001 | 1010110 | 110111 |
Color Harmonies of #EF9529
Complementary color
Monochromatic Colors of #EF9529
Black with #EF9529
Text Example
Text Example
White with #EF9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9529; }
p { color: rgb(239,149,41); }
H1.HeaderClassName
{
color: #EF9529;
}
.AnyTagClassName
{
color: #EF9529;
}
</style>
background-color css
<style>
a { background-color: #EF9529; }
a { background-color: rgb(239,149,41); }
div.DivClassName
{
background-color: #EF9529;
}
.BgClassName
{
background-color: #EF9529;
}
</style>
border-color css
<style>
span { border-color: #EF9529; }
span { border-color: rgb(239,149,41); }
td.TdClassName
{
border-color: #EF9529;
}
.TagClassName
{
border-color: #EF9529;
}
</style>