Shades of Bright Sun #EDB925
Tints of Bright Sun #EDB925
RGB
CMYK
RGB Variations
Color information
#EDB925 (or 0xEDB925) is known color: Bright Sun. HEX triplet: ED, B9 and 25. RGB value is (237,185,37). Sum of RGB (Red+Green+Blue) = 237+185+37=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB925 is #1246DA. Grayscale: #B8B8B8. Windows color (decimal): -1197787 or 2472429. OLE color: 2472429.
HSL color Cylindrical-coordinate representation of color #EDB925: hue angle of 44.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDB925 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 37 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.07 |
| HSL | 44.4º | 0.85% | 0.54% | - |
| HSV(B) | 44.4º | 0.84% | 0.93% | - |
| XYZ | 52.61 | 52.84 | 9.18 | - |
| YUV | 183.68 | 45.23 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 37 | 0 | 0.22 | 0.84 | 0.07 | 44.4 | 0.85 | 0.54 |
| Hex | ED | B9 | 25 | 0 | 16 | 54 | 7 | 2C | 55 | 36 |
| Octal | 355 | 271 | 45 | 0 | 26 | 124 | 7 | 54 | 125 | 66 |
| Binary | 11101101 | 10111001 | 100101 | 0 | 10110 | 1010100 | 111 | 101100 | 1010101 | 110110 |
Color Harmonies of #EDB925
Complementary color
Monochromatic Colors of #EDB925
Black with #EDB925
Text Example
Text Example
White with #EDB925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB925; }
p { color: rgb(237,185,37); }
H1.HeaderClassName
{
color: #EDB925;
}
.AnyTagClassName
{
color: #EDB925;
}
</style>
background-color css
<style>
a { background-color: #EDB925; }
a { background-color: rgb(237,185,37); }
div.DivClassName
{
background-color: #EDB925;
}
.BgClassName
{
background-color: #EDB925;
}
</style>
border-color css
<style>
span { border-color: #EDB925; }
span { border-color: rgb(237,185,37); }
td.TdClassName
{
border-color: #EDB925;
}
.TagClassName
{
border-color: #EDB925;
}
</style>