Shades of Carrot Orange #ED8122
Tints of Carrot Orange #ED8122
RGB
CMYK
RGB Variations
Color information
#ED8122 (or 0xED8122) is known color: Carrot Orange. HEX triplet: ED, 81 and 22. RGB value is (237,129,34). Sum of RGB (Red+Green+Blue) = 237+129+34=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8122 is #127EDD. Grayscale: #969696. Windows color (decimal): -1212126 or 2261485. OLE color: 2261485.
HSL color Cylindrical-coordinate representation of color #ED8122: hue angle of 28.08º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED8122 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 34 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.07 |
| HSL | 28.08º | 0.85% | 0.53% | - |
| HSV(B) | 28.08º | 0.86% | 0.93% | - |
| XYZ | 43.06 | 33.82 | 5.77 | - |
| YUV | 150.46 | 62.28 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 34 | 0 | 0.46 | 0.86 | 0.07 | 28.08 | 0.85 | 0.53 |
| Hex | ED | 81 | 22 | 0 | 2E | 56 | 7 | 1C | 55 | 35 |
| Octal | 355 | 201 | 42 | 0 | 56 | 126 | 7 | 34 | 125 | 65 |
| Binary | 11101101 | 10000001 | 100010 | 0 | 101110 | 1010110 | 111 | 11100 | 1010101 | 110101 |
Color Harmonies of #ED8122
Complementary color
Monochromatic Colors of #ED8122
Black with #ED8122
Text Example
Text Example
White with #ED8122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8122; }
p { color: rgb(237,129,34); }
H1.HeaderClassName
{
color: #ED8122;
}
.AnyTagClassName
{
color: #ED8122;
}
</style>
background-color css
<style>
a { background-color: #ED8122; }
a { background-color: rgb(237,129,34); }
div.DivClassName
{
background-color: #ED8122;
}
.BgClassName
{
background-color: #ED8122;
}
</style>
border-color css
<style>
span { border-color: #ED8122; }
span { border-color: rgb(237,129,34); }
td.TdClassName
{
border-color: #ED8122;
}
.TagClassName
{
border-color: #ED8122;
}
</style>