Shades of Carrot Orange #EC9227
Tints of Carrot Orange #EC9227
RGB
CMYK
RGB Variations
Color information
#EC9227 (or 0xEC9227) is known color: Carrot Orange. HEX triplet: EC, 92 and 27. RGB value is (236,146,39). Sum of RGB (Red+Green+Blue) = 236+146+39=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9227 is #136DD8. Grayscale: #A1A1A1. Windows color (decimal): -1273305 or 2593516. OLE color: 2593516.
HSL color Cylindrical-coordinate representation of color #EC9227: hue angle of 32.59º 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 #EC9227 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 39 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.07 |
| HSL | 32.59º | 0.84% | 0.54% | - |
| HSV(B) | 32.59º | 0.83% | 0.93% | - |
| XYZ | 45.24 | 38.54 | 6.97 | - |
| YUV | 160.71 | 59.32 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 39 | 0 | 0.38 | 0.83 | 0.07 | 32.59 | 0.84 | 0.54 |
| Hex | EC | 92 | 27 | 0 | 26 | 53 | 7 | 21 | 54 | 36 |
| Octal | 354 | 222 | 47 | 0 | 46 | 123 | 7 | 41 | 124 | 66 |
| Binary | 11101100 | 10010010 | 100111 | 0 | 100110 | 1010011 | 111 | 100001 | 1010100 | 110110 |
Color Harmonies of #EC9227
Complementary color
Monochromatic Colors of #EC9227
Black with #EC9227
Text Example
Text Example
White with #EC9227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9227; }
p { color: rgb(236,146,39); }
H1.HeaderClassName
{
color: #EC9227;
}
.AnyTagClassName
{
color: #EC9227;
}
</style>
background-color css
<style>
a { background-color: #EC9227; }
a { background-color: rgb(236,146,39); }
div.DivClassName
{
background-color: #EC9227;
}
.BgClassName
{
background-color: #EC9227;
}
</style>
border-color css
<style>
span { border-color: #EC9227; }
span { border-color: rgb(236,146,39); }
td.TdClassName
{
border-color: #EC9227;
}
.TagClassName
{
border-color: #EC9227;
}
</style>