Shades of Sunset Orange #EB4D4A
Tints of Sunset Orange #EB4D4A
RGB
CMYK
RGB Variations
Color information
#EB4D4A (or 0xEB4D4A) is known color: Sunset Orange. HEX triplet: EB, 4D and 4A. RGB value is (235,77,74). Sum of RGB (Red+Green+Blue) = 235+77+74=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D4A is #14B2B5. Grayscale: #7C7C7C. Windows color (decimal): -1356470 or 4869611. OLE color: 4869611.
HSL color Cylindrical-coordinate representation of color #EB4D4A: hue angle of 1.12º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4D4A is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 74 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.08 |
| HSL | 1.12º | 0.8% | 0.61% | - |
| HSV(B) | 1.12º | 0.69% | 0.92% | - |
| XYZ | 38.15 | 23.46 | 9 | - |
| YUV | 123.9 | 99.85 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 74 | 0 | 0.67 | 0.69 | 0.08 | 1.12 | 0.8 | 0.61 |
| Hex | EB | 4D | 4A | 0 | 43 | 45 | 8 | 1 | 50 | 3D |
| Octal | 353 | 115 | 112 | 0 | 103 | 105 | 10 | 1 | 120 | 75 |
| Binary | 11101011 | 1001101 | 1001010 | 0 | 1000011 | 1000101 | 1000 | 1 | 1010000 | 111101 |
Color Harmonies of #EB4D4A
Complementary color
Monochromatic Colors of #EB4D4A
Black with #EB4D4A
Text Example
Text Example
White with #EB4D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D4A; }
p { color: rgb(235,77,74); }
H1.HeaderClassName
{
color: #EB4D4A;
}
.AnyTagClassName
{
color: #EB4D4A;
}
</style>
background-color css
<style>
a { background-color: #EB4D4A; }
a { background-color: rgb(235,77,74); }
div.DivClassName
{
background-color: #EB4D4A;
}
.BgClassName
{
background-color: #EB4D4A;
}
</style>
border-color css
<style>
span { border-color: #EB4D4A; }
span { border-color: rgb(235,77,74); }
td.TdClassName
{
border-color: #EB4D4A;
}
.TagClassName
{
border-color: #EB4D4A;
}
</style>