Shades of Sunset Orange #ED523B
Tints of Sunset Orange #ED523B
RGB
CMYK
RGB Variations
Color information
#ED523B (or 0xED523B) is known color: Sunset Orange. HEX triplet: ED, 52 and 3B. RGB value is (237,82,59). Sum of RGB (Red+Green+Blue) = 237+82+59=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED523B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED523B is #12ADC4. Grayscale: #7D7D7D. Windows color (decimal): -1224133 or 3887853. OLE color: 3887853.
HSL color Cylindrical-coordinate representation of color #ED523B: hue angle of 7.75º 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 #ED523B is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 59 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.07 |
| HSL | 7.75º | 0.83% | 0.58% | - |
| HSV(B) | 7.75º | 0.75% | 0.93% | - |
| XYZ | 38.73 | 24.35 | 6.8 | - |
| YUV | 125.72 | 90.35 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 59 | 0 | 0.65 | 0.75 | 0.07 | 7.75 | 0.83 | 0.58 |
| Hex | ED | 52 | 3B | 0 | 41 | 4B | 7 | 8 | 53 | 3A |
| Octal | 355 | 122 | 73 | 0 | 101 | 113 | 7 | 10 | 123 | 72 |
| Binary | 11101101 | 1010010 | 111011 | 0 | 1000001 | 1001011 | 111 | 1000 | 1010011 | 111010 |
Color Harmonies of #ED523B
Complementary color
Monochromatic Colors of #ED523B
Black with #ED523B
Text Example
Text Example
White with #ED523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED523B; }
p { color: rgb(237,82,59); }
H1.HeaderClassName
{
color: #ED523B;
}
.AnyTagClassName
{
color: #ED523B;
}
</style>
background-color css
<style>
a { background-color: #ED523B; }
a { background-color: rgb(237,82,59); }
div.DivClassName
{
background-color: #ED523B;
}
.BgClassName
{
background-color: #ED523B;
}
</style>
border-color css
<style>
span { border-color: #ED523B; }
span { border-color: rgb(237,82,59); }
td.TdClassName
{
border-color: #ED523B;
}
.TagClassName
{
border-color: #ED523B;
}
</style>