Shades of Carrot Orange #ED8116
Tints of Carrot Orange #ED8116
RGB
CMYK
RGB Variations
Color information
#ED8116 (or 0xED8116) is known color: Carrot Orange. HEX triplet: ED, 81 and 16. RGB value is (237,129,22). Sum of RGB (Red+Green+Blue) = 237+129+22=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8116 is #127EE9. Grayscale: #959595. Windows color (decimal): -1212138 or 1475053. OLE color: 1475053.
HSL color Cylindrical-coordinate representation of color #ED8116: hue angle of 29.86º 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 #ED8116 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 22 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.07 |
| HSL | 29.86º | 0.86% | 0.51% | - |
| HSV(B) | 29.86º | 0.91% | 0.93% | - |
| XYZ | 42.92 | 33.76 | 5.01 | - |
| YUV | 149.09 | 56.28 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 22 | 0 | 0.46 | 0.91 | 0.07 | 29.86 | 0.86 | 0.51 |
| Hex | ED | 81 | 16 | 0 | 2E | 5B | 7 | 1E | 56 | 33 |
| Octal | 355 | 201 | 26 | 0 | 56 | 133 | 7 | 36 | 126 | 63 |
| Binary | 11101101 | 10000001 | 10110 | 0 | 101110 | 1011011 | 111 | 11110 | 1010110 | 110011 |
Color Harmonies of #ED8116
Complementary color
Monochromatic Colors of #ED8116
Black with #ED8116
Text Example
Text Example
White with #ED8116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8116; }
p { color: rgb(237,129,22); }
H1.HeaderClassName
{
color: #ED8116;
}
.AnyTagClassName
{
color: #ED8116;
}
</style>
background-color css
<style>
a { background-color: #ED8116; }
a { background-color: rgb(237,129,22); }
div.DivClassName
{
background-color: #ED8116;
}
.BgClassName
{
background-color: #ED8116;
}
</style>
border-color css
<style>
span { border-color: #ED8116; }
span { border-color: rgb(237,129,22); }
td.TdClassName
{
border-color: #ED8116;
}
.TagClassName
{
border-color: #ED8116;
}
</style>