Shades of Carrot Orange #ED9020
Tints of Carrot Orange #ED9020
RGB
CMYK
RGB Variations
Color information
#ED9020 (or 0xED9020) is known color: Carrot Orange. HEX triplet: ED, 90 and 20. RGB value is (237,144,32). Sum of RGB (Red+Green+Blue) = 237+144+32=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9020 is #126FDF. Grayscale: #9F9F9F. Windows color (decimal): -1208288 or 2134253. OLE color: 2134253.
HSL color Cylindrical-coordinate representation of color #ED9020: hue angle of 32.78º 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 #ED9020 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 32 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.07 |
| HSL | 32.78º | 0.85% | 0.53% | - |
| HSV(B) | 32.78º | 0.86% | 0.93% | - |
| XYZ | 45.16 | 38.06 | 6.33 | - |
| YUV | 159.04 | 56.31 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 32 | 0 | 0.39 | 0.86 | 0.07 | 32.78 | 0.85 | 0.53 |
| Hex | ED | 90 | 20 | 0 | 27 | 56 | 7 | 21 | 55 | 35 |
| Octal | 355 | 220 | 40 | 0 | 47 | 126 | 7 | 41 | 125 | 65 |
| Binary | 11101101 | 10010000 | 100000 | 0 | 100111 | 1010110 | 111 | 100001 | 1010101 | 110101 |
Color Harmonies of #ED9020
Complementary color
Monochromatic Colors of #ED9020
Black with #ED9020
Text Example
Text Example
White with #ED9020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9020; }
p { color: rgb(237,144,32); }
H1.HeaderClassName
{
color: #ED9020;
}
.AnyTagClassName
{
color: #ED9020;
}
</style>
background-color css
<style>
a { background-color: #ED9020; }
a { background-color: rgb(237,144,32); }
div.DivClassName
{
background-color: #ED9020;
}
.BgClassName
{
background-color: #ED9020;
}
</style>
border-color css
<style>
span { border-color: #ED9020; }
span { border-color: rgb(237,144,32); }
td.TdClassName
{
border-color: #ED9020;
}
.TagClassName
{
border-color: #ED9020;
}
</style>