Shades of Sunset Orange #EC533E
Tints of Sunset Orange #EC533E
RGB
CMYK
RGB Variations
Color information
#EC533E (or 0xEC533E) is known color: Sunset Orange. HEX triplet: EC, 53 and 3E. RGB value is (236,83,62). Sum of RGB (Red+Green+Blue) = 236+83+62=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC533E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC533E is #13ACC1. Grayscale: #7E7E7E. Windows color (decimal): -1289410 or 4084716. OLE color: 4084716.
HSL color Cylindrical-coordinate representation of color #EC533E: hue angle of 7.24º 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 #EC533E is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 62 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.07 |
| HSL | 7.24º | 0.82% | 0.58% | - |
| HSV(B) | 7.24º | 0.74% | 0.93% | - |
| XYZ | 38.55 | 24.37 | 7.23 | - |
| YUV | 126.35 | 91.69 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 62 | 0 | 0.65 | 0.74 | 0.07 | 7.24 | 0.82 | 0.58 |
| Hex | EC | 53 | 3E | 0 | 41 | 4A | 7 | 7 | 52 | 3A |
| Octal | 354 | 123 | 76 | 0 | 101 | 112 | 7 | 7 | 122 | 72 |
| Binary | 11101100 | 1010011 | 111110 | 0 | 1000001 | 1001010 | 111 | 111 | 1010010 | 111010 |
Color Harmonies of #EC533E
Complementary color
Monochromatic Colors of #EC533E
Black with #EC533E
Text Example
Text Example
White with #EC533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC533E; }
p { color: rgb(236,83,62); }
H1.HeaderClassName
{
color: #EC533E;
}
.AnyTagClassName
{
color: #EC533E;
}
</style>
background-color css
<style>
a { background-color: #EC533E; }
a { background-color: rgb(236,83,62); }
div.DivClassName
{
background-color: #EC533E;
}
.BgClassName
{
background-color: #EC533E;
}
</style>
border-color css
<style>
span { border-color: #EC533E; }
span { border-color: rgb(236,83,62); }
td.TdClassName
{
border-color: #EC533E;
}
.TagClassName
{
border-color: #EC533E;
}
</style>