Shades of Carrot Orange #EC8A19
Tints of Carrot Orange #EC8A19
RGB
CMYK
RGB Variations
Color information
#EC8A19 (or 0xEC8A19) is known color: Carrot Orange. HEX triplet: EC, 8A and 19. RGB value is (236,138,25). Sum of RGB (Red+Green+Blue) = 236+138+25=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8A19 is #1375E6. Grayscale: #9A9A9A. Windows color (decimal): -1275367 or 1673964. OLE color: 1673964.
HSL color Cylindrical-coordinate representation of color #EC8A19: hue angle of 32.13º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC8A19 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 25 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.07 |
| HSL | 32.13º | 0.85% | 0.51% | - |
| HSV(B) | 32.13º | 0.89% | 0.93% | - |
| XYZ | 43.86 | 36.08 | 5.57 | - |
| YUV | 154.42 | 54.97 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 25 | 0 | 0.42 | 0.89 | 0.07 | 32.13 | 0.85 | 0.51 |
| Hex | EC | 8A | 19 | 0 | 2A | 59 | 7 | 20 | 55 | 33 |
| Octal | 354 | 212 | 31 | 0 | 52 | 131 | 7 | 40 | 125 | 63 |
| Binary | 11101100 | 10001010 | 11001 | 0 | 101010 | 1011001 | 111 | 100000 | 1010101 | 110011 |
Color Harmonies of #EC8A19
Complementary color
Monochromatic Colors of #EC8A19
Black with #EC8A19
Text Example
Text Example
White with #EC8A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A19; }
p { color: rgb(236,138,25); }
H1.HeaderClassName
{
color: #EC8A19;
}
.AnyTagClassName
{
color: #EC8A19;
}
</style>
background-color css
<style>
a { background-color: #EC8A19; }
a { background-color: rgb(236,138,25); }
div.DivClassName
{
background-color: #EC8A19;
}
.BgClassName
{
background-color: #EC8A19;
}
</style>
border-color css
<style>
span { border-color: #EC8A19; }
span { border-color: rgb(236,138,25); }
td.TdClassName
{
border-color: #EC8A19;
}
.TagClassName
{
border-color: #EC8A19;
}
</style>