Shades of Carrot Orange #ED922C
Tints of Carrot Orange #ED922C
RGB
CMYK
RGB Variations
Color information
#ED922C (or 0xED922C) is known color: Carrot Orange. HEX triplet: ED, 92 and 2C. RGB value is (237,146,44). Sum of RGB (Red+Green+Blue) = 237+146+44=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED922C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED922C is #126DD3. Grayscale: #A2A2A2. Windows color (decimal): -1207764 or 2921197. OLE color: 2921197.
HSL color Cylindrical-coordinate representation of color #ED922C: hue angle of 31.71º degrees, saturation: 0.84, 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 #ED922C is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 44 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.07 |
| HSL | 31.71º | 0.84% | 0.55% | - |
| HSV(B) | 31.71º | 0.81% | 0.93% | - |
| XYZ | 45.66 | 38.74 | 7.45 | - |
| YUV | 161.58 | 61.65 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 44 | 0 | 0.38 | 0.81 | 0.07 | 31.71 | 0.84 | 0.55 |
| Hex | ED | 92 | 2C | 0 | 26 | 51 | 7 | 20 | 54 | 37 |
| Octal | 355 | 222 | 54 | 0 | 46 | 121 | 7 | 40 | 124 | 67 |
| Binary | 11101101 | 10010010 | 101100 | 0 | 100110 | 1010001 | 111 | 100000 | 1010100 | 110111 |
Color Harmonies of #ED922C
Complementary color
Monochromatic Colors of #ED922C
Black with #ED922C
Text Example
Text Example
White with #ED922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED922C; }
p { color: rgb(237,146,44); }
H1.HeaderClassName
{
color: #ED922C;
}
.AnyTagClassName
{
color: #ED922C;
}
</style>
background-color css
<style>
a { background-color: #ED922C; }
a { background-color: rgb(237,146,44); }
div.DivClassName
{
background-color: #ED922C;
}
.BgClassName
{
background-color: #ED922C;
}
</style>
border-color css
<style>
span { border-color: #ED922C; }
span { border-color: rgb(237,146,44); }
td.TdClassName
{
border-color: #ED922C;
}
.TagClassName
{
border-color: #ED922C;
}
</style>