Shades of Outrageous Orange #ED623D
Tints of Outrageous Orange #ED623D
RGB
CMYK
RGB Variations
Color information
#ED623D (or 0xED623D) is known color: Outrageous Orange. HEX triplet: ED, 62 and 3D. RGB value is (237,98,61). Sum of RGB (Red+Green+Blue) = 237+98+61=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED623D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED623D is #129DC2. Grayscale: #878787. Windows color (decimal): -1220035 or 4023021. OLE color: 4023021.
HSL color Cylindrical-coordinate representation of color #ED623D: hue angle of 12.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED623D is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 61 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.07 |
| HSL | 12.61º | 0.83% | 0.58% | - |
| HSV(B) | 12.61º | 0.74% | 0.93% | - |
| XYZ | 40.14 | 27.08 | 7.53 | - |
| YUV | 135.34 | 86.05 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 61 | 0 | 0.59 | 0.74 | 0.07 | 12.61 | 0.83 | 0.58 |
| Hex | ED | 62 | 3D | 0 | 3B | 4A | 7 | D | 53 | 3A |
| Octal | 355 | 142 | 75 | 0 | 73 | 112 | 7 | 15 | 123 | 72 |
| Binary | 11101101 | 1100010 | 111101 | 0 | 111011 | 1001010 | 111 | 1101 | 1010011 | 111010 |
Color Harmonies of #ED623D
Complementary color
Monochromatic Colors of #ED623D
Black with #ED623D
Text Example
Text Example
White with #ED623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED623D; }
p { color: rgb(237,98,61); }
H1.HeaderClassName
{
color: #ED623D;
}
.AnyTagClassName
{
color: #ED623D;
}
</style>
background-color css
<style>
a { background-color: #ED623D; }
a { background-color: rgb(237,98,61); }
div.DivClassName
{
background-color: #ED623D;
}
.BgClassName
{
background-color: #ED623D;
}
</style>
border-color css
<style>
span { border-color: #ED623D; }
span { border-color: rgb(237,98,61); }
td.TdClassName
{
border-color: #ED623D;
}
.TagClassName
{
border-color: #ED623D;
}
</style>