Shades of Sun #ED842E
Tints of Sun #ED842E
RGB
CMYK
RGB Variations
Color information
#ED842E (or 0xED842E) is known color: Sun. HEX triplet: ED, 84 and 2E. RGB value is (237,132,46). Sum of RGB (Red+Green+Blue) = 237+132+46=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED842E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED842E is #127BD1. Grayscale: #9A9A9A. Windows color (decimal): -1211346 or 3048685. OLE color: 3048685.
HSL color Cylindrical-coordinate representation of color #ED842E: hue angle of 27.02º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED842E is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 46 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.07 |
| HSL | 27.02º | 0.84% | 0.55% | - |
| HSV(B) | 27.02º | 0.81% | 0.93% | - |
| XYZ | 43.67 | 34.7 | 6.98 | - |
| YUV | 153.59 | 67.29 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 46 | 0 | 0.44 | 0.81 | 0.07 | 27.02 | 0.84 | 0.55 |
| Hex | ED | 84 | 2E | 0 | 2C | 51 | 7 | 1B | 54 | 37 |
| Octal | 355 | 204 | 56 | 0 | 54 | 121 | 7 | 33 | 124 | 67 |
| Binary | 11101101 | 10000100 | 101110 | 0 | 101100 | 1010001 | 111 | 11011 | 1010100 | 110111 |
Color Harmonies of #ED842E
Complementary color
Monochromatic Colors of #ED842E
Black with #ED842E
Text Example
Text Example
White with #ED842E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED842E; }
p { color: rgb(237,132,46); }
H1.HeaderClassName
{
color: #ED842E;
}
.AnyTagClassName
{
color: #ED842E;
}
</style>
background-color css
<style>
a { background-color: #ED842E; }
a { background-color: rgb(237,132,46); }
div.DivClassName
{
background-color: #ED842E;
}
.BgClassName
{
background-color: #ED842E;
}
</style>
border-color css
<style>
span { border-color: #ED842E; }
span { border-color: rgb(237,132,46); }
td.TdClassName
{
border-color: #ED842E;
}
.TagClassName
{
border-color: #ED842E;
}
</style>