Shades of Carrot Orange #EDA125
Tints of Carrot Orange #EDA125
RGB
CMYK
RGB Variations
Color information
#EDA125 (or 0xEDA125) is known color: Carrot Orange. HEX triplet: ED, A1 and 25. RGB value is (237,161,37). Sum of RGB (Red+Green+Blue) = 237+161+37=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA125 is #125EDA. Grayscale: #AAAAAA. Windows color (decimal): -1203931 or 2466285. OLE color: 2466285.
HSL color Cylindrical-coordinate representation of color #EDA125: hue angle of 37.2º 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 #EDA125 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 37 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.07 |
| HSL | 37.2º | 0.85% | 0.54% | - |
| HSV(B) | 37.2º | 0.84% | 0.93% | - |
| XYZ | 48 | 43.63 | 7.64 | - |
| YUV | 169.59 | 53.18 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 37 | 0 | 0.32 | 0.84 | 0.07 | 37.2 | 0.85 | 0.54 |
| Hex | ED | A1 | 25 | 0 | 20 | 54 | 7 | 25 | 55 | 36 |
| Octal | 355 | 241 | 45 | 0 | 40 | 124 | 7 | 45 | 125 | 66 |
| Binary | 11101101 | 10100001 | 100101 | 0 | 100000 | 1010100 | 111 | 100101 | 1010101 | 110110 |
Color Harmonies of #EDA125
Complementary color
Monochromatic Colors of #EDA125
Black with #EDA125
Text Example
Text Example
White with #EDA125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA125; }
p { color: rgb(237,161,37); }
H1.HeaderClassName
{
color: #EDA125;
}
.AnyTagClassName
{
color: #EDA125;
}
</style>
background-color css
<style>
a { background-color: #EDA125; }
a { background-color: rgb(237,161,37); }
div.DivClassName
{
background-color: #EDA125;
}
.BgClassName
{
background-color: #EDA125;
}
</style>
border-color css
<style>
span { border-color: #EDA125; }
span { border-color: rgb(237,161,37); }
td.TdClassName
{
border-color: #EDA125;
}
.TagClassName
{
border-color: #EDA125;
}
</style>