Shades of Carrot Orange #ED921C
Tints of Carrot Orange #ED921C
RGB
CMYK
RGB Variations
Color information
#ED921C (or 0xED921C) is known color: Carrot Orange. HEX triplet: ED, 92 and 1C. RGB value is (237,146,28). Sum of RGB (Red+Green+Blue) = 237+146+28=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED921C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED921C is #126DE3. Grayscale: #A0A0A0. Windows color (decimal): -1207780 or 1872621. OLE color: 1872621.
HSL color Cylindrical-coordinate representation of color #ED921C: hue angle of 33.88º 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 #ED921C is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 28 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.07 |
| HSL | 33.88º | 0.85% | 0.52% | - |
| HSV(B) | 33.88º | 0.88% | 0.93% | - |
| XYZ | 45.41 | 38.65 | 6.16 | - |
| YUV | 159.76 | 53.65 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 28 | 0 | 0.38 | 0.88 | 0.07 | 33.88 | 0.85 | 0.52 |
| Hex | ED | 92 | 1C | 0 | 26 | 58 | 7 | 22 | 55 | 34 |
| Octal | 355 | 222 | 34 | 0 | 46 | 130 | 7 | 42 | 125 | 64 |
| Binary | 11101101 | 10010010 | 11100 | 0 | 100110 | 1011000 | 111 | 100010 | 1010101 | 110100 |
Color Harmonies of #ED921C
Complementary color
Monochromatic Colors of #ED921C
Black with #ED921C
Text Example
Text Example
White with #ED921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED921C; }
p { color: rgb(237,146,28); }
H1.HeaderClassName
{
color: #ED921C;
}
.AnyTagClassName
{
color: #ED921C;
}
</style>
background-color css
<style>
a { background-color: #ED921C; }
a { background-color: rgb(237,146,28); }
div.DivClassName
{
background-color: #ED921C;
}
.BgClassName
{
background-color: #ED921C;
}
</style>
border-color css
<style>
span { border-color: #ED921C; }
span { border-color: rgb(237,146,28); }
td.TdClassName
{
border-color: #ED921C;
}
.TagClassName
{
border-color: #ED921C;
}
</style>