Shades of Carrot Orange #EC9B1D
Tints of Carrot Orange #EC9B1D
RGB
CMYK
RGB Variations
Color information
#EC9B1D (or 0xEC9B1D) is known color: Carrot Orange. HEX triplet: EC, 9B and 1D. RGB value is (236,155,29). Sum of RGB (Red+Green+Blue) = 236+155+29=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9B1D is #1364E2. Grayscale: #A5A5A5. Windows color (decimal): -1271011 or 1940460. OLE color: 1940460.
HSL color Cylindrical-coordinate representation of color #EC9B1D: hue angle of 36.52º 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 #EC9B1D is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 29 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.07 |
| HSL | 36.52º | 0.84% | 0.52% | - |
| HSV(B) | 36.52º | 0.88% | 0.93% | - |
| XYZ | 46.54 | 41.36 | 6.69 | - |
| YUV | 164.86 | 51.34 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 29 | 0 | 0.34 | 0.88 | 0.07 | 36.52 | 0.84 | 0.52 |
| Hex | EC | 9B | 1D | 0 | 22 | 58 | 7 | 25 | 54 | 34 |
| Octal | 354 | 233 | 35 | 0 | 42 | 130 | 7 | 45 | 124 | 64 |
| Binary | 11101100 | 10011011 | 11101 | 0 | 100010 | 1011000 | 111 | 100101 | 1010100 | 110100 |
Color Harmonies of #EC9B1D
Complementary color
Monochromatic Colors of #EC9B1D
Black with #EC9B1D
Text Example
Text Example
White with #EC9B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9B1D; }
p { color: rgb(236,155,29); }
H1.HeaderClassName
{
color: #EC9B1D;
}
.AnyTagClassName
{
color: #EC9B1D;
}
</style>
background-color css
<style>
a { background-color: #EC9B1D; }
a { background-color: rgb(236,155,29); }
div.DivClassName
{
background-color: #EC9B1D;
}
.BgClassName
{
background-color: #EC9B1D;
}
</style>
border-color css
<style>
span { border-color: #EC9B1D; }
span { border-color: rgb(236,155,29); }
td.TdClassName
{
border-color: #EC9B1D;
}
.TagClassName
{
border-color: #EC9B1D;
}
</style>