Shades of Carrot Orange #EDA220
Tints of Carrot Orange #EDA220
RGB
CMYK
RGB Variations
Color information
#EDA220 (or 0xEDA220) is known color: Carrot Orange. HEX triplet: ED, A2 and 20. RGB value is (237,162,32). Sum of RGB (Red+Green+Blue) = 237+162+32=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA220 is #125DDF. Grayscale: #AAAAAA. Windows color (decimal): -1203680 or 2138861. OLE color: 2138861.
HSL color Cylindrical-coordinate representation of color #EDA220: hue angle of 38.05º 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 #EDA220 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 32 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.07 |
| HSL | 38.05º | 0.85% | 0.53% | - |
| HSV(B) | 38.05º | 0.86% | 0.93% | - |
| XYZ | 48.11 | 43.95 | 7.31 | - |
| YUV | 169.61 | 50.35 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 32 | 0 | 0.32 | 0.86 | 0.07 | 38.05 | 0.85 | 0.53 |
| Hex | ED | A2 | 20 | 0 | 20 | 56 | 7 | 26 | 55 | 35 |
| Octal | 355 | 242 | 40 | 0 | 40 | 126 | 7 | 46 | 125 | 65 |
| Binary | 11101101 | 10100010 | 100000 | 0 | 100000 | 1010110 | 111 | 100110 | 1010101 | 110101 |
Color Harmonies of #EDA220
Complementary color
Monochromatic Colors of #EDA220
Black with #EDA220
Text Example
Text Example
White with #EDA220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA220; }
p { color: rgb(237,162,32); }
H1.HeaderClassName
{
color: #EDA220;
}
.AnyTagClassName
{
color: #EDA220;
}
</style>
background-color css
<style>
a { background-color: #EDA220; }
a { background-color: rgb(237,162,32); }
div.DivClassName
{
background-color: #EDA220;
}
.BgClassName
{
background-color: #EDA220;
}
</style>
border-color css
<style>
span { border-color: #EDA220; }
span { border-color: rgb(237,162,32); }
td.TdClassName
{
border-color: #EDA220;
}
.TagClassName
{
border-color: #EDA220;
}
</style>