Shades of Carrot Orange #ED8125
Tints of Carrot Orange #ED8125
RGB
CMYK
RGB Variations
Color information
#ED8125 (or 0xED8125) is known color: Carrot Orange. HEX triplet: ED, 81 and 25. RGB value is (237,129,37). Sum of RGB (Red+Green+Blue) = 237+129+37=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8125 is #127EDA. Grayscale: #979797. Windows color (decimal): -1212123 or 2458093. OLE color: 2458093.
HSL color Cylindrical-coordinate representation of color #ED8125: hue angle of 27.6º 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 #ED8125 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 37 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.07 |
| HSL | 27.6º | 0.85% | 0.54% | - |
| HSV(B) | 27.6º | 0.84% | 0.93% | - |
| XYZ | 43.11 | 33.84 | 6.01 | - |
| YUV | 150.8 | 63.78 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 37 | 0 | 0.46 | 0.84 | 0.07 | 27.6 | 0.85 | 0.54 |
| Hex | ED | 81 | 25 | 0 | 2E | 54 | 7 | 1C | 55 | 36 |
| Octal | 355 | 201 | 45 | 0 | 56 | 124 | 7 | 34 | 125 | 66 |
| Binary | 11101101 | 10000001 | 100101 | 0 | 101110 | 1010100 | 111 | 11100 | 1010101 | 110110 |
Color Harmonies of #ED8125
Complementary color
Monochromatic Colors of #ED8125
Black with #ED8125
Text Example
Text Example
White with #ED8125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8125; }
p { color: rgb(237,129,37); }
H1.HeaderClassName
{
color: #ED8125;
}
.AnyTagClassName
{
color: #ED8125;
}
</style>
background-color css
<style>
a { background-color: #ED8125; }
a { background-color: rgb(237,129,37); }
div.DivClassName
{
background-color: #ED8125;
}
.BgClassName
{
background-color: #ED8125;
}
</style>
border-color css
<style>
span { border-color: #ED8125; }
span { border-color: rgb(237,129,37); }
td.TdClassName
{
border-color: #ED8125;
}
.TagClassName
{
border-color: #ED8125;
}
</style>