Shades of Carrot Orange #ED8825
Tints of Carrot Orange #ED8825
RGB
CMYK
RGB Variations
Color information
#ED8825 (or 0xED8825) is known color: Carrot Orange. HEX triplet: ED, 88 and 25. RGB value is (237,136,37). Sum of RGB (Red+Green+Blue) = 237+136+37=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8825 is #1277DA. Grayscale: #9B9B9B. Windows color (decimal): -1210331 or 2459885. OLE color: 2459885.
HSL color Cylindrical-coordinate representation of color #ED8825: hue angle of 29.7º 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 #ED8825 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 37 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.07 |
| HSL | 29.7º | 0.85% | 0.54% | - |
| HSV(B) | 29.7º | 0.84% | 0.93% | - |
| XYZ | 44.06 | 35.75 | 6.33 | - |
| YUV | 154.91 | 61.46 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 37 | 0 | 0.43 | 0.84 | 0.07 | 29.7 | 0.85 | 0.54 |
| Hex | ED | 88 | 25 | 0 | 2B | 54 | 7 | 1E | 55 | 36 |
| Octal | 355 | 210 | 45 | 0 | 53 | 124 | 7 | 36 | 125 | 66 |
| Binary | 11101101 | 10001000 | 100101 | 0 | 101011 | 1010100 | 111 | 11110 | 1010101 | 110110 |
Color Harmonies of #ED8825
Complementary color
Monochromatic Colors of #ED8825
Black with #ED8825
Text Example
Text Example
White with #ED8825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8825; }
p { color: rgb(237,136,37); }
H1.HeaderClassName
{
color: #ED8825;
}
.AnyTagClassName
{
color: #ED8825;
}
</style>
background-color css
<style>
a { background-color: #ED8825; }
a { background-color: rgb(237,136,37); }
div.DivClassName
{
background-color: #ED8825;
}
.BgClassName
{
background-color: #ED8825;
}
</style>
border-color css
<style>
span { border-color: #ED8825; }
span { border-color: rgb(237,136,37); }
td.TdClassName
{
border-color: #ED8825;
}
.TagClassName
{
border-color: #ED8825;
}
</style>