Shades of Sun #ED8934
Tints of Sun #ED8934
RGB
CMYK
RGB Variations
Color information
#ED8934 (or 0xED8934) is known color: Sun. HEX triplet: ED, 89 and 34. RGB value is (237,137,52). Sum of RGB (Red+Green+Blue) = 237+137+52=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8934 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8934 is #1276CB. Grayscale: #9D9D9D. Windows color (decimal): -1210060 or 3443181. OLE color: 3443181.
HSL color Cylindrical-coordinate representation of color #ED8934: hue angle of 27.57º 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 #ED8934 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 52 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.07 |
| HSL | 27.57º | 0.84% | 0.57% | - |
| HSV(B) | 27.57º | 0.78% | 0.93% | - |
| XYZ | 44.49 | 36.14 | 7.88 | - |
| YUV | 157.21 | 68.63 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 52 | 0 | 0.42 | 0.78 | 0.07 | 27.57 | 0.84 | 0.57 |
| Hex | ED | 89 | 34 | 0 | 2A | 4E | 7 | 1C | 54 | 39 |
| Octal | 355 | 211 | 64 | 0 | 52 | 116 | 7 | 34 | 124 | 71 |
| Binary | 11101101 | 10001001 | 110100 | 0 | 101010 | 1001110 | 111 | 11100 | 1010100 | 111001 |
Color Harmonies of #ED8934
Complementary color
Monochromatic Colors of #ED8934
Black with #ED8934
Text Example
Text Example
White with #ED8934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8934; }
p { color: rgb(237,137,52); }
H1.HeaderClassName
{
color: #ED8934;
}
.AnyTagClassName
{
color: #ED8934;
}
</style>
background-color css
<style>
a { background-color: #ED8934; }
a { background-color: rgb(237,137,52); }
div.DivClassName
{
background-color: #ED8934;
}
.BgClassName
{
background-color: #ED8934;
}
</style>
border-color css
<style>
span { border-color: #ED8934; }
span { border-color: rgb(237,137,52); }
td.TdClassName
{
border-color: #ED8934;
}
.TagClassName
{
border-color: #ED8934;
}
</style>