Shades of Sun #ED9035
Tints of Sun #ED9035
RGB
CMYK
RGB Variations
Color information
#ED9035 (or 0xED9035) is known color: Sun. HEX triplet: ED, 90 and 35. RGB value is (237,144,53). Sum of RGB (Red+Green+Blue) = 237+144+53=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9035 is #126FCA. Grayscale: #A1A1A1. Windows color (decimal): -1208267 or 3510509. OLE color: 3510509.
HSL color Cylindrical-coordinate representation of color #ED9035: hue angle of 29.67º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED9035 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 53 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.07 |
| HSL | 29.67º | 0.84% | 0.57% | - |
| HSV(B) | 29.67º | 0.78% | 0.93% | - |
| XYZ | 45.54 | 38.21 | 8.34 | - |
| YUV | 161.43 | 66.81 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 53 | 0 | 0.39 | 0.78 | 0.07 | 29.67 | 0.84 | 0.57 |
| Hex | ED | 90 | 35 | 0 | 27 | 4E | 7 | 1E | 54 | 39 |
| Octal | 355 | 220 | 65 | 0 | 47 | 116 | 7 | 36 | 124 | 71 |
| Binary | 11101101 | 10010000 | 110101 | 0 | 100111 | 1001110 | 111 | 11110 | 1010100 | 111001 |
Color Harmonies of #ED9035
Complementary color
Monochromatic Colors of #ED9035
Black with #ED9035
Text Example
Text Example
White with #ED9035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9035; }
p { color: rgb(237,144,53); }
H1.HeaderClassName
{
color: #ED9035;
}
.AnyTagClassName
{
color: #ED9035;
}
</style>
background-color css
<style>
a { background-color: #ED9035; }
a { background-color: rgb(237,144,53); }
div.DivClassName
{
background-color: #ED9035;
}
.BgClassName
{
background-color: #ED9035;
}
</style>
border-color css
<style>
span { border-color: #ED9035; }
span { border-color: rgb(237,144,53); }
td.TdClassName
{
border-color: #ED9035;
}
.TagClassName
{
border-color: #ED9035;
}
</style>