Shades of Carrot Orange #EC9C1B
Tints of Carrot Orange #EC9C1B
RGB
CMYK
RGB Variations
Color information
#EC9C1B (or 0xEC9C1B) is known color: Carrot Orange. HEX triplet: EC, 9C and 1B. RGB value is (236,156,27). Sum of RGB (Red+Green+Blue) = 236+156+27=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9C1B is #1363E4. Grayscale: #A5A5A5. Windows color (decimal): -1270757 or 1809644. OLE color: 1809644.
HSL color Cylindrical-coordinate representation of color #EC9C1B: hue angle of 37.03º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC9C1B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 27 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.07 |
| HSL | 37.03º | 0.85% | 0.52% | - |
| HSV(B) | 37.03º | 0.89% | 0.93% | - |
| XYZ | 46.68 | 41.69 | 6.62 | - |
| YUV | 165.21 | 50 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 27 | 0 | 0.34 | 0.89 | 0.07 | 37.03 | 0.85 | 0.52 |
| Hex | EC | 9C | 1B | 0 | 22 | 59 | 7 | 25 | 55 | 34 |
| Octal | 354 | 234 | 33 | 0 | 42 | 131 | 7 | 45 | 125 | 64 |
| Binary | 11101100 | 10011100 | 11011 | 0 | 100010 | 1011001 | 111 | 100101 | 1010101 | 110100 |
Color Harmonies of #EC9C1B
Complementary color
Monochromatic Colors of #EC9C1B
Black with #EC9C1B
Text Example
Text Example
White with #EC9C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C1B; }
p { color: rgb(236,156,27); }
H1.HeaderClassName
{
color: #EC9C1B;
}
.AnyTagClassName
{
color: #EC9C1B;
}
</style>
background-color css
<style>
a { background-color: #EC9C1B; }
a { background-color: rgb(236,156,27); }
div.DivClassName
{
background-color: #EC9C1B;
}
.BgClassName
{
background-color: #EC9C1B;
}
</style>
border-color css
<style>
span { border-color: #EC9C1B; }
span { border-color: rgb(236,156,27); }
td.TdClassName
{
border-color: #EC9C1B;
}
.TagClassName
{
border-color: #EC9C1B;
}
</style>