Shades of Carrot Orange #ED8128
Tints of Carrot Orange #ED8128
RGB
CMYK
RGB Variations
Color information
#ED8128 (or 0xED8128) is known color: Carrot Orange. HEX triplet: ED, 81 and 28. RGB value is (237,129,40). Sum of RGB (Red+Green+Blue) = 237+129+40=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8128 is #127ED7. Grayscale: #979797. Windows color (decimal): -1212120 or 2654701. OLE color: 2654701.
HSL color Cylindrical-coordinate representation of color #ED8128: hue angle of 27.11º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED8128 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 40 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.07 |
| HSL | 27.11º | 0.85% | 0.54% | - |
| HSV(B) | 27.11º | 0.83% | 0.93% | - |
| XYZ | 43.16 | 33.86 | 6.27 | - |
| YUV | 151.15 | 65.28 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 40 | 0 | 0.46 | 0.83 | 0.07 | 27.11 | 0.85 | 0.54 |
| Hex | ED | 81 | 28 | 0 | 2E | 53 | 7 | 1B | 55 | 36 |
| Octal | 355 | 201 | 50 | 0 | 56 | 123 | 7 | 33 | 125 | 66 |
| Binary | 11101101 | 10000001 | 101000 | 0 | 101110 | 1010011 | 111 | 11011 | 1010101 | 110110 |
Color Harmonies of #ED8128
Complementary color
Monochromatic Colors of #ED8128
Black with #ED8128
Text Example
Text Example
White with #ED8128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8128; }
p { color: rgb(237,129,40); }
H1.HeaderClassName
{
color: #ED8128;
}
.AnyTagClassName
{
color: #ED8128;
}
</style>
background-color css
<style>
a { background-color: #ED8128; }
a { background-color: rgb(237,129,40); }
div.DivClassName
{
background-color: #ED8128;
}
.BgClassName
{
background-color: #ED8128;
}
</style>
border-color css
<style>
span { border-color: #ED8128; }
span { border-color: rgb(237,129,40); }
td.TdClassName
{
border-color: #ED8128;
}
.TagClassName
{
border-color: #ED8128;
}
</style>