Shades of Carrot Orange #ED8920
Tints of Carrot Orange #ED8920
RGB
CMYK
RGB Variations
Color information
#ED8920 (or 0xED8920) is known color: Carrot Orange. HEX triplet: ED, 89 and 20. RGB value is (237,137,32). Sum of RGB (Red+Green+Blue) = 237+137+32=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8920 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8920 is #1276DF. Grayscale: #9B9B9B. Windows color (decimal): -1210080 or 2132461. OLE color: 2132461.
HSL color Cylindrical-coordinate representation of color #ED8920: hue angle of 30.73º 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 #ED8920 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 32 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.07 |
| HSL | 30.73º | 0.85% | 0.53% | - |
| HSV(B) | 30.73º | 0.86% | 0.93% | - |
| XYZ | 44.13 | 36 | 5.99 | - |
| YUV | 154.93 | 58.63 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 32 | 0 | 0.42 | 0.86 | 0.07 | 30.73 | 0.85 | 0.53 |
| Hex | ED | 89 | 20 | 0 | 2A | 56 | 7 | 1F | 55 | 35 |
| Octal | 355 | 211 | 40 | 0 | 52 | 126 | 7 | 37 | 125 | 65 |
| Binary | 11101101 | 10001001 | 100000 | 0 | 101010 | 1010110 | 111 | 11111 | 1010101 | 110101 |
Color Harmonies of #ED8920
Complementary color
Monochromatic Colors of #ED8920
Black with #ED8920
Text Example
Text Example
White with #ED8920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8920; }
p { color: rgb(237,137,32); }
H1.HeaderClassName
{
color: #ED8920;
}
.AnyTagClassName
{
color: #ED8920;
}
</style>
background-color css
<style>
a { background-color: #ED8920; }
a { background-color: rgb(237,137,32); }
div.DivClassName
{
background-color: #ED8920;
}
.BgClassName
{
background-color: #ED8920;
}
</style>
border-color css
<style>
span { border-color: #ED8920; }
span { border-color: rgb(237,137,32); }
td.TdClassName
{
border-color: #ED8920;
}
.TagClassName
{
border-color: #ED8920;
}
</style>