Shades of Sunset Orange #ED553F
Tints of Sunset Orange #ED553F
RGB
CMYK
RGB Variations
Color information
#ED553F (or 0xED553F) is known color: Sunset Orange. HEX triplet: ED, 55 and 3F. RGB value is (237,85,63). Sum of RGB (Red+Green+Blue) = 237+85+63=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED553F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED553F is #12AAC0. Grayscale: #808080. Windows color (decimal): -1223361 or 4150765. OLE color: 4150765.
HSL color Cylindrical-coordinate representation of color #ED553F: hue angle of 7.59º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED553F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 63 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.07 |
| HSL | 7.59º | 0.83% | 0.59% | - |
| HSV(B) | 7.59º | 0.73% | 0.93% | - |
| XYZ | 39.07 | 24.86 | 7.44 | - |
| YUV | 127.94 | 91.36 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 63 | 0 | 0.64 | 0.73 | 0.07 | 7.59 | 0.83 | 0.59 |
| Hex | ED | 55 | 3F | 0 | 40 | 49 | 7 | 8 | 53 | 3B |
| Octal | 355 | 125 | 77 | 0 | 100 | 111 | 7 | 10 | 123 | 73 |
| Binary | 11101101 | 1010101 | 111111 | 0 | 1000000 | 1001001 | 111 | 1000 | 1010011 | 111011 |
Color Harmonies of #ED553F
Complementary color
Monochromatic Colors of #ED553F
Black with #ED553F
Text Example
Text Example
White with #ED553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED553F; }
p { color: rgb(237,85,63); }
H1.HeaderClassName
{
color: #ED553F;
}
.AnyTagClassName
{
color: #ED553F;
}
</style>
background-color css
<style>
a { background-color: #ED553F; }
a { background-color: rgb(237,85,63); }
div.DivClassName
{
background-color: #ED553F;
}
.BgClassName
{
background-color: #ED553F;
}
</style>
border-color css
<style>
span { border-color: #ED553F; }
span { border-color: rgb(237,85,63); }
td.TdClassName
{
border-color: #ED553F;
}
.TagClassName
{
border-color: #ED553F;
}
</style>