Shades of Carrot Orange #ED8624
Tints of Carrot Orange #ED8624
RGB
CMYK
RGB Variations
Color information
#ED8624 (or 0xED8624) is known color: Carrot Orange. HEX triplet: ED, 86 and 24. RGB value is (237,134,36). Sum of RGB (Red+Green+Blue) = 237+134+36=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8624 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8624 is #1279DB. Grayscale: #9A9A9A. Windows color (decimal): -1210844 or 2393837. OLE color: 2393837.
HSL color Cylindrical-coordinate representation of color #ED8624: hue angle of 29.25º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED8624 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 36 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.07 |
| HSL | 29.25º | 0.85% | 0.54% | - |
| HSV(B) | 29.25º | 0.85% | 0.93% | - |
| XYZ | 43.77 | 35.18 | 6.15 | - |
| YUV | 153.63 | 61.62 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 36 | 0 | 0.43 | 0.85 | 0.07 | 29.25 | 0.85 | 0.54 |
| Hex | ED | 86 | 24 | 0 | 2B | 55 | 7 | 1D | 55 | 36 |
| Octal | 355 | 206 | 44 | 0 | 53 | 125 | 7 | 35 | 125 | 66 |
| Binary | 11101101 | 10000110 | 100100 | 0 | 101011 | 1010101 | 111 | 11101 | 1010101 | 110110 |
Color Harmonies of #ED8624
Complementary color
Monochromatic Colors of #ED8624
Black with #ED8624
Text Example
Text Example
White with #ED8624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8624; }
p { color: rgb(237,134,36); }
H1.HeaderClassName
{
color: #ED8624;
}
.AnyTagClassName
{
color: #ED8624;
}
</style>
background-color css
<style>
a { background-color: #ED8624; }
a { background-color: rgb(237,134,36); }
div.DivClassName
{
background-color: #ED8624;
}
.BgClassName
{
background-color: #ED8624;
}
</style>
border-color css
<style>
span { border-color: #ED8624; }
span { border-color: rgb(237,134,36); }
td.TdClassName
{
border-color: #ED8624;
}
.TagClassName
{
border-color: #ED8624;
}
</style>