Shades of Carrot Orange #EC9315
Tints of Carrot Orange #EC9315
RGB
CMYK
RGB Variations
Color information
#EC9315 (or 0xEC9315) is known color: Carrot Orange. HEX triplet: EC, 93 and 15. RGB value is (236,147,21). Sum of RGB (Red+Green+Blue) = 236+147+21=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9315 is #136CEA. Grayscale: #9F9F9F. Windows color (decimal): -1273067 or 1414124. OLE color: 1414124.
HSL color Cylindrical-coordinate representation of color #EC9315: hue angle of 35.16º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC9315 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 21 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.07 |
| HSL | 35.16º | 0.85% | 0.5% | - |
| HSV(B) | 35.16º | 0.91% | 0.93% | - |
| XYZ | 45.16 | 38.75 | 5.81 | - |
| YUV | 159.25 | 49.99 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 21 | 0 | 0.38 | 0.91 | 0.07 | 35.16 | 0.85 | 0.5 |
| Hex | EC | 93 | 15 | 0 | 26 | 5B | 7 | 23 | 55 | 32 |
| Octal | 354 | 223 | 25 | 0 | 46 | 133 | 7 | 43 | 125 | 62 |
| Binary | 11101100 | 10010011 | 10101 | 0 | 100110 | 1011011 | 111 | 100011 | 1010101 | 110010 |
Color Harmonies of #EC9315
Complementary color
Monochromatic Colors of #EC9315
Black with #EC9315
Text Example
Text Example
White with #EC9315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9315; }
p { color: rgb(236,147,21); }
H1.HeaderClassName
{
color: #EC9315;
}
.AnyTagClassName
{
color: #EC9315;
}
</style>
background-color css
<style>
a { background-color: #EC9315; }
a { background-color: rgb(236,147,21); }
div.DivClassName
{
background-color: #EC9315;
}
.BgClassName
{
background-color: #EC9315;
}
</style>
border-color css
<style>
span { border-color: #EC9315; }
span { border-color: rgb(236,147,21); }
td.TdClassName
{
border-color: #EC9315;
}
.TagClassName
{
border-color: #EC9315;
}
</style>