Shades of Carrot Orange #ED8925
Tints of Carrot Orange #ED8925
RGB
CMYK
RGB Variations
Color information
#ED8925 (or 0xED8925) is known color: Carrot Orange. HEX triplet: ED, 89 and 25. RGB value is (237,137,37). Sum of RGB (Red+Green+Blue) = 237+137+37=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 37 (14.84% from 255 or 9.00% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8925 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8925 is #1276DA. Grayscale: #9C9C9C. Windows color (decimal): -1210075 or 2460141. OLE color: 2460141.
HSL color Cylindrical-coordinate representation of color #ED8925: hue angle of 30º 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 #ED8925 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 37 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.07 |
| HSL | 30º | 0.85% | 0.54% | - |
| HSV(B) | 30º | 0.84% | 0.93% | - |
| XYZ | 44.2 | 36.03 | 6.37 | - |
| YUV | 155.5 | 61.13 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 37 | 0 | 0.42 | 0.84 | 0.07 | 30 | 0.85 | 0.54 |
| Hex | ED | 89 | 25 | 0 | 2A | 54 | 7 | 1E | 55 | 36 |
| Octal | 355 | 211 | 45 | 0 | 52 | 124 | 7 | 36 | 125 | 66 |
| Binary | 11101101 | 10001001 | 100101 | 0 | 101010 | 1010100 | 111 | 11110 | 1010101 | 110110 |
Color Harmonies of #ED8925
Complementary color
Monochromatic Colors of #ED8925
Black with #ED8925
Text Example
Text Example
White with #ED8925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8925; }
p { color: rgb(237,137,37); }
H1.HeaderClassName
{
color: #ED8925;
}
.AnyTagClassName
{
color: #ED8925;
}
</style>
background-color css
<style>
a { background-color: #ED8925; }
a { background-color: rgb(237,137,37); }
div.DivClassName
{
background-color: #ED8925;
}
.BgClassName
{
background-color: #ED8925;
}
</style>
border-color css
<style>
span { border-color: #ED8925; }
span { border-color: rgb(237,137,37); }
td.TdClassName
{
border-color: #ED8925;
}
.TagClassName
{
border-color: #ED8925;
}
</style>