Shades of Bright Sun #EDB937
Tints of Bright Sun #EDB937
RGB
CMYK
RGB Variations
Color information
#EDB937 (or 0xEDB937) is known color: Bright Sun. HEX triplet: ED, B9 and 37. RGB value is (237,185,55). Sum of RGB (Red+Green+Blue) = 237+185+55=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 55 (21.88% from 255 or 11.53% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB937 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB937 is #1246C8. Grayscale: #BABABA. Windows color (decimal): -1197769 or 3652077. OLE color: 3652077.
HSL color Cylindrical-coordinate representation of color #EDB937: hue angle of 42.86º 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 #EDB937 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 55 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.07 |
| HSL | 42.86º | 0.83% | 0.57% | - |
| HSV(B) | 42.86º | 0.77% | 0.93% | - |
| XYZ | 52.96 | 52.98 | 11.05 | - |
| YUV | 185.73 | 54.23 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 55 | 0 | 0.22 | 0.77 | 0.07 | 42.86 | 0.83 | 0.57 |
| Hex | ED | B9 | 37 | 0 | 16 | 4D | 7 | 2B | 53 | 39 |
| Octal | 355 | 271 | 67 | 0 | 26 | 115 | 7 | 53 | 123 | 71 |
| Binary | 11101101 | 10111001 | 110111 | 0 | 10110 | 1001101 | 111 | 101011 | 1010011 | 111001 |
Color Harmonies of #EDB937
Complementary color
Monochromatic Colors of #EDB937
Black with #EDB937
Text Example
Text Example
White with #EDB937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB937; }
p { color: rgb(237,185,55); }
H1.HeaderClassName
{
color: #EDB937;
}
.AnyTagClassName
{
color: #EDB937;
}
</style>
background-color css
<style>
a { background-color: #EDB937; }
a { background-color: rgb(237,185,55); }
div.DivClassName
{
background-color: #EDB937;
}
.BgClassName
{
background-color: #EDB937;
}
</style>
border-color css
<style>
span { border-color: #EDB937; }
span { border-color: rgb(237,185,55); }
td.TdClassName
{
border-color: #EDB937;
}
.TagClassName
{
border-color: #EDB937;
}
</style>