Shades of Sunset Orange #EB4A49
Tints of Sunset Orange #EB4A49
RGB
CMYK
RGB Variations
Color information
#EB4A49 (or 0xEB4A49) is known color: Sunset Orange. HEX triplet: EB, 4A and 49. RGB value is (235,74,73). Sum of RGB (Red+Green+Blue) = 235+74+73=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4A49 is #14B5B6. Grayscale: #7A7A7A. Windows color (decimal): -1357239 or 4803307. OLE color: 4803307.
HSL color Cylindrical-coordinate representation of color #EB4A49: hue angle of 0.37º 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 #EB4A49 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 74 | 73 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.08 |
| HSL | 0.37º | 0.8% | 0.6% | - |
| HSV(B) | 0.37º | 0.69% | 0.92% | - |
| XYZ | 37.91 | 23.04 | 8.75 | - |
| YUV | 122.03 | 100.34 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 74 | 73 | 0 | 0.69 | 0.69 | 0.08 | 0.37 | 0.8 | 0.6 |
| Hex | EB | 4A | 49 | 0 | 45 | 45 | 8 | 0 | 50 | 3C |
| Octal | 353 | 112 | 111 | 0 | 105 | 105 | 10 | 0 | 120 | 74 |
| Binary | 11101011 | 1001010 | 1001001 | 0 | 1000101 | 1000101 | 1000 | 0 | 1010000 | 111100 |
Color Harmonies of #EB4A49
Complementary color
Monochromatic Colors of #EB4A49
Black with #EB4A49
Text Example
Text Example
White with #EB4A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4A49; }
p { color: rgb(235,74,73); }
H1.HeaderClassName
{
color: #EB4A49;
}
.AnyTagClassName
{
color: #EB4A49;
}
</style>
background-color css
<style>
a { background-color: #EB4A49; }
a { background-color: rgb(235,74,73); }
div.DivClassName
{
background-color: #EB4A49;
}
.BgClassName
{
background-color: #EB4A49;
}
</style>
border-color css
<style>
span { border-color: #EB4A49; }
span { border-color: rgb(235,74,73); }
td.TdClassName
{
border-color: #EB4A49;
}
.TagClassName
{
border-color: #EB4A49;
}
</style>