Shades of Carrot Orange #ED922D
Tints of Carrot Orange #ED922D
RGB
CMYK
RGB Variations
Color information
#ED922D (or 0xED922D) is known color: Carrot Orange. HEX triplet: ED, 92 and 2D. RGB value is (237,146,45). Sum of RGB (Red+Green+Blue) = 237+146+45=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED922D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED922D is #126DD2. Grayscale: #A2A2A2. Windows color (decimal): -1207763 or 2986733. OLE color: 2986733.
HSL color Cylindrical-coordinate representation of color #ED922D: hue angle of 31.56º 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 #ED922D is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 45 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.07 |
| HSL | 31.56º | 0.84% | 0.55% | - |
| HSV(B) | 31.56º | 0.81% | 0.93% | - |
| XYZ | 45.68 | 38.75 | 7.55 | - |
| YUV | 161.7 | 62.15 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 45 | 0 | 0.38 | 0.81 | 0.07 | 31.56 | 0.84 | 0.55 |
| Hex | ED | 92 | 2D | 0 | 26 | 51 | 7 | 20 | 54 | 37 |
| Octal | 355 | 222 | 55 | 0 | 46 | 121 | 7 | 40 | 124 | 67 |
| Binary | 11101101 | 10010010 | 101101 | 0 | 100110 | 1010001 | 111 | 100000 | 1010100 | 110111 |
Color Harmonies of #ED922D
Complementary color
Monochromatic Colors of #ED922D
Black with #ED922D
Text Example
Text Example
White with #ED922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED922D; }
p { color: rgb(237,146,45); }
H1.HeaderClassName
{
color: #ED922D;
}
.AnyTagClassName
{
color: #ED922D;
}
</style>
background-color css
<style>
a { background-color: #ED922D; }
a { background-color: rgb(237,146,45); }
div.DivClassName
{
background-color: #ED922D;
}
.BgClassName
{
background-color: #ED922D;
}
</style>
border-color css
<style>
span { border-color: #ED922D; }
span { border-color: rgb(237,146,45); }
td.TdClassName
{
border-color: #ED922D;
}
.TagClassName
{
border-color: #ED922D;
}
</style>