Shades of Carrot Orange #EDA122
Tints of Carrot Orange #EDA122
RGB
CMYK
RGB Variations
Color information
#EDA122 (or 0xEDA122) is known color: Carrot Orange. HEX triplet: ED, A1 and 22. RGB value is (237,161,34). Sum of RGB (Red+Green+Blue) = 237+161+34=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA122 is #125EDD. Grayscale: #A9A9A9. Windows color (decimal): -1203934 or 2269677. OLE color: 2269677.
HSL color Cylindrical-coordinate representation of color #EDA122: hue angle of 37.54º 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 #EDA122 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 34 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.07 |
| HSL | 37.54º | 0.85% | 0.53% | - |
| HSV(B) | 37.54º | 0.86% | 0.93% | - |
| XYZ | 47.96 | 43.61 | 7.4 | - |
| YUV | 169.25 | 51.68 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 34 | 0 | 0.32 | 0.86 | 0.07 | 37.54 | 0.85 | 0.53 |
| Hex | ED | A1 | 22 | 0 | 20 | 56 | 7 | 26 | 55 | 35 |
| Octal | 355 | 241 | 42 | 0 | 40 | 126 | 7 | 46 | 125 | 65 |
| Binary | 11101101 | 10100001 | 100010 | 0 | 100000 | 1010110 | 111 | 100110 | 1010101 | 110101 |
Color Harmonies of #EDA122
Complementary color
Monochromatic Colors of #EDA122
Black with #EDA122
Text Example
Text Example
White with #EDA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA122; }
p { color: rgb(237,161,34); }
H1.HeaderClassName
{
color: #EDA122;
}
.AnyTagClassName
{
color: #EDA122;
}
</style>
background-color css
<style>
a { background-color: #EDA122; }
a { background-color: rgb(237,161,34); }
div.DivClassName
{
background-color: #EDA122;
}
.BgClassName
{
background-color: #EDA122;
}
</style>
border-color css
<style>
span { border-color: #EDA122; }
span { border-color: rgb(237,161,34); }
td.TdClassName
{
border-color: #EDA122;
}
.TagClassName
{
border-color: #EDA122;
}
</style>