Shades of Carrot Orange #EC8B19
Tints of Carrot Orange #EC8B19
RGB
CMYK
RGB Variations
Color information
#EC8B19 (or 0xEC8B19) is known color: Carrot Orange. HEX triplet: EC, 8B and 19. RGB value is (236,139,25). Sum of RGB (Red+Green+Blue) = 236+139+25=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8B19 is #1374E6. Grayscale: #9B9B9B. Windows color (decimal): -1275111 or 1674220. OLE color: 1674220.
HSL color Cylindrical-coordinate representation of color #EC8B19: hue angle of 32.42º 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 #EC8B19 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 25 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.07 |
| HSL | 32.42º | 0.85% | 0.51% | - |
| HSV(B) | 32.42º | 0.89% | 0.93% | - |
| XYZ | 44 | 36.37 | 5.62 | - |
| YUV | 155.01 | 54.64 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 25 | 0 | 0.41 | 0.89 | 0.07 | 32.42 | 0.85 | 0.51 |
| Hex | EC | 8B | 19 | 0 | 29 | 59 | 7 | 20 | 55 | 33 |
| Octal | 354 | 213 | 31 | 0 | 51 | 131 | 7 | 40 | 125 | 63 |
| Binary | 11101100 | 10001011 | 11001 | 0 | 101001 | 1011001 | 111 | 100000 | 1010101 | 110011 |
Color Harmonies of #EC8B19
Complementary color
Monochromatic Colors of #EC8B19
Black with #EC8B19
Text Example
Text Example
White with #EC8B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B19; }
p { color: rgb(236,139,25); }
H1.HeaderClassName
{
color: #EC8B19;
}
.AnyTagClassName
{
color: #EC8B19;
}
</style>
background-color css
<style>
a { background-color: #EC8B19; }
a { background-color: rgb(236,139,25); }
div.DivClassName
{
background-color: #EC8B19;
}
.BgClassName
{
background-color: #EC8B19;
}
</style>
border-color css
<style>
span { border-color: #EC8B19; }
span { border-color: rgb(236,139,25); }
td.TdClassName
{
border-color: #EC8B19;
}
.TagClassName
{
border-color: #EC8B19;
}
</style>