Shades of Carrot Orange #ED8114
Tints of Carrot Orange #ED8114
RGB
CMYK
RGB Variations
Color information
#ED8114 (or 0xED8114) is known color: Carrot Orange. HEX triplet: ED, 81 and 14. RGB value is (237,129,20). Sum of RGB (Red+Green+Blue) = 237+129+20=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8114 is #127EEB. Grayscale: #959595. Windows color (decimal): -1212140 or 1343981. OLE color: 1343981.
HSL color Cylindrical-coordinate representation of color #ED8114: hue angle of 30.14º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED8114 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 20 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.07 |
| HSL | 30.14º | 0.86% | 0.5% | - |
| HSV(B) | 30.14º | 0.92% | 0.93% | - |
| XYZ | 42.9 | 33.76 | 4.92 | - |
| YUV | 148.87 | 55.28 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 20 | 0 | 0.46 | 0.92 | 0.07 | 30.14 | 0.86 | 0.5 |
| Hex | ED | 81 | 14 | 0 | 2E | 5C | 7 | 1E | 56 | 32 |
| Octal | 355 | 201 | 24 | 0 | 56 | 134 | 7 | 36 | 126 | 62 |
| Binary | 11101101 | 10000001 | 10100 | 0 | 101110 | 1011100 | 111 | 11110 | 1010110 | 110010 |
Color Harmonies of #ED8114
Complementary color
Monochromatic Colors of #ED8114
Black with #ED8114
Text Example
Text Example
White with #ED8114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8114; }
p { color: rgb(237,129,20); }
H1.HeaderClassName
{
color: #ED8114;
}
.AnyTagClassName
{
color: #ED8114;
}
</style>
background-color css
<style>
a { background-color: #ED8114; }
a { background-color: rgb(237,129,20); }
div.DivClassName
{
background-color: #ED8114;
}
.BgClassName
{
background-color: #ED8114;
}
</style>
border-color css
<style>
span { border-color: #ED8114; }
span { border-color: rgb(237,129,20); }
td.TdClassName
{
border-color: #ED8114;
}
.TagClassName
{
border-color: #ED8114;
}
</style>