Shades of Carrot Orange #EC9228
Tints of Carrot Orange #EC9228
RGB
CMYK
RGB Variations
Color information
#EC9228 (or 0xEC9228) is known color: Carrot Orange. HEX triplet: EC, 92 and 28. RGB value is (236,146,40). Sum of RGB (Red+Green+Blue) = 236+146+40=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9228 is #136DD7. Grayscale: #A1A1A1. Windows color (decimal): -1273304 or 2659052. OLE color: 2659052.
HSL color Cylindrical-coordinate representation of color #EC9228: hue angle of 32.45º 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 #EC9228 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 40 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.07 |
| HSL | 32.45º | 0.84% | 0.54% | - |
| HSV(B) | 32.45º | 0.83% | 0.93% | - |
| XYZ | 45.25 | 38.54 | 7.06 | - |
| YUV | 160.83 | 59.82 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 40 | 0 | 0.38 | 0.83 | 0.07 | 32.45 | 0.84 | 0.54 |
| Hex | EC | 92 | 28 | 0 | 26 | 53 | 7 | 20 | 54 | 36 |
| Octal | 354 | 222 | 50 | 0 | 46 | 123 | 7 | 40 | 124 | 66 |
| Binary | 11101100 | 10010010 | 101000 | 0 | 100110 | 1010011 | 111 | 100000 | 1010100 | 110110 |
Color Harmonies of #EC9228
Complementary color
Monochromatic Colors of #EC9228
Black with #EC9228
Text Example
Text Example
White with #EC9228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9228; }
p { color: rgb(236,146,40); }
H1.HeaderClassName
{
color: #EC9228;
}
.AnyTagClassName
{
color: #EC9228;
}
</style>
background-color css
<style>
a { background-color: #EC9228; }
a { background-color: rgb(236,146,40); }
div.DivClassName
{
background-color: #EC9228;
}
.BgClassName
{
background-color: #EC9228;
}
</style>
border-color css
<style>
span { border-color: #EC9228; }
span { border-color: rgb(236,146,40); }
td.TdClassName
{
border-color: #EC9228;
}
.TagClassName
{
border-color: #EC9228;
}
</style>