Shades of Sun #ED8937
Tints of Sun #ED8937
RGB
CMYK
RGB Variations
Color information
#ED8937 (or 0xED8937) is known color: Sun. HEX triplet: ED, 89 and 37. RGB value is (237,137,55). Sum of RGB (Red+Green+Blue) = 237+137+55=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8937 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8937 is #1276C8. Grayscale: #9D9D9D. Windows color (decimal): -1210057 or 3639789. OLE color: 3639789.
HSL color Cylindrical-coordinate representation of color #ED8937: hue angle of 27.03º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED8937 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 55 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.07 |
| HSL | 27.03º | 0.83% | 0.57% | - |
| HSV(B) | 27.03º | 0.77% | 0.93% | - |
| XYZ | 44.56 | 36.17 | 8.25 | - |
| YUV | 157.55 | 70.13 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 55 | 0 | 0.42 | 0.77 | 0.07 | 27.03 | 0.83 | 0.57 |
| Hex | ED | 89 | 37 | 0 | 2A | 4D | 7 | 1B | 53 | 39 |
| Octal | 355 | 211 | 67 | 0 | 52 | 115 | 7 | 33 | 123 | 71 |
| Binary | 11101101 | 10001001 | 110111 | 0 | 101010 | 1001101 | 111 | 11011 | 1010011 | 111001 |
Color Harmonies of #ED8937
Complementary color
Monochromatic Colors of #ED8937
Black with #ED8937
Text Example
Text Example
White with #ED8937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8937; }
p { color: rgb(237,137,55); }
H1.HeaderClassName
{
color: #ED8937;
}
.AnyTagClassName
{
color: #ED8937;
}
</style>
background-color css
<style>
a { background-color: #ED8937; }
a { background-color: rgb(237,137,55); }
div.DivClassName
{
background-color: #ED8937;
}
.BgClassName
{
background-color: #ED8937;
}
</style>
border-color css
<style>
span { border-color: #ED8937; }
span { border-color: rgb(237,137,55); }
td.TdClassName
{
border-color: #ED8937;
}
.TagClassName
{
border-color: #ED8937;
}
</style>