Shades of Carrot Orange #EC8325
Tints of Carrot Orange #EC8325
RGB
CMYK
RGB Variations
Color information
#EC8325 (or 0xEC8325) is known color: Carrot Orange. HEX triplet: EC, 83 and 25. RGB value is (236,131,37). Sum of RGB (Red+Green+Blue) = 236+131+37=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8325 is #137CDA. Grayscale: #989898. Windows color (decimal): -1277147 or 2458604. OLE color: 2458604.
HSL color Cylindrical-coordinate representation of color #EC8325: hue angle of 28.34º 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 #EC8325 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 37 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.07 |
| HSL | 28.34º | 0.84% | 0.54% | - |
| HSV(B) | 28.34º | 0.84% | 0.93% | - |
| XYZ | 43.04 | 34.2 | 6.08 | - |
| YUV | 151.68 | 63.29 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 37 | 0 | 0.44 | 0.84 | 0.07 | 28.34 | 0.84 | 0.54 |
| Hex | EC | 83 | 25 | 0 | 2C | 54 | 7 | 1C | 54 | 36 |
| Octal | 354 | 203 | 45 | 0 | 54 | 124 | 7 | 34 | 124 | 66 |
| Binary | 11101100 | 10000011 | 100101 | 0 | 101100 | 1010100 | 111 | 11100 | 1010100 | 110110 |
Color Harmonies of #EC8325
Complementary color
Monochromatic Colors of #EC8325
Black with #EC8325
Text Example
Text Example
White with #EC8325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8325; }
p { color: rgb(236,131,37); }
H1.HeaderClassName
{
color: #EC8325;
}
.AnyTagClassName
{
color: #EC8325;
}
</style>
background-color css
<style>
a { background-color: #EC8325; }
a { background-color: rgb(236,131,37); }
div.DivClassName
{
background-color: #EC8325;
}
.BgClassName
{
background-color: #EC8325;
}
</style>
border-color css
<style>
span { border-color: #EC8325; }
span { border-color: rgb(236,131,37); }
td.TdClassName
{
border-color: #EC8325;
}
.TagClassName
{
border-color: #EC8325;
}
</style>