Shades of Carrot Orange #EC922D
Tints of Carrot Orange #EC922D
RGB
CMYK
RGB Variations
Color information
#EC922D (or 0xEC922D) is known color: Carrot Orange. HEX triplet: EC, 92 and 2D. RGB value is (236,146,45). Sum of RGB (Red+Green+Blue) = 236+146+45=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC922D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC922D is #136DD2. Grayscale: #A1A1A1. Windows color (decimal): -1273299 or 2986732. OLE color: 2986732.
HSL color Cylindrical-coordinate representation of color #EC922D: hue angle of 31.73º 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 #EC922D is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 45 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.07 |
| HSL | 31.73º | 0.83% | 0.55% | - |
| HSV(B) | 31.73º | 0.81% | 0.93% | - |
| XYZ | 45.34 | 38.58 | 7.54 | - |
| YUV | 161.4 | 62.32 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 45 | 0 | 0.38 | 0.81 | 0.07 | 31.73 | 0.83 | 0.55 |
| Hex | EC | 92 | 2D | 0 | 26 | 51 | 7 | 20 | 53 | 37 |
| Octal | 354 | 222 | 55 | 0 | 46 | 121 | 7 | 40 | 123 | 67 |
| Binary | 11101100 | 10010010 | 101101 | 0 | 100110 | 1010001 | 111 | 100000 | 1010011 | 110111 |
Color Harmonies of #EC922D
Complementary color
Monochromatic Colors of #EC922D
Black with #EC922D
Text Example
Text Example
White with #EC922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC922D; }
p { color: rgb(236,146,45); }
H1.HeaderClassName
{
color: #EC922D;
}
.AnyTagClassName
{
color: #EC922D;
}
</style>
background-color css
<style>
a { background-color: #EC922D; }
a { background-color: rgb(236,146,45); }
div.DivClassName
{
background-color: #EC922D;
}
.BgClassName
{
background-color: #EC922D;
}
</style>
border-color css
<style>
span { border-color: #EC922D; }
span { border-color: rgb(236,146,45); }
td.TdClassName
{
border-color: #EC922D;
}
.TagClassName
{
border-color: #EC922D;
}
</style>