Shades of Sunset Orange #EB553C
Tints of Sunset Orange #EB553C
RGB
CMYK
RGB Variations
Color information
#EB553C (or 0xEB553C) is known color: Sunset Orange. HEX triplet: EB, 55 and 3C. RGB value is (235,85,60). Sum of RGB (Red+Green+Blue) = 235+85+60=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB553C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB553C is #14AAC3. Grayscale: #7F7F7F. Windows color (decimal): -1354436 or 3954155. OLE color: 3954155.
HSL color Cylindrical-coordinate representation of color #EB553C: hue angle of 8.57º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB553C is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 85 | 60 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.08 |
| HSL | 8.57º | 0.81% | 0.58% | - |
| HSV(B) | 8.57º | 0.74% | 0.92% | - |
| XYZ | 38.33 | 24.49 | 6.98 | - |
| YUV | 127 | 90.2 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 85 | 60 | 0 | 0.64 | 0.74 | 0.08 | 8.57 | 0.81 | 0.58 |
| Hex | EB | 55 | 3C | 0 | 40 | 4A | 8 | 9 | 51 | 3A |
| Octal | 353 | 125 | 74 | 0 | 100 | 112 | 10 | 11 | 121 | 72 |
| Binary | 11101011 | 1010101 | 111100 | 0 | 1000000 | 1001010 | 1000 | 1001 | 1010001 | 111010 |
Color Harmonies of #EB553C
Complementary color
Monochromatic Colors of #EB553C
Black with #EB553C
Text Example
Text Example
White with #EB553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB553C; }
p { color: rgb(235,85,60); }
H1.HeaderClassName
{
color: #EB553C;
}
.AnyTagClassName
{
color: #EB553C;
}
</style>
background-color css
<style>
a { background-color: #EB553C; }
a { background-color: rgb(235,85,60); }
div.DivClassName
{
background-color: #EB553C;
}
.BgClassName
{
background-color: #EB553C;
}
</style>
border-color css
<style>
span { border-color: #EB553C; }
span { border-color: rgb(235,85,60); }
td.TdClassName
{
border-color: #EB553C;
}
.TagClassName
{
border-color: #EB553C;
}
</style>