Shades of Sunset Orange #EA4D4D
Tints of Sunset Orange #EA4D4D
RGB
CMYK
RGB Variations
Color information
#EA4D4D (or 0xEA4D4D) is known color: Sunset Orange. HEX triplet: EA, 4D and 4D. RGB value is (234,77,77). Sum of RGB (Red+Green+Blue) = 234+77+77=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D4D is #15B2B2. Grayscale: #7C7C7C. Windows color (decimal): -1422003 or 5066218. OLE color: 5066218.
HSL color Cylindrical-coordinate representation of color #EA4D4D: hue angle of 0º degrees, saturation: 0.79, 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 #EA4D4D is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 77 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.08 |
| HSL | 0º | 0.79% | 0.61% | - |
| HSV(B) | 0º | 0.67% | 0.92% | - |
| XYZ | 37.93 | 23.34 | 9.53 | - |
| YUV | 123.94 | 101.51 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 77 | 0 | 0.67 | 0.67 | 0.08 | 0 | 0.79 | 0.61 |
| Hex | EA | 4D | 4D | 0 | 43 | 43 | 8 | 0 | 4F | 3D |
| Octal | 352 | 115 | 115 | 0 | 103 | 103 | 10 | 0 | 117 | 75 |
| Binary | 11101010 | 1001101 | 1001101 | 0 | 1000011 | 1000011 | 1000 | 0 | 1001111 | 111101 |
Color Harmonies of #EA4D4D
Complementary color
Monochromatic Colors of #EA4D4D
Black with #EA4D4D
Text Example
Text Example
White with #EA4D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D4D; }
p { color: rgb(234,77,77); }
H1.HeaderClassName
{
color: #EA4D4D;
}
.AnyTagClassName
{
color: #EA4D4D;
}
</style>
background-color css
<style>
a { background-color: #EA4D4D; }
a { background-color: rgb(234,77,77); }
div.DivClassName
{
background-color: #EA4D4D;
}
.BgClassName
{
background-color: #EA4D4D;
}
</style>
border-color css
<style>
span { border-color: #EA4D4D; }
span { border-color: rgb(234,77,77); }
td.TdClassName
{
border-color: #EA4D4D;
}
.TagClassName
{
border-color: #EA4D4D;
}
</style>