Shades of Outrageous Orange #ED643D
Tints of Outrageous Orange #ED643D
RGB
CMYK
RGB Variations
Color information
#ED643D (or 0xED643D) is known color: Outrageous Orange. HEX triplet: ED, 64 and 3D. RGB value is (237,100,61). Sum of RGB (Red+Green+Blue) = 237+100+61=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED643D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED643D is #129BC2. Grayscale: #888888. Windows color (decimal): -1219523 or 4023533. OLE color: 4023533.
HSL color Cylindrical-coordinate representation of color #ED643D: hue angle of 13.3º 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 #ED643D is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 61 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.07 |
| HSL | 13.3º | 0.83% | 0.58% | - |
| HSV(B) | 13.3º | 0.74% | 0.93% | - |
| XYZ | 40.32 | 27.46 | 7.59 | - |
| YUV | 136.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 61 | 0 | 0.58 | 0.74 | 0.07 | 13.3 | 0.83 | 0.58 |
| Hex | ED | 64 | 3D | 0 | 3A | 4A | 7 | D | 53 | 3A |
| Octal | 355 | 144 | 75 | 0 | 72 | 112 | 7 | 15 | 123 | 72 |
| Binary | 11101101 | 1100100 | 111101 | 0 | 111010 | 1001010 | 111 | 1101 | 1010011 | 111010 |
Color Harmonies of #ED643D
Complementary color
Monochromatic Colors of #ED643D
Black with #ED643D
Text Example
Text Example
White with #ED643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED643D; }
p { color: rgb(237,100,61); }
H1.HeaderClassName
{
color: #ED643D;
}
.AnyTagClassName
{
color: #ED643D;
}
</style>
background-color css
<style>
a { background-color: #ED643D; }
a { background-color: rgb(237,100,61); }
div.DivClassName
{
background-color: #ED643D;
}
.BgClassName
{
background-color: #ED643D;
}
</style>
border-color css
<style>
span { border-color: #ED643D; }
span { border-color: rgb(237,100,61); }
td.TdClassName
{
border-color: #ED643D;
}
.TagClassName
{
border-color: #ED643D;
}
</style>