Shades of Carrot Orange #EC8326
Tints of Carrot Orange #EC8326
RGB
CMYK
RGB Variations
Color information
#EC8326 (or 0xEC8326) is known color: Carrot Orange. HEX triplet: EC, 83 and 26. RGB value is (236,131,38). Sum of RGB (Red+Green+Blue) = 236+131+38=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8326 is #137CD9. Grayscale: #989898. Windows color (decimal): -1277146 or 2524140. OLE color: 2524140.
HSL color Cylindrical-coordinate representation of color #EC8326: hue angle of 28.18º 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 #EC8326 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 38 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.07 |
| HSL | 28.18º | 0.84% | 0.54% | - |
| HSV(B) | 28.18º | 0.84% | 0.93% | - |
| XYZ | 43.06 | 34.21 | 6.17 | - |
| YUV | 151.79 | 63.79 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 38 | 0 | 0.44 | 0.84 | 0.07 | 28.18 | 0.84 | 0.54 |
| Hex | EC | 83 | 26 | 0 | 2C | 54 | 7 | 1C | 54 | 36 |
| Octal | 354 | 203 | 46 | 0 | 54 | 124 | 7 | 34 | 124 | 66 |
| Binary | 11101100 | 10000011 | 100110 | 0 | 101100 | 1010100 | 111 | 11100 | 1010100 | 110110 |
Color Harmonies of #EC8326
Complementary color
Monochromatic Colors of #EC8326
Black with #EC8326
Text Example
Text Example
White with #EC8326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8326; }
p { color: rgb(236,131,38); }
H1.HeaderClassName
{
color: #EC8326;
}
.AnyTagClassName
{
color: #EC8326;
}
</style>
background-color css
<style>
a { background-color: #EC8326; }
a { background-color: rgb(236,131,38); }
div.DivClassName
{
background-color: #EC8326;
}
.BgClassName
{
background-color: #EC8326;
}
</style>
border-color css
<style>
span { border-color: #EC8326; }
span { border-color: rgb(236,131,38); }
td.TdClassName
{
border-color: #EC8326;
}
.TagClassName
{
border-color: #EC8326;
}
</style>