Shades of Sun #ED8631
Tints of Sun #ED8631
RGB
CMYK
RGB Variations
Color information
#ED8631 (or 0xED8631) is known color: Sun. HEX triplet: ED, 86 and 31. RGB value is (237,134,49). Sum of RGB (Red+Green+Blue) = 237+134+49=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8631 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8631 is #1279CE. Grayscale: #9B9B9B. Windows color (decimal): -1210831 or 3245805. OLE color: 3245805.
HSL color Cylindrical-coordinate representation of color #ED8631: hue angle of 27.13º 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 #ED8631 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 49 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.07 |
| HSL | 27.13º | 0.84% | 0.56% | - |
| HSV(B) | 27.13º | 0.79% | 0.93% | - |
| XYZ | 44 | 35.28 | 7.4 | - |
| YUV | 155.11 | 68.12 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 49 | 0 | 0.43 | 0.79 | 0.07 | 27.13 | 0.84 | 0.56 |
| Hex | ED | 86 | 31 | 0 | 2B | 4F | 7 | 1B | 54 | 38 |
| Octal | 355 | 206 | 61 | 0 | 53 | 117 | 7 | 33 | 124 | 70 |
| Binary | 11101101 | 10000110 | 110001 | 0 | 101011 | 1001111 | 111 | 11011 | 1010100 | 111000 |
Color Harmonies of #ED8631
Complementary color
Monochromatic Colors of #ED8631
Black with #ED8631
Text Example
Text Example
White with #ED8631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8631; }
p { color: rgb(237,134,49); }
H1.HeaderClassName
{
color: #ED8631;
}
.AnyTagClassName
{
color: #ED8631;
}
</style>
background-color css
<style>
a { background-color: #ED8631; }
a { background-color: rgb(237,134,49); }
div.DivClassName
{
background-color: #ED8631;
}
.BgClassName
{
background-color: #ED8631;
}
</style>
border-color css
<style>
span { border-color: #ED8631; }
span { border-color: rgb(237,134,49); }
td.TdClassName
{
border-color: #ED8631;
}
.TagClassName
{
border-color: #ED8631;
}
</style>