Shades of Carrot Orange #EC932D
Tints of Carrot Orange #EC932D
RGB
CMYK
RGB Variations
Color information
#EC932D (or 0xEC932D) is known color: Carrot Orange. HEX triplet: EC, 93 and 2D. RGB value is (236,147,45). Sum of RGB (Red+Green+Blue) = 236+147+45=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC932D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC932D is #136CD2. Grayscale: #A2A2A2. Windows color (decimal): -1273043 or 2986988. OLE color: 2986988.
HSL color Cylindrical-coordinate representation of color #EC932D: hue angle of 32.04º 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 #EC932D is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 45 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.07 |
| HSL | 32.04º | 0.83% | 0.55% | - |
| HSV(B) | 32.04º | 0.81% | 0.93% | - |
| XYZ | 45.5 | 38.89 | 7.59 | - |
| YUV | 161.98 | 61.99 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 45 | 0 | 0.38 | 0.81 | 0.07 | 32.04 | 0.83 | 0.55 |
| Hex | EC | 93 | 2D | 0 | 26 | 51 | 7 | 20 | 53 | 37 |
| Octal | 354 | 223 | 55 | 0 | 46 | 121 | 7 | 40 | 123 | 67 |
| Binary | 11101100 | 10010011 | 101101 | 0 | 100110 | 1010001 | 111 | 100000 | 1010011 | 110111 |
Color Harmonies of #EC932D
Complementary color
Monochromatic Colors of #EC932D
Black with #EC932D
Text Example
Text Example
White with #EC932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC932D; }
p { color: rgb(236,147,45); }
H1.HeaderClassName
{
color: #EC932D;
}
.AnyTagClassName
{
color: #EC932D;
}
</style>
background-color css
<style>
a { background-color: #EC932D; }
a { background-color: rgb(236,147,45); }
div.DivClassName
{
background-color: #EC932D;
}
.BgClassName
{
background-color: #EC932D;
}
</style>
border-color css
<style>
span { border-color: #EC932D; }
span { border-color: rgb(236,147,45); }
td.TdClassName
{
border-color: #EC932D;
}
.TagClassName
{
border-color: #EC932D;
}
</style>