Shades of Carrot Orange #EC9C1D
Tints of Carrot Orange #EC9C1D
RGB
CMYK
RGB Variations
Color information
#EC9C1D (or 0xEC9C1D) is known color: Carrot Orange. HEX triplet: EC, 9C and 1D. RGB value is (236,156,29). Sum of RGB (Red+Green+Blue) = 236+156+29=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9C1D is #1363E2. Grayscale: #A6A6A6. Windows color (decimal): -1270755 or 1940716. OLE color: 1940716.
HSL color Cylindrical-coordinate representation of color #EC9C1D: hue angle of 36.81º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC9C1D is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 29 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.07 |
| HSL | 36.81º | 0.84% | 0.52% | - |
| HSV(B) | 36.81º | 0.88% | 0.93% | - |
| XYZ | 46.7 | 41.7 | 6.75 | - |
| YUV | 165.44 | 51 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 29 | 0 | 0.34 | 0.88 | 0.07 | 36.81 | 0.84 | 0.52 |
| Hex | EC | 9C | 1D | 0 | 22 | 58 | 7 | 25 | 54 | 34 |
| Octal | 354 | 234 | 35 | 0 | 42 | 130 | 7 | 45 | 124 | 64 |
| Binary | 11101100 | 10011100 | 11101 | 0 | 100010 | 1011000 | 111 | 100101 | 1010100 | 110100 |
Color Harmonies of #EC9C1D
Complementary color
Monochromatic Colors of #EC9C1D
Black with #EC9C1D
Text Example
Text Example
White with #EC9C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C1D; }
p { color: rgb(236,156,29); }
H1.HeaderClassName
{
color: #EC9C1D;
}
.AnyTagClassName
{
color: #EC9C1D;
}
</style>
background-color css
<style>
a { background-color: #EC9C1D; }
a { background-color: rgb(236,156,29); }
div.DivClassName
{
background-color: #EC9C1D;
}
.BgClassName
{
background-color: #EC9C1D;
}
</style>
border-color css
<style>
span { border-color: #EC9C1D; }
span { border-color: rgb(236,156,29); }
td.TdClassName
{
border-color: #EC9C1D;
}
.TagClassName
{
border-color: #EC9C1D;
}
</style>