Shades of Carrot Orange #EC9628
Tints of Carrot Orange #EC9628
RGB
CMYK
RGB Variations
Color information
#EC9628 (or 0xEC9628) is known color: Carrot Orange. HEX triplet: EC, 96 and 28. RGB value is (236,150,40). Sum of RGB (Red+Green+Blue) = 236+150+40=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9628 is #1369D7. Grayscale: #A3A3A3. Windows color (decimal): -1272280 or 2660076. OLE color: 2660076.
HSL color Cylindrical-coordinate representation of color #EC9628: hue angle of 33.67º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC9628 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 40 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.07 |
| HSL | 33.67º | 0.84% | 0.54% | - |
| HSV(B) | 33.67º | 0.83% | 0.93% | - |
| XYZ | 45.88 | 39.8 | 7.27 | - |
| YUV | 163.17 | 58.49 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 40 | 0 | 0.36 | 0.83 | 0.07 | 33.67 | 0.84 | 0.54 |
| Hex | EC | 96 | 28 | 0 | 24 | 53 | 7 | 22 | 54 | 36 |
| Octal | 354 | 226 | 50 | 0 | 44 | 123 | 7 | 42 | 124 | 66 |
| Binary | 11101100 | 10010110 | 101000 | 0 | 100100 | 1010011 | 111 | 100010 | 1010100 | 110110 |
Color Harmonies of #EC9628
Complementary color
Monochromatic Colors of #EC9628
Black with #EC9628
Text Example
Text Example
White with #EC9628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9628; }
p { color: rgb(236,150,40); }
H1.HeaderClassName
{
color: #EC9628;
}
.AnyTagClassName
{
color: #EC9628;
}
</style>
background-color css
<style>
a { background-color: #EC9628; }
a { background-color: rgb(236,150,40); }
div.DivClassName
{
background-color: #EC9628;
}
.BgClassName
{
background-color: #EC9628;
}
</style>
border-color css
<style>
span { border-color: #EC9628; }
span { border-color: rgb(236,150,40); }
td.TdClassName
{
border-color: #EC9628;
}
.TagClassName
{
border-color: #EC9628;
}
</style>