Shades of Carrot Orange #EC8225
Tints of Carrot Orange #EC8225
RGB
CMYK
RGB Variations
Color information
#EC8225 (or 0xEC8225) is known color: Carrot Orange. HEX triplet: EC, 82 and 25. RGB value is (236,130,37). Sum of RGB (Red+Green+Blue) = 236+130+37=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8225 is #137DDA. Grayscale: #979797. Windows color (decimal): -1277403 or 2458348. OLE color: 2458348.
HSL color Cylindrical-coordinate representation of color #EC8225: hue angle of 28.04º 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 #EC8225 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 37 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.07 |
| HSL | 28.04º | 0.84% | 0.54% | - |
| HSV(B) | 28.04º | 0.84% | 0.93% | - |
| XYZ | 42.91 | 33.93 | 6.04 | - |
| YUV | 151.09 | 63.62 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 37 | 0 | 0.45 | 0.84 | 0.07 | 28.04 | 0.84 | 0.54 |
| Hex | EC | 82 | 25 | 0 | 2D | 54 | 7 | 1C | 54 | 36 |
| Octal | 354 | 202 | 45 | 0 | 55 | 124 | 7 | 34 | 124 | 66 |
| Binary | 11101100 | 10000010 | 100101 | 0 | 101101 | 1010100 | 111 | 11100 | 1010100 | 110110 |
Color Harmonies of #EC8225
Complementary color
Monochromatic Colors of #EC8225
Black with #EC8225
Text Example
Text Example
White with #EC8225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8225; }
p { color: rgb(236,130,37); }
H1.HeaderClassName
{
color: #EC8225;
}
.AnyTagClassName
{
color: #EC8225;
}
</style>
background-color css
<style>
a { background-color: #EC8225; }
a { background-color: rgb(236,130,37); }
div.DivClassName
{
background-color: #EC8225;
}
.BgClassName
{
background-color: #EC8225;
}
</style>
border-color css
<style>
span { border-color: #EC8225; }
span { border-color: rgb(236,130,37); }
td.TdClassName
{
border-color: #EC8225;
}
.TagClassName
{
border-color: #EC8225;
}
</style>