Shades of Sun #ED8930
Tints of Sun #ED8930
RGB
CMYK
RGB Variations
Color information
#ED8930 (or 0xED8930) is known color: Sun. HEX triplet: ED, 89 and 30. RGB value is (237,137,48). Sum of RGB (Red+Green+Blue) = 237+137+48=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8930 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8930 is #1276CF. Grayscale: #9D9D9D. Windows color (decimal): -1210064 or 3181037. OLE color: 3181037.
HSL color Cylindrical-coordinate representation of color #ED8930: hue angle of 28.25º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED8930 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 48 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.07 |
| HSL | 28.25º | 0.84% | 0.56% | - |
| HSV(B) | 28.25º | 0.8% | 0.93% | - |
| XYZ | 44.4 | 36.11 | 7.43 | - |
| YUV | 156.75 | 66.63 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 48 | 0 | 0.42 | 0.80 | 0.07 | 28.25 | 0.84 | 0.56 |
| Hex | ED | 89 | 30 | 0 | 2A | 50 | 7 | 1C | 54 | 38 |
| Octal | 355 | 211 | 60 | 0 | 52 | 120 | 7 | 34 | 124 | 70 |
| Binary | 11101101 | 10001001 | 110000 | 0 | 101010 | 1010000 | 111 | 11100 | 1010100 | 111000 |
Color Harmonies of #ED8930
Complementary color
Monochromatic Colors of #ED8930
Black with #ED8930
Text Example
Text Example
White with #ED8930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8930; }
p { color: rgb(237,137,48); }
H1.HeaderClassName
{
color: #ED8930;
}
.AnyTagClassName
{
color: #ED8930;
}
</style>
background-color css
<style>
a { background-color: #ED8930; }
a { background-color: rgb(237,137,48); }
div.DivClassName
{
background-color: #ED8930;
}
.BgClassName
{
background-color: #ED8930;
}
</style>
border-color css
<style>
span { border-color: #ED8930; }
span { border-color: rgb(237,137,48); }
td.TdClassName
{
border-color: #ED8930;
}
.TagClassName
{
border-color: #ED8930;
}
</style>