Shades of Sunset Orange #EA4C46
Tints of Sunset Orange #EA4C46
RGB
CMYK
RGB Variations
Color information
#EA4C46 (or 0xEA4C46) is known color: Sunset Orange. HEX triplet: EA, 4C and 46. RGB value is (234,76,70). Sum of RGB (Red+Green+Blue) = 234+76+70=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4C46 is #15B3B9. Grayscale: #7A7A7A. Windows color (decimal): -1422266 or 4607210. OLE color: 4607210.
HSL color Cylindrical-coordinate representation of color #EA4C46: hue angle of 2.2º 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 #EA4C46 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 76 | 70 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.08 |
| HSL | 2.2º | 0.8% | 0.6% | - |
| HSV(B) | 2.2º | 0.7% | 0.92% | - |
| XYZ | 37.62 | 23.1 | 8.27 | - |
| YUV | 122.56 | 98.35 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 76 | 70 | 0 | 0.68 | 0.70 | 0.08 | 2.2 | 0.8 | 0.6 |
| Hex | EA | 4C | 46 | 0 | 44 | 46 | 8 | 2 | 50 | 3C |
| Octal | 352 | 114 | 106 | 0 | 104 | 106 | 10 | 2 | 120 | 74 |
| Binary | 11101010 | 1001100 | 1000110 | 0 | 1000100 | 1000110 | 1000 | 10 | 1010000 | 111100 |
Color Harmonies of #EA4C46
Complementary color
Monochromatic Colors of #EA4C46
Black with #EA4C46
Text Example
Text Example
White with #EA4C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4C46; }
p { color: rgb(234,76,70); }
H1.HeaderClassName
{
color: #EA4C46;
}
.AnyTagClassName
{
color: #EA4C46;
}
</style>
background-color css
<style>
a { background-color: #EA4C46; }
a { background-color: rgb(234,76,70); }
div.DivClassName
{
background-color: #EA4C46;
}
.BgClassName
{
background-color: #EA4C46;
}
</style>
border-color css
<style>
span { border-color: #EA4C46; }
span { border-color: rgb(234,76,70); }
td.TdClassName
{
border-color: #EA4C46;
}
.TagClassName
{
border-color: #EA4C46;
}
</style>