Shades of Outrageous Orange #ED633C
Tints of Outrageous Orange #ED633C
RGB
CMYK
RGB Variations
Color information
#ED633C (or 0xED633C) is known color: Outrageous Orange. HEX triplet: ED, 63 and 3C. RGB value is (237,99,60). Sum of RGB (Red+Green+Blue) = 237+99+60=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED633C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED633C is #129CC3. Grayscale: #888888. Windows color (decimal): -1219780 or 3957741. OLE color: 3957741.
HSL color Cylindrical-coordinate representation of color #ED633C: hue angle of 13.22º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED633C is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 60 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.07 |
| HSL | 13.22º | 0.83% | 0.58% | - |
| HSV(B) | 13.22º | 0.75% | 0.93% | - |
| XYZ | 40.2 | 27.25 | 7.42 | - |
| YUV | 135.82 | 85.22 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 60 | 0 | 0.58 | 0.75 | 0.07 | 13.22 | 0.83 | 0.58 |
| Hex | ED | 63 | 3C | 0 | 3A | 4B | 7 | D | 53 | 3A |
| Octal | 355 | 143 | 74 | 0 | 72 | 113 | 7 | 15 | 123 | 72 |
| Binary | 11101101 | 1100011 | 111100 | 0 | 111010 | 1001011 | 111 | 1101 | 1010011 | 111010 |
Color Harmonies of #ED633C
Complementary color
Monochromatic Colors of #ED633C
Black with #ED633C
Text Example
Text Example
White with #ED633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED633C; }
p { color: rgb(237,99,60); }
H1.HeaderClassName
{
color: #ED633C;
}
.AnyTagClassName
{
color: #ED633C;
}
</style>
background-color css
<style>
a { background-color: #ED633C; }
a { background-color: rgb(237,99,60); }
div.DivClassName
{
background-color: #ED633C;
}
.BgClassName
{
background-color: #ED633C;
}
</style>
border-color css
<style>
span { border-color: #ED633C; }
span { border-color: rgb(237,99,60); }
td.TdClassName
{
border-color: #ED633C;
}
.TagClassName
{
border-color: #ED633C;
}
</style>