Shades of Carrot Orange #ED942A
Tints of Carrot Orange #ED942A
RGB
CMYK
RGB Variations
Color information
#ED942A (or 0xED942A) is known color: Carrot Orange. HEX triplet: ED, 94 and 2A. RGB value is (237,148,42). Sum of RGB (Red+Green+Blue) = 237+148+42=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED942A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED942A is #126BD5. Grayscale: #A3A3A3. Windows color (decimal): -1207254 or 2790637. OLE color: 2790637.
HSL color Cylindrical-coordinate representation of color #ED942A: hue angle of 32.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED942A is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 42 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.07 |
| HSL | 32.62º | 0.84% | 0.55% | - |
| HSV(B) | 32.62º | 0.82% | 0.93% | - |
| XYZ | 45.93 | 39.35 | 7.37 | - |
| YUV | 162.53 | 59.99 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 42 | 0 | 0.38 | 0.82 | 0.07 | 32.62 | 0.84 | 0.55 |
| Hex | ED | 94 | 2A | 0 | 26 | 52 | 7 | 21 | 54 | 37 |
| Octal | 355 | 224 | 52 | 0 | 46 | 122 | 7 | 41 | 124 | 67 |
| Binary | 11101101 | 10010100 | 101010 | 0 | 100110 | 1010010 | 111 | 100001 | 1010100 | 110111 |
Color Harmonies of #ED942A
Complementary color
Monochromatic Colors of #ED942A
Black with #ED942A
Text Example
Text Example
White with #ED942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED942A; }
p { color: rgb(237,148,42); }
H1.HeaderClassName
{
color: #ED942A;
}
.AnyTagClassName
{
color: #ED942A;
}
</style>
background-color css
<style>
a { background-color: #ED942A; }
a { background-color: rgb(237,148,42); }
div.DivClassName
{
background-color: #ED942A;
}
.BgClassName
{
background-color: #ED942A;
}
</style>
border-color css
<style>
span { border-color: #ED942A; }
span { border-color: rgb(237,148,42); }
td.TdClassName
{
border-color: #ED942A;
}
.TagClassName
{
border-color: #ED942A;
}
</style>