Shades of Sunset Orange #ED524B
Tints of Sunset Orange #ED524B
RGB
CMYK
RGB Variations
Color information
#ED524B (or 0xED524B) is known color: Sunset Orange. HEX triplet: ED, 52 and 4B. RGB value is (237,82,75). Sum of RGB (Red+Green+Blue) = 237+82+75=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED524B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED524B is #12ADB4. Grayscale: #7F7F7F. Windows color (decimal): -1224117 or 4936429. OLE color: 4936429.
HSL color Cylindrical-coordinate representation of color #ED524B: hue angle of 2.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED524B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 75 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.07 |
| HSL | 2.59º | 0.82% | 0.61% | - |
| HSV(B) | 2.59º | 0.68% | 0.93% | - |
| XYZ | 39.21 | 24.55 | 9.33 | - |
| YUV | 127.55 | 98.35 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 75 | 0 | 0.65 | 0.68 | 0.07 | 2.59 | 0.82 | 0.61 |
| Hex | ED | 52 | 4B | 0 | 41 | 44 | 7 | 3 | 52 | 3D |
| Octal | 355 | 122 | 113 | 0 | 101 | 104 | 7 | 3 | 122 | 75 |
| Binary | 11101101 | 1010010 | 1001011 | 0 | 1000001 | 1000100 | 111 | 11 | 1010010 | 111101 |
Color Harmonies of #ED524B
Complementary color
Monochromatic Colors of #ED524B
Black with #ED524B
Text Example
Text Example
White with #ED524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED524B; }
p { color: rgb(237,82,75); }
H1.HeaderClassName
{
color: #ED524B;
}
.AnyTagClassName
{
color: #ED524B;
}
</style>
background-color css
<style>
a { background-color: #ED524B; }
a { background-color: rgb(237,82,75); }
div.DivClassName
{
background-color: #ED524B;
}
.BgClassName
{
background-color: #ED524B;
}
</style>
border-color css
<style>
span { border-color: #ED524B; }
span { border-color: rgb(237,82,75); }
td.TdClassName
{
border-color: #ED524B;
}
.TagClassName
{
border-color: #ED524B;
}
</style>