Shades of Carrot Orange #ED8416
Tints of Carrot Orange #ED8416
RGB
CMYK
RGB Variations
Color information
#ED8416 (or 0xED8416) is known color: Carrot Orange. HEX triplet: ED, 84 and 16. RGB value is (237,132,22). Sum of RGB (Red+Green+Blue) = 237+132+22=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8416 is #127BE9. Grayscale: #979797. Windows color (decimal): -1211370 or 1475821. OLE color: 1475821.
HSL color Cylindrical-coordinate representation of color #ED8416: hue angle of 30.7º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED8416 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 22 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.07 |
| HSL | 30.7º | 0.86% | 0.51% | - |
| HSV(B) | 30.7º | 0.91% | 0.93% | - |
| XYZ | 43.32 | 34.56 | 5.15 | - |
| YUV | 150.86 | 55.29 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 22 | 0 | 0.44 | 0.91 | 0.07 | 30.7 | 0.86 | 0.51 |
| Hex | ED | 84 | 16 | 0 | 2C | 5B | 7 | 1F | 56 | 33 |
| Octal | 355 | 204 | 26 | 0 | 54 | 133 | 7 | 37 | 126 | 63 |
| Binary | 11101101 | 10000100 | 10110 | 0 | 101100 | 1011011 | 111 | 11111 | 1010110 | 110011 |
Color Harmonies of #ED8416
Complementary color
Monochromatic Colors of #ED8416
Black with #ED8416
Text Example
Text Example
White with #ED8416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8416; }
p { color: rgb(237,132,22); }
H1.HeaderClassName
{
color: #ED8416;
}
.AnyTagClassName
{
color: #ED8416;
}
</style>
background-color css
<style>
a { background-color: #ED8416; }
a { background-color: rgb(237,132,22); }
div.DivClassName
{
background-color: #ED8416;
}
.BgClassName
{
background-color: #ED8416;
}
</style>
border-color css
<style>
span { border-color: #ED8416; }
span { border-color: rgb(237,132,22); }
td.TdClassName
{
border-color: #ED8416;
}
.TagClassName
{
border-color: #ED8416;
}
</style>