Shades of Bright Sun #EDB939
Tints of Bright Sun #EDB939
RGB
CMYK
RGB Variations
Color information
#EDB939 (or 0xEDB939) is known color: Bright Sun. HEX triplet: ED, B9 and 39. RGB value is (237,185,57). Sum of RGB (Red+Green+Blue) = 237+185+57=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 57 (22.66% from 255 or 11.90% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB939 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB939 is #1246C6. Grayscale: #BABABA. Windows color (decimal): -1197767 or 3783149. OLE color: 3783149.
HSL color Cylindrical-coordinate representation of color #EDB939: hue angle of 42.67º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDB939 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 57 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.07 |
| HSL | 42.67º | 0.83% | 0.58% | - |
| HSV(B) | 42.67º | 0.76% | 0.93% | - |
| XYZ | 53.01 | 53 | 11.31 | - |
| YUV | 185.96 | 55.23 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 57 | 0 | 0.22 | 0.76 | 0.07 | 42.67 | 0.83 | 0.58 |
| Hex | ED | B9 | 39 | 0 | 16 | 4C | 7 | 2B | 53 | 3A |
| Octal | 355 | 271 | 71 | 0 | 26 | 114 | 7 | 53 | 123 | 72 |
| Binary | 11101101 | 10111001 | 111001 | 0 | 10110 | 1001100 | 111 | 101011 | 1010011 | 111010 |
Color Harmonies of #EDB939
Complementary color
Monochromatic Colors of #EDB939
Black with #EDB939
Text Example
Text Example
White with #EDB939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB939; }
p { color: rgb(237,185,57); }
H1.HeaderClassName
{
color: #EDB939;
}
.AnyTagClassName
{
color: #EDB939;
}
</style>
background-color css
<style>
a { background-color: #EDB939; }
a { background-color: rgb(237,185,57); }
div.DivClassName
{
background-color: #EDB939;
}
.BgClassName
{
background-color: #EDB939;
}
</style>
border-color css
<style>
span { border-color: #EDB939; }
span { border-color: rgb(237,185,57); }
td.TdClassName
{
border-color: #EDB939;
}
.TagClassName
{
border-color: #EDB939;
}
</style>