Shades of Sunset Orange #EC533D
Tints of Sunset Orange #EC533D
RGB
CMYK
RGB Variations
Color information
#EC533D (or 0xEC533D) is known color: Sunset Orange. HEX triplet: EC, 53 and 3D. RGB value is (236,83,61). Sum of RGB (Red+Green+Blue) = 236+83+61=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC533D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC533D is #13ACC2. Grayscale: #7E7E7E. Windows color (decimal): -1289411 or 4019180. OLE color: 4019180.
HSL color Cylindrical-coordinate representation of color #EC533D: hue angle of 7.54º degrees, saturation: 0.82, 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 #EC533D is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 61 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.07 |
| HSL | 7.54º | 0.82% | 0.58% | - |
| HSV(B) | 7.54º | 0.74% | 0.93% | - |
| XYZ | 38.53 | 24.36 | 7.09 | - |
| YUV | 126.24 | 91.19 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 61 | 0 | 0.65 | 0.74 | 0.07 | 7.54 | 0.82 | 0.58 |
| Hex | EC | 53 | 3D | 0 | 41 | 4A | 7 | 8 | 52 | 3A |
| Octal | 354 | 123 | 75 | 0 | 101 | 112 | 7 | 10 | 122 | 72 |
| Binary | 11101100 | 1010011 | 111101 | 0 | 1000001 | 1001010 | 111 | 1000 | 1010010 | 111010 |
Color Harmonies of #EC533D
Complementary color
Monochromatic Colors of #EC533D
Black with #EC533D
Text Example
Text Example
White with #EC533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC533D; }
p { color: rgb(236,83,61); }
H1.HeaderClassName
{
color: #EC533D;
}
.AnyTagClassName
{
color: #EC533D;
}
</style>
background-color css
<style>
a { background-color: #EC533D; }
a { background-color: rgb(236,83,61); }
div.DivClassName
{
background-color: #EC533D;
}
.BgClassName
{
background-color: #EC533D;
}
</style>
border-color css
<style>
span { border-color: #EC533D; }
span { border-color: rgb(236,83,61); }
td.TdClassName
{
border-color: #EC533D;
}
.TagClassName
{
border-color: #EC533D;
}
</style>