Shades of Sunset Orange #ED533D
Tints of Sunset Orange #ED533D
RGB
CMYK
RGB Variations
Color information
#ED533D (or 0xED533D) is known color: Sunset Orange. HEX triplet: ED, 53 and 3D. RGB value is (237,83,61). Sum of RGB (Red+Green+Blue) = 237+83+61=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED533D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED533D is #12ACC2. Grayscale: #7E7E7E. Windows color (decimal): -1223875 or 4019181. OLE color: 4019181.
HSL color Cylindrical-coordinate representation of color #ED533D: hue angle of 7.5º 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 #ED533D is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 61 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.07 |
| HSL | 7.5º | 0.83% | 0.58% | - |
| HSV(B) | 7.5º | 0.74% | 0.93% | - |
| XYZ | 38.86 | 24.53 | 7.1 | - |
| YUV | 126.54 | 91.02 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 61 | 0 | 0.65 | 0.74 | 0.07 | 7.5 | 0.83 | 0.58 |
| Hex | ED | 53 | 3D | 0 | 41 | 4A | 7 | 8 | 53 | 3A |
| Octal | 355 | 123 | 75 | 0 | 101 | 112 | 7 | 10 | 123 | 72 |
| Binary | 11101101 | 1010011 | 111101 | 0 | 1000001 | 1001010 | 111 | 1000 | 1010011 | 111010 |
Color Harmonies of #ED533D
Complementary color
Monochromatic Colors of #ED533D
Black with #ED533D
Text Example
Text Example
White with #ED533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED533D; }
p { color: rgb(237,83,61); }
H1.HeaderClassName
{
color: #ED533D;
}
.AnyTagClassName
{
color: #ED533D;
}
</style>
background-color css
<style>
a { background-color: #ED533D; }
a { background-color: rgb(237,83,61); }
div.DivClassName
{
background-color: #ED533D;
}
.BgClassName
{
background-color: #ED533D;
}
</style>
border-color css
<style>
span { border-color: #ED533D; }
span { border-color: rgb(237,83,61); }
td.TdClassName
{
border-color: #ED533D;
}
.TagClassName
{
border-color: #ED533D;
}
</style>