Shades of Sunset Orange #EA5046
Tints of Sunset Orange #EA5046
RGB
CMYK
RGB Variations
Color information
#EA5046 (or 0xEA5046) is known color: Sunset Orange. HEX triplet: EA, 50 and 46. RGB value is (234,80,70). Sum of RGB (Red+Green+Blue) = 234+80+70=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5046 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5046 is #15AFB9. Grayscale: #7D7D7D. Windows color (decimal): -1421242 or 4608234. OLE color: 4608234.
HSL color Cylindrical-coordinate representation of color #EA5046: hue angle of 3.66º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA5046 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 70 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.08 |
| HSL | 3.66º | 0.8% | 0.6% | - |
| HSV(B) | 3.66º | 0.7% | 0.92% | - |
| XYZ | 37.91 | 23.67 | 8.37 | - |
| YUV | 124.91 | 97.02 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 70 | 0 | 0.66 | 0.70 | 0.08 | 3.66 | 0.8 | 0.6 |
| Hex | EA | 50 | 46 | 0 | 42 | 46 | 8 | 4 | 50 | 3C |
| Octal | 352 | 120 | 106 | 0 | 102 | 106 | 10 | 4 | 120 | 74 |
| Binary | 11101010 | 1010000 | 1000110 | 0 | 1000010 | 1000110 | 1000 | 100 | 1010000 | 111100 |
Color Harmonies of #EA5046
Complementary color
Monochromatic Colors of #EA5046
Black with #EA5046
Text Example
Text Example
White with #EA5046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5046; }
p { color: rgb(234,80,70); }
H1.HeaderClassName
{
color: #EA5046;
}
.AnyTagClassName
{
color: #EA5046;
}
</style>
background-color css
<style>
a { background-color: #EA5046; }
a { background-color: rgb(234,80,70); }
div.DivClassName
{
background-color: #EA5046;
}
.BgClassName
{
background-color: #EA5046;
}
</style>
border-color css
<style>
span { border-color: #EA5046; }
span { border-color: rgb(234,80,70); }
td.TdClassName
{
border-color: #EA5046;
}
.TagClassName
{
border-color: #EA5046;
}
</style>