Shades of Carrot Orange #ED9820
Tints of Carrot Orange #ED9820
RGB
CMYK
RGB Variations
Color information
#ED9820 (or 0xED9820) is known color: Carrot Orange. HEX triplet: ED, 98 and 20. RGB value is (237,152,32). Sum of RGB (Red+Green+Blue) = 237+152+32=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9820 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9820 is #1267DF. Grayscale: #A4A4A4. Windows color (decimal): -1206240 or 2136301. OLE color: 2136301.
HSL color Cylindrical-coordinate representation of color #ED9820: hue angle of 35.12º 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 #ED9820 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 32 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.07 |
| HSL | 35.12º | 0.85% | 0.53% | - |
| HSV(B) | 35.12º | 0.86% | 0.93% | - |
| XYZ | 46.41 | 40.57 | 6.75 | - |
| YUV | 163.74 | 53.66 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 32 | 0 | 0.36 | 0.86 | 0.07 | 35.12 | 0.85 | 0.53 |
| Hex | ED | 98 | 20 | 0 | 24 | 56 | 7 | 23 | 55 | 35 |
| Octal | 355 | 230 | 40 | 0 | 44 | 126 | 7 | 43 | 125 | 65 |
| Binary | 11101101 | 10011000 | 100000 | 0 | 100100 | 1010110 | 111 | 100011 | 1010101 | 110101 |
Color Harmonies of #ED9820
Complementary color
Monochromatic Colors of #ED9820
Black with #ED9820
Text Example
Text Example
White with #ED9820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9820; }
p { color: rgb(237,152,32); }
H1.HeaderClassName
{
color: #ED9820;
}
.AnyTagClassName
{
color: #ED9820;
}
</style>
background-color css
<style>
a { background-color: #ED9820; }
a { background-color: rgb(237,152,32); }
div.DivClassName
{
background-color: #ED9820;
}
.BgClassName
{
background-color: #ED9820;
}
</style>
border-color css
<style>
span { border-color: #ED9820; }
span { border-color: rgb(237,152,32); }
td.TdClassName
{
border-color: #ED9820;
}
.TagClassName
{
border-color: #ED9820;
}
</style>