Shades of Sunset Orange #EA5044
Tints of Sunset Orange #EA5044
RGB
CMYK
RGB Variations
Color information
#EA5044 (or 0xEA5044) is known color: Sunset Orange. HEX triplet: EA, 50 and 44. RGB value is (234,80,68). Sum of RGB (Red+Green+Blue) = 234+80+68=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5044 is #15AFBB. Grayscale: #7C7C7C. Windows color (decimal): -1421244 or 4477162. OLE color: 4477162.
HSL color Cylindrical-coordinate representation of color #EA5044: hue angle of 4.34º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA5044 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 68 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.08 |
| HSL | 4.34º | 0.8% | 0.59% | - |
| HSV(B) | 4.34º | 0.71% | 0.92% | - |
| XYZ | 37.84 | 23.65 | 8.04 | - |
| YUV | 124.68 | 96.02 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 68 | 0 | 0.66 | 0.71 | 0.08 | 4.34 | 0.8 | 0.59 |
| Hex | EA | 50 | 44 | 0 | 42 | 47 | 8 | 4 | 50 | 3B |
| Octal | 352 | 120 | 104 | 0 | 102 | 107 | 10 | 4 | 120 | 73 |
| Binary | 11101010 | 1010000 | 1000100 | 0 | 1000010 | 1000111 | 1000 | 100 | 1010000 | 111011 |
Color Harmonies of #EA5044
Complementary color
Monochromatic Colors of #EA5044
Black with #EA5044
Text Example
Text Example
White with #EA5044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5044; }
p { color: rgb(234,80,68); }
H1.HeaderClassName
{
color: #EA5044;
}
.AnyTagClassName
{
color: #EA5044;
}
</style>
background-color css
<style>
a { background-color: #EA5044; }
a { background-color: rgb(234,80,68); }
div.DivClassName
{
background-color: #EA5044;
}
.BgClassName
{
background-color: #EA5044;
}
</style>
border-color css
<style>
span { border-color: #EA5044; }
span { border-color: rgb(234,80,68); }
td.TdClassName
{
border-color: #EA5044;
}
.TagClassName
{
border-color: #EA5044;
}
</style>