Shades of Carrot Orange #EC8B26
Tints of Carrot Orange #EC8B26
RGB
CMYK
RGB Variations
Color information
#EC8B26 (or 0xEC8B26) is known color: Carrot Orange. HEX triplet: EC, 8B and 26. RGB value is (236,139,38). Sum of RGB (Red+Green+Blue) = 236+139+38=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8B26 is #1374D9. Grayscale: #9C9C9C. Windows color (decimal): -1275098 or 2526188. OLE color: 2526188.
HSL color Cylindrical-coordinate representation of color #EC8B26: hue angle of 30.61º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC8B26 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 38 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.07 |
| HSL | 30.61º | 0.84% | 0.54% | - |
| HSV(B) | 30.61º | 0.84% | 0.93% | - |
| XYZ | 44.17 | 36.44 | 6.54 | - |
| YUV | 156.49 | 61.14 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 38 | 0 | 0.41 | 0.84 | 0.07 | 30.61 | 0.84 | 0.54 |
| Hex | EC | 8B | 26 | 0 | 29 | 54 | 7 | 1F | 54 | 36 |
| Octal | 354 | 213 | 46 | 0 | 51 | 124 | 7 | 37 | 124 | 66 |
| Binary | 11101100 | 10001011 | 100110 | 0 | 101001 | 1010100 | 111 | 11111 | 1010100 | 110110 |
Color Harmonies of #EC8B26
Complementary color
Monochromatic Colors of #EC8B26
Black with #EC8B26
Text Example
Text Example
White with #EC8B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B26; }
p { color: rgb(236,139,38); }
H1.HeaderClassName
{
color: #EC8B26;
}
.AnyTagClassName
{
color: #EC8B26;
}
</style>
background-color css
<style>
a { background-color: #EC8B26; }
a { background-color: rgb(236,139,38); }
div.DivClassName
{
background-color: #EC8B26;
}
.BgClassName
{
background-color: #EC8B26;
}
</style>
border-color css
<style>
span { border-color: #EC8B26; }
span { border-color: rgb(236,139,38); }
td.TdClassName
{
border-color: #EC8B26;
}
.TagClassName
{
border-color: #EC8B26;
}
</style>