Shades of Carrot Orange #EF8522
Tints of Carrot Orange #EF8522
RGB
CMYK
RGB Variations
Color information
#EF8522 (or 0xEF8522) is known color: Carrot Orange. HEX triplet: EF, 85 and 22. RGB value is (239,133,34). Sum of RGB (Red+Green+Blue) = 239+133+34=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 34 (13.67% from 255 or 8.37% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8522 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8522 is #107ADD. Grayscale: #999999. Windows color (decimal): -1080030 or 2262511. OLE color: 2262511.
HSL color Cylindrical-coordinate representation of color #EF8522: hue angle of 28.98º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF8522 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 34 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.06 |
| HSL | 28.98º | 0.86% | 0.54% | - |
| HSV(B) | 28.98º | 0.86% | 0.94% | - |
| XYZ | 44.27 | 35.24 | 5.98 | - |
| YUV | 153.41 | 60.62 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 34 | 0 | 0.44 | 0.86 | 0.06 | 28.98 | 0.86 | 0.54 |
| Hex | EF | 85 | 22 | 0 | 2C | 56 | 6 | 1D | 56 | 36 |
| Octal | 357 | 205 | 42 | 0 | 54 | 126 | 6 | 35 | 126 | 66 |
| Binary | 11101111 | 10000101 | 100010 | 0 | 101100 | 1010110 | 110 | 11101 | 1010110 | 110110 |
Color Harmonies of #EF8522
Complementary color
Monochromatic Colors of #EF8522
Black with #EF8522
Text Example
Text Example
White with #EF8522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8522; }
p { color: rgb(239,133,34); }
H1.HeaderClassName
{
color: #EF8522;
}
.AnyTagClassName
{
color: #EF8522;
}
</style>
background-color css
<style>
a { background-color: #EF8522; }
a { background-color: rgb(239,133,34); }
div.DivClassName
{
background-color: #EF8522;
}
.BgClassName
{
background-color: #EF8522;
}
</style>
border-color css
<style>
span { border-color: #EF8522; }
span { border-color: rgb(239,133,34); }
td.TdClassName
{
border-color: #EF8522;
}
.TagClassName
{
border-color: #EF8522;
}
</style>