Shades of Carrot Orange #EC9C1E
Tints of Carrot Orange #EC9C1E
RGB
CMYK
RGB Variations
Color information
#EC9C1E (or 0xEC9C1E) is known color: Carrot Orange. HEX triplet: EC, 9C and 1E. RGB value is (236,156,30). Sum of RGB (Red+Green+Blue) = 236+156+30=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9C1E is #1363E1. Grayscale: #A6A6A6. Windows color (decimal): -1270754 or 2006252. OLE color: 2006252.
HSL color Cylindrical-coordinate representation of color #EC9C1E: hue angle of 36.7º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC9C1E is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 30 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.07 |
| HSL | 36.7º | 0.84% | 0.52% | - |
| HSV(B) | 36.7º | 0.87% | 0.93% | - |
| XYZ | 46.71 | 41.7 | 6.82 | - |
| YUV | 165.56 | 51.5 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 30 | 0 | 0.34 | 0.87 | 0.07 | 36.7 | 0.84 | 0.52 |
| Hex | EC | 9C | 1E | 0 | 22 | 57 | 7 | 25 | 54 | 34 |
| Octal | 354 | 234 | 36 | 0 | 42 | 127 | 7 | 45 | 124 | 64 |
| Binary | 11101100 | 10011100 | 11110 | 0 | 100010 | 1010111 | 111 | 100101 | 1010100 | 110100 |
Color Harmonies of #EC9C1E
Complementary color
Monochromatic Colors of #EC9C1E
Black with #EC9C1E
Text Example
Text Example
White with #EC9C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C1E; }
p { color: rgb(236,156,30); }
H1.HeaderClassName
{
color: #EC9C1E;
}
.AnyTagClassName
{
color: #EC9C1E;
}
</style>
background-color css
<style>
a { background-color: #EC9C1E; }
a { background-color: rgb(236,156,30); }
div.DivClassName
{
background-color: #EC9C1E;
}
.BgClassName
{
background-color: #EC9C1E;
}
</style>
border-color css
<style>
span { border-color: #EC9C1E; }
span { border-color: rgb(236,156,30); }
td.TdClassName
{
border-color: #EC9C1E;
}
.TagClassName
{
border-color: #EC9C1E;
}
</style>