Shades of Carrot Orange #EF8529
Tints of Carrot Orange #EF8529
RGB
CMYK
RGB Variations
Color information
#EF8529 (or 0xEF8529) is known color: Carrot Orange. HEX triplet: EF, 85 and 29. RGB value is (239,133,41). Sum of RGB (Red+Green+Blue) = 239+133+41=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8529 is #107AD6. Grayscale: #9A9A9A. Windows color (decimal): -1080023 or 2721263. OLE color: 2721263.
HSL color Cylindrical-coordinate representation of color #EF8529: hue angle of 27.88º 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 #EF8529 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 41 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.06 |
| HSL | 27.88º | 0.86% | 0.55% | - |
| HSV(B) | 27.88º | 0.83% | 0.94% | - |
| XYZ | 44.38 | 35.29 | 6.57 | - |
| YUV | 154.21 | 64.12 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 41 | 0 | 0.44 | 0.83 | 0.06 | 27.88 | 0.86 | 0.55 |
| Hex | EF | 85 | 29 | 0 | 2C | 53 | 6 | 1C | 56 | 37 |
| Octal | 357 | 205 | 51 | 0 | 54 | 123 | 6 | 34 | 126 | 67 |
| Binary | 11101111 | 10000101 | 101001 | 0 | 101100 | 1010011 | 110 | 11100 | 1010110 | 110111 |
Color Harmonies of #EF8529
Complementary color
Monochromatic Colors of #EF8529
Black with #EF8529
Text Example
Text Example
White with #EF8529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8529; }
p { color: rgb(239,133,41); }
H1.HeaderClassName
{
color: #EF8529;
}
.AnyTagClassName
{
color: #EF8529;
}
</style>
background-color css
<style>
a { background-color: #EF8529; }
a { background-color: rgb(239,133,41); }
div.DivClassName
{
background-color: #EF8529;
}
.BgClassName
{
background-color: #EF8529;
}
</style>
border-color css
<style>
span { border-color: #EF8529; }
span { border-color: rgb(239,133,41); }
td.TdClassName
{
border-color: #EF8529;
}
.TagClassName
{
border-color: #EF8529;
}
</style>