Shades of Sunset Orange #EB4E4D
Tints of Sunset Orange #EB4E4D
RGB
CMYK
RGB Variations
Color information
#EB4E4D (or 0xEB4E4D) is known color: Sunset Orange. HEX triplet: EB, 4E and 4D. RGB value is (235,78,77). Sum of RGB (Red+Green+Blue) = 235+78+77=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4E4D is #14B1B2. Grayscale: #7C7C7C. Windows color (decimal): -1356211 or 5066475. OLE color: 5066475.
HSL color Cylindrical-coordinate representation of color #EB4E4D: hue angle of 0.38º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB4E4D is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 78 | 77 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.08 |
| HSL | 0.38º | 0.8% | 0.61% | - |
| HSV(B) | 0.38º | 0.67% | 0.92% | - |
| XYZ | 38.32 | 23.65 | 9.57 | - |
| YUV | 124.83 | 101.01 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 78 | 77 | 0 | 0.67 | 0.67 | 0.08 | 0.38 | 0.8 | 0.61 |
| Hex | EB | 4E | 4D | 0 | 43 | 43 | 8 | 0 | 50 | 3D |
| Octal | 353 | 116 | 115 | 0 | 103 | 103 | 10 | 0 | 120 | 75 |
| Binary | 11101011 | 1001110 | 1001101 | 0 | 1000011 | 1000011 | 1000 | 0 | 1010000 | 111101 |
Color Harmonies of #EB4E4D
Complementary color
Monochromatic Colors of #EB4E4D
Black with #EB4E4D
Text Example
Text Example
White with #EB4E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4E4D; }
p { color: rgb(235,78,77); }
H1.HeaderClassName
{
color: #EB4E4D;
}
.AnyTagClassName
{
color: #EB4E4D;
}
</style>
background-color css
<style>
a { background-color: #EB4E4D; }
a { background-color: rgb(235,78,77); }
div.DivClassName
{
background-color: #EB4E4D;
}
.BgClassName
{
background-color: #EB4E4D;
}
</style>
border-color css
<style>
span { border-color: #EB4E4D; }
span { border-color: rgb(235,78,77); }
td.TdClassName
{
border-color: #EB4E4D;
}
.TagClassName
{
border-color: #EB4E4D;
}
</style>