Shades of Carrot Orange #ED8422
Tints of Carrot Orange #ED8422
RGB
CMYK
RGB Variations
Color information
#ED8422 (or 0xED8422) is known color: Carrot Orange. HEX triplet: ED, 84 and 22. RGB value is (237,132,34). Sum of RGB (Red+Green+Blue) = 237+132+34=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8422 is #127BDD. Grayscale: #989898. Windows color (decimal): -1211358 or 2262253. OLE color: 2262253.
HSL color Cylindrical-coordinate representation of color #ED8422: hue angle of 28.97º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED8422 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 34 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.07 |
| HSL | 28.97º | 0.85% | 0.53% | - |
| HSV(B) | 28.97º | 0.86% | 0.93% | - |
| XYZ | 43.47 | 34.62 | 5.91 | - |
| YUV | 152.22 | 61.29 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 34 | 0 | 0.44 | 0.86 | 0.07 | 28.97 | 0.85 | 0.53 |
| Hex | ED | 84 | 22 | 0 | 2C | 56 | 7 | 1D | 55 | 35 |
| Octal | 355 | 204 | 42 | 0 | 54 | 126 | 7 | 35 | 125 | 65 |
| Binary | 11101101 | 10000100 | 100010 | 0 | 101100 | 1010110 | 111 | 11101 | 1010101 | 110101 |
Color Harmonies of #ED8422
Complementary color
Monochromatic Colors of #ED8422
Black with #ED8422
Text Example
Text Example
White with #ED8422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8422; }
p { color: rgb(237,132,34); }
H1.HeaderClassName
{
color: #ED8422;
}
.AnyTagClassName
{
color: #ED8422;
}
</style>
background-color css
<style>
a { background-color: #ED8422; }
a { background-color: rgb(237,132,34); }
div.DivClassName
{
background-color: #ED8422;
}
.BgClassName
{
background-color: #ED8422;
}
</style>
border-color css
<style>
span { border-color: #ED8422; }
span { border-color: rgb(237,132,34); }
td.TdClassName
{
border-color: #ED8422;
}
.TagClassName
{
border-color: #ED8422;
}
</style>