Shades of Sunset Orange #EB4949
Tints of Sunset Orange #EB4949
RGB
CMYK
RGB Variations
Color information
#EB4949 (or 0xEB4949) is known color: Sunset Orange. HEX triplet: EB, 49 and 49. RGB value is (235,73,73). Sum of RGB (Red+Green+Blue) = 235+73+73=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4949 is #14B6B6. Grayscale: #797979. Windows color (decimal): -1357495 or 4803051. OLE color: 4803051.
HSL color Cylindrical-coordinate representation of color #EB4949: hue angle of 0º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4949 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 73 | 73 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.08 |
| HSL | 0º | 0.8% | 0.6% | - |
| HSV(B) | 0º | 0.69% | 0.92% | - |
| XYZ | 37.85 | 22.91 | 8.73 | - |
| YUV | 121.44 | 100.67 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 73 | 73 | 0 | 0.69 | 0.69 | 0.08 | 0 | 0.8 | 0.6 |
| Hex | EB | 49 | 49 | 0 | 45 | 45 | 8 | 0 | 50 | 3C |
| Octal | 353 | 111 | 111 | 0 | 105 | 105 | 10 | 0 | 120 | 74 |
| Binary | 11101011 | 1001001 | 1001001 | 0 | 1000101 | 1000101 | 1000 | 0 | 1010000 | 111100 |
Color Harmonies of #EB4949
Complementary color
Monochromatic Colors of #EB4949
Black with #EB4949
Text Example
Text Example
White with #EB4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4949; }
p { color: rgb(235,73,73); }
H1.HeaderClassName
{
color: #EB4949;
}
.AnyTagClassName
{
color: #EB4949;
}
</style>
background-color css
<style>
a { background-color: #EB4949; }
a { background-color: rgb(235,73,73); }
div.DivClassName
{
background-color: #EB4949;
}
.BgClassName
{
background-color: #EB4949;
}
</style>
border-color css
<style>
span { border-color: #EB4949; }
span { border-color: rgb(235,73,73); }
td.TdClassName
{
border-color: #EB4949;
}
.TagClassName
{
border-color: #EB4949;
}
</style>