Shades of Carrot Orange #EDA026
Tints of Carrot Orange #EDA026
RGB
CMYK
RGB Variations
Color information
#EDA026 (or 0xEDA026) is known color: Carrot Orange. HEX triplet: ED, A0 and 26. RGB value is (237,160,38). Sum of RGB (Red+Green+Blue) = 237+160+38=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 38 (15.23% from 255 or 8.74% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA026 is #125FD9. Grayscale: #A9A9A9. Windows color (decimal): -1204186 or 2531565. OLE color: 2531565.
HSL color Cylindrical-coordinate representation of color #EDA026: hue angle of 36.78º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDA026 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 38 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.07 |
| HSL | 36.78º | 0.85% | 0.54% | - |
| HSV(B) | 36.78º | 0.84% | 0.93% | - |
| XYZ | 47.85 | 43.29 | 7.67 | - |
| YUV | 169.12 | 54.01 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 38 | 0 | 0.32 | 0.84 | 0.07 | 36.78 | 0.85 | 0.54 |
| Hex | ED | A0 | 26 | 0 | 20 | 54 | 7 | 25 | 55 | 36 |
| Octal | 355 | 240 | 46 | 0 | 40 | 124 | 7 | 45 | 125 | 66 |
| Binary | 11101101 | 10100000 | 100110 | 0 | 100000 | 1010100 | 111 | 100101 | 1010101 | 110110 |
Color Harmonies of #EDA026
Complementary color
Monochromatic Colors of #EDA026
Black with #EDA026
Text Example
Text Example
White with #EDA026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA026; }
p { color: rgb(237,160,38); }
H1.HeaderClassName
{
color: #EDA026;
}
.AnyTagClassName
{
color: #EDA026;
}
</style>
background-color css
<style>
a { background-color: #EDA026; }
a { background-color: rgb(237,160,38); }
div.DivClassName
{
background-color: #EDA026;
}
.BgClassName
{
background-color: #EDA026;
}
</style>
border-color css
<style>
span { border-color: #EDA026; }
span { border-color: rgb(237,160,38); }
td.TdClassName
{
border-color: #EDA026;
}
.TagClassName
{
border-color: #EDA026;
}
</style>