Shades of Carrot Orange #EC8912
Tints of Carrot Orange #EC8912
RGB
CMYK
RGB Variations
Color information
#EC8912 (or 0xEC8912) is known color: Carrot Orange. HEX triplet: EC, 89 and 12. RGB value is (236,137,18). Sum of RGB (Red+Green+Blue) = 236+137+18=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8912 is #1376ED. Grayscale: #999999. Windows color (decimal): -1275630 or 1214956. OLE color: 1214956.
HSL color Cylindrical-coordinate representation of color #EC8912: hue angle of 32.75º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC8912 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 18 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.07 |
| HSL | 32.75º | 0.86% | 0.5% | - |
| HSV(B) | 32.75º | 0.92% | 0.93% | - |
| XYZ | 43.65 | 35.77 | 5.18 | - |
| YUV | 153.04 | 51.8 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 18 | 0 | 0.42 | 0.92 | 0.07 | 32.75 | 0.86 | 0.5 |
| Hex | EC | 89 | 12 | 0 | 2A | 5C | 7 | 21 | 56 | 32 |
| Octal | 354 | 211 | 22 | 0 | 52 | 134 | 7 | 41 | 126 | 62 |
| Binary | 11101100 | 10001001 | 10010 | 0 | 101010 | 1011100 | 111 | 100001 | 1010110 | 110010 |
Color Harmonies of #EC8912
Complementary color
Monochromatic Colors of #EC8912
Black with #EC8912
Text Example
Text Example
White with #EC8912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8912; }
p { color: rgb(236,137,18); }
H1.HeaderClassName
{
color: #EC8912;
}
.AnyTagClassName
{
color: #EC8912;
}
</style>
background-color css
<style>
a { background-color: #EC8912; }
a { background-color: rgb(236,137,18); }
div.DivClassName
{
background-color: #EC8912;
}
.BgClassName
{
background-color: #EC8912;
}
</style>
border-color css
<style>
span { border-color: #EC8912; }
span { border-color: rgb(236,137,18); }
td.TdClassName
{
border-color: #EC8912;
}
.TagClassName
{
border-color: #EC8912;
}
</style>