Shades of Sunset Orange #ED513B
Tints of Sunset Orange #ED513B
RGB
CMYK
RGB Variations
Color information
#ED513B (or 0xED513B) is known color: Sunset Orange. HEX triplet: ED, 51 and 3B. RGB value is (237,81,59). Sum of RGB (Red+Green+Blue) = 237+81+59=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED513B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED513B is #12AEC4. Grayscale: #7D7D7D. Windows color (decimal): -1224389 or 3887597. OLE color: 3887597.
HSL color Cylindrical-coordinate representation of color #ED513B: hue angle of 7.42º 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 #ED513B is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 59 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.07 |
| HSL | 7.42º | 0.83% | 0.58% | - |
| HSV(B) | 7.42º | 0.75% | 0.93% | - |
| XYZ | 38.66 | 24.21 | 6.77 | - |
| YUV | 125.14 | 90.68 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 59 | 0 | 0.66 | 0.75 | 0.07 | 7.42 | 0.83 | 0.58 |
| Hex | ED | 51 | 3B | 0 | 42 | 4B | 7 | 7 | 53 | 3A |
| Octal | 355 | 121 | 73 | 0 | 102 | 113 | 7 | 7 | 123 | 72 |
| Binary | 11101101 | 1010001 | 111011 | 0 | 1000010 | 1001011 | 111 | 111 | 1010011 | 111010 |
Color Harmonies of #ED513B
Complementary color
Monochromatic Colors of #ED513B
Black with #ED513B
Text Example
Text Example
White with #ED513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED513B; }
p { color: rgb(237,81,59); }
H1.HeaderClassName
{
color: #ED513B;
}
.AnyTagClassName
{
color: #ED513B;
}
</style>
background-color css
<style>
a { background-color: #ED513B; }
a { background-color: rgb(237,81,59); }
div.DivClassName
{
background-color: #ED513B;
}
.BgClassName
{
background-color: #ED513B;
}
</style>
border-color css
<style>
span { border-color: #ED513B; }
span { border-color: rgb(237,81,59); }
td.TdClassName
{
border-color: #ED513B;
}
.TagClassName
{
border-color: #ED513B;
}
</style>