Shades of Bright Sun #EDB737
Tints of Bright Sun #EDB737
RGB
CMYK
RGB Variations
Color information
#EDB737 (or 0xEDB737) is known color: Bright Sun. HEX triplet: ED, B7 and 37. RGB value is (237,183,55). Sum of RGB (Red+Green+Blue) = 237+183+55=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB737 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB737 is #1248C8. Grayscale: #B9B9B9. Windows color (decimal): -1198281 or 3651565. OLE color: 3651565.
HSL color Cylindrical-coordinate representation of color #EDB737: hue angle of 42.2º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDB737 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 55 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.07 |
| HSL | 42.2º | 0.83% | 0.57% | - |
| HSV(B) | 42.2º | 0.77% | 0.93% | - |
| XYZ | 52.55 | 52.15 | 10.91 | - |
| YUV | 184.55 | 54.89 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 55 | 0 | 0.23 | 0.77 | 0.07 | 42.2 | 0.83 | 0.57 |
| Hex | ED | B7 | 37 | 0 | 17 | 4D | 7 | 2A | 53 | 39 |
| Octal | 355 | 267 | 67 | 0 | 27 | 115 | 7 | 52 | 123 | 71 |
| Binary | 11101101 | 10110111 | 110111 | 0 | 10111 | 1001101 | 111 | 101010 | 1010011 | 111001 |
Color Harmonies of #EDB737
Complementary color
Monochromatic Colors of #EDB737
Black with #EDB737
Text Example
Text Example
White with #EDB737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB737; }
p { color: rgb(237,183,55); }
H1.HeaderClassName
{
color: #EDB737;
}
.AnyTagClassName
{
color: #EDB737;
}
</style>
background-color css
<style>
a { background-color: #EDB737; }
a { background-color: rgb(237,183,55); }
div.DivClassName
{
background-color: #EDB737;
}
.BgClassName
{
background-color: #EDB737;
}
</style>
border-color css
<style>
span { border-color: #EDB737; }
span { border-color: rgb(237,183,55); }
td.TdClassName
{
border-color: #EDB737;
}
.TagClassName
{
border-color: #EDB737;
}
</style>