Shades of Sun #ED9031
Tints of Sun #ED9031
RGB
CMYK
RGB Variations
Color information
#ED9031 (or 0xED9031) is known color: Sun. HEX triplet: ED, 90 and 31. RGB value is (237,144,49). Sum of RGB (Red+Green+Blue) = 237+144+49=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9031 is #126FCE. Grayscale: #A1A1A1. Windows color (decimal): -1208271 or 3248365. OLE color: 3248365.
HSL color Cylindrical-coordinate representation of color #ED9031: hue angle of 30.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED9031 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 49 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.07 |
| HSL | 30.32º | 0.84% | 0.56% | - |
| HSV(B) | 30.32º | 0.79% | 0.93% | - |
| XYZ | 45.45 | 38.17 | 7.88 | - |
| YUV | 160.98 | 64.81 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 49 | 0 | 0.39 | 0.79 | 0.07 | 30.32 | 0.84 | 0.56 |
| Hex | ED | 90 | 31 | 0 | 27 | 4F | 7 | 1E | 54 | 38 |
| Octal | 355 | 220 | 61 | 0 | 47 | 117 | 7 | 36 | 124 | 70 |
| Binary | 11101101 | 10010000 | 110001 | 0 | 100111 | 1001111 | 111 | 11110 | 1010100 | 111000 |
Color Harmonies of #ED9031
Complementary color
Monochromatic Colors of #ED9031
Black with #ED9031
Text Example
Text Example
White with #ED9031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9031; }
p { color: rgb(237,144,49); }
H1.HeaderClassName
{
color: #ED9031;
}
.AnyTagClassName
{
color: #ED9031;
}
</style>
background-color css
<style>
a { background-color: #ED9031; }
a { background-color: rgb(237,144,49); }
div.DivClassName
{
background-color: #ED9031;
}
.BgClassName
{
background-color: #ED9031;
}
</style>
border-color css
<style>
span { border-color: #ED9031; }
span { border-color: rgb(237,144,49); }
td.TdClassName
{
border-color: #ED9031;
}
.TagClassName
{
border-color: #ED9031;
}
</style>