Shades of Carrot Orange #EC932C
Tints of Carrot Orange #EC932C
RGB
CMYK
RGB Variations
Color information
#EC932C (or 0xEC932C) is known color: Carrot Orange. HEX triplet: EC, 93 and 2C. RGB value is (236,147,44). Sum of RGB (Red+Green+Blue) = 236+147+44=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC932C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC932C is #136CD3. Grayscale: #A2A2A2. Windows color (decimal): -1273044 or 2921452. OLE color: 2921452.
HSL color Cylindrical-coordinate representation of color #EC932C: hue angle of 32.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC932C is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 44 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.07 |
| HSL | 32.19º | 0.83% | 0.55% | - |
| HSV(B) | 32.19º | 0.81% | 0.93% | - |
| XYZ | 45.48 | 38.88 | 7.49 | - |
| YUV | 161.87 | 61.49 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 44 | 0 | 0.38 | 0.81 | 0.07 | 32.19 | 0.83 | 0.55 |
| Hex | EC | 93 | 2C | 0 | 26 | 51 | 7 | 20 | 53 | 37 |
| Octal | 354 | 223 | 54 | 0 | 46 | 121 | 7 | 40 | 123 | 67 |
| Binary | 11101100 | 10010011 | 101100 | 0 | 100110 | 1010001 | 111 | 100000 | 1010011 | 110111 |
Color Harmonies of #EC932C
Complementary color
Monochromatic Colors of #EC932C
Black with #EC932C
Text Example
Text Example
White with #EC932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC932C; }
p { color: rgb(236,147,44); }
H1.HeaderClassName
{
color: #EC932C;
}
.AnyTagClassName
{
color: #EC932C;
}
</style>
background-color css
<style>
a { background-color: #EC932C; }
a { background-color: rgb(236,147,44); }
div.DivClassName
{
background-color: #EC932C;
}
.BgClassName
{
background-color: #EC932C;
}
</style>
border-color css
<style>
span { border-color: #EC932C; }
span { border-color: rgb(236,147,44); }
td.TdClassName
{
border-color: #EC932C;
}
.TagClassName
{
border-color: #EC932C;
}
</style>