Shades of Sun #ED9030
Tints of Sun #ED9030
RGB
CMYK
RGB Variations
Color information
#ED9030 (or 0xED9030) is known color: Sun. HEX triplet: ED, 90 and 30. RGB value is (237,144,48). Sum of RGB (Red+Green+Blue) = 237+144+48=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9030 is #126FCF. Grayscale: #A1A1A1. Windows color (decimal): -1208272 or 3182829. OLE color: 3182829.
HSL color Cylindrical-coordinate representation of color #ED9030: hue angle of 30.48º 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 #ED9030 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 48 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.07 |
| HSL | 30.48º | 0.84% | 0.56% | - |
| HSV(B) | 30.48º | 0.8% | 0.93% | - |
| XYZ | 45.43 | 38.16 | 7.77 | - |
| YUV | 160.86 | 64.31 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 48 | 0 | 0.39 | 0.80 | 0.07 | 30.48 | 0.84 | 0.56 |
| Hex | ED | 90 | 30 | 0 | 27 | 50 | 7 | 1E | 54 | 38 |
| Octal | 355 | 220 | 60 | 0 | 47 | 120 | 7 | 36 | 124 | 70 |
| Binary | 11101101 | 10010000 | 110000 | 0 | 100111 | 1010000 | 111 | 11110 | 1010100 | 111000 |
Color Harmonies of #ED9030
Complementary color
Monochromatic Colors of #ED9030
Black with #ED9030
Text Example
Text Example
White with #ED9030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9030; }
p { color: rgb(237,144,48); }
H1.HeaderClassName
{
color: #ED9030;
}
.AnyTagClassName
{
color: #ED9030;
}
</style>
background-color css
<style>
a { background-color: #ED9030; }
a { background-color: rgb(237,144,48); }
div.DivClassName
{
background-color: #ED9030;
}
.BgClassName
{
background-color: #ED9030;
}
</style>
border-color css
<style>
span { border-color: #ED9030; }
span { border-color: rgb(237,144,48); }
td.TdClassName
{
border-color: #ED9030;
}
.TagClassName
{
border-color: #ED9030;
}
</style>