Shades of Carrot Orange #ED941C
Tints of Carrot Orange #ED941C
RGB
CMYK
RGB Variations
Color information
#ED941C (or 0xED941C) is known color: Carrot Orange. HEX triplet: ED, 94 and 1C. RGB value is (237,148,28). Sum of RGB (Red+Green+Blue) = 237+148+28=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED941C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED941C is #126BE3. Grayscale: #A1A1A1. Windows color (decimal): -1207268 or 1873133. OLE color: 1873133.
HSL color Cylindrical-coordinate representation of color #ED941C: hue angle of 34.45º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED941C is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 28 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.07 |
| HSL | 34.45º | 0.85% | 0.52% | - |
| HSV(B) | 34.45º | 0.88% | 0.93% | - |
| XYZ | 45.72 | 39.27 | 6.27 | - |
| YUV | 160.93 | 52.99 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 28 | 0 | 0.38 | 0.88 | 0.07 | 34.45 | 0.85 | 0.52 |
| Hex | ED | 94 | 1C | 0 | 26 | 58 | 7 | 22 | 55 | 34 |
| Octal | 355 | 224 | 34 | 0 | 46 | 130 | 7 | 42 | 125 | 64 |
| Binary | 11101101 | 10010100 | 11100 | 0 | 100110 | 1011000 | 111 | 100010 | 1010101 | 110100 |
Color Harmonies of #ED941C
Complementary color
Monochromatic Colors of #ED941C
Black with #ED941C
Text Example
Text Example
White with #ED941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED941C; }
p { color: rgb(237,148,28); }
H1.HeaderClassName
{
color: #ED941C;
}
.AnyTagClassName
{
color: #ED941C;
}
</style>
background-color css
<style>
a { background-color: #ED941C; }
a { background-color: rgb(237,148,28); }
div.DivClassName
{
background-color: #ED941C;
}
.BgClassName
{
background-color: #ED941C;
}
</style>
border-color css
<style>
span { border-color: #ED941C; }
span { border-color: rgb(237,148,28); }
td.TdClassName
{
border-color: #ED941C;
}
.TagClassName
{
border-color: #ED941C;
}
</style>