Shades of Carrot Orange #ED942D
Tints of Carrot Orange #ED942D
RGB
CMYK
RGB Variations
Color information
#ED942D (or 0xED942D) is known color: Carrot Orange. HEX triplet: ED, 94 and 2D. RGB value is (237,148,45). Sum of RGB (Red+Green+Blue) = 237+148+45=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED942D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED942D is #126BD2. Grayscale: #A3A3A3. Windows color (decimal): -1207251 or 2987245. OLE color: 2987245.
HSL color Cylindrical-coordinate representation of color #ED942D: hue angle of 32.19º 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 #ED942D is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 45 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.07 |
| HSL | 32.19º | 0.84% | 0.55% | - |
| HSV(B) | 32.19º | 0.81% | 0.93% | - |
| XYZ | 45.99 | 39.37 | 7.66 | - |
| YUV | 162.87 | 61.49 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 45 | 0 | 0.38 | 0.81 | 0.07 | 32.19 | 0.84 | 0.55 |
| Hex | ED | 94 | 2D | 0 | 26 | 51 | 7 | 20 | 54 | 37 |
| Octal | 355 | 224 | 55 | 0 | 46 | 121 | 7 | 40 | 124 | 67 |
| Binary | 11101101 | 10010100 | 101101 | 0 | 100110 | 1010001 | 111 | 100000 | 1010100 | 110111 |
Color Harmonies of #ED942D
Complementary color
Monochromatic Colors of #ED942D
Black with #ED942D
Text Example
Text Example
White with #ED942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED942D; }
p { color: rgb(237,148,45); }
H1.HeaderClassName
{
color: #ED942D;
}
.AnyTagClassName
{
color: #ED942D;
}
</style>
background-color css
<style>
a { background-color: #ED942D; }
a { background-color: rgb(237,148,45); }
div.DivClassName
{
background-color: #ED942D;
}
.BgClassName
{
background-color: #ED942D;
}
</style>
border-color css
<style>
span { border-color: #ED942D; }
span { border-color: rgb(237,148,45); }
td.TdClassName
{
border-color: #ED942D;
}
.TagClassName
{
border-color: #ED942D;
}
</style>