Shades of Sunset Orange #EA5246
Tints of Sunset Orange #EA5246
RGB
CMYK
RGB Variations
Color information
#EA5246 (or 0xEA5246) is known color: Sunset Orange. HEX triplet: EA, 52 and 46. RGB value is (234,82,70). Sum of RGB (Red+Green+Blue) = 234+82+70=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5246 is #15ADB9. Grayscale: #7E7E7E. Windows color (decimal): -1420730 or 4608746. OLE color: 4608746.
HSL color Cylindrical-coordinate representation of color #EA5246: hue angle of 4.39º 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 #EA5246 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 82 | 70 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.08 |
| HSL | 4.39º | 0.8% | 0.6% | - |
| HSV(B) | 4.39º | 0.7% | 0.92% | - |
| XYZ | 38.05 | 23.97 | 8.42 | - |
| YUV | 126.08 | 96.36 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 82 | 70 | 0 | 0.65 | 0.70 | 0.08 | 4.39 | 0.8 | 0.6 |
| Hex | EA | 52 | 46 | 0 | 41 | 46 | 8 | 4 | 50 | 3C |
| Octal | 352 | 122 | 106 | 0 | 101 | 106 | 10 | 4 | 120 | 74 |
| Binary | 11101010 | 1010010 | 1000110 | 0 | 1000001 | 1000110 | 1000 | 100 | 1010000 | 111100 |
Color Harmonies of #EA5246
Complementary color
Monochromatic Colors of #EA5246
Black with #EA5246
Text Example
Text Example
White with #EA5246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5246; }
p { color: rgb(234,82,70); }
H1.HeaderClassName
{
color: #EA5246;
}
.AnyTagClassName
{
color: #EA5246;
}
</style>
background-color css
<style>
a { background-color: #EA5246; }
a { background-color: rgb(234,82,70); }
div.DivClassName
{
background-color: #EA5246;
}
.BgClassName
{
background-color: #EA5246;
}
</style>
border-color css
<style>
span { border-color: #EA5246; }
span { border-color: rgb(234,82,70); }
td.TdClassName
{
border-color: #EA5246;
}
.TagClassName
{
border-color: #EA5246;
}
</style>