Shades of Bright Sun #EDBA25
Tints of Bright Sun #EDBA25
RGB
CMYK
RGB Variations
Color information
#EDBA25 (or 0xEDBA25) is known color: Bright Sun. HEX triplet: ED, BA and 25. RGB value is (237,186,37). Sum of RGB (Red+Green+Blue) = 237+186+37=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 37 (14.84% from 255 or 8.04% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA25 is #1245DA. Grayscale: #B8B8B8. Windows color (decimal): -1197531 or 2472685. OLE color: 2472685.
HSL color Cylindrical-coordinate representation of color #EDBA25: hue angle of 44.7º 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 #EDBA25 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 37 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.07 |
| HSL | 44.7º | 0.85% | 0.54% | - |
| HSV(B) | 44.7º | 0.84% | 0.93% | - |
| XYZ | 52.82 | 53.26 | 9.25 | - |
| YUV | 184.26 | 44.9 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 37 | 0 | 0.22 | 0.84 | 0.07 | 44.7 | 0.85 | 0.54 |
| Hex | ED | BA | 25 | 0 | 16 | 54 | 7 | 2D | 55 | 36 |
| Octal | 355 | 272 | 45 | 0 | 26 | 124 | 7 | 55 | 125 | 66 |
| Binary | 11101101 | 10111010 | 100101 | 0 | 10110 | 1010100 | 111 | 101101 | 1010101 | 110110 |
Color Harmonies of #EDBA25
Complementary color
Monochromatic Colors of #EDBA25
Black with #EDBA25
Text Example
Text Example
White with #EDBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA25; }
p { color: rgb(237,186,37); }
H1.HeaderClassName
{
color: #EDBA25;
}
.AnyTagClassName
{
color: #EDBA25;
}
</style>
background-color css
<style>
a { background-color: #EDBA25; }
a { background-color: rgb(237,186,37); }
div.DivClassName
{
background-color: #EDBA25;
}
.BgClassName
{
background-color: #EDBA25;
}
</style>
border-color css
<style>
span { border-color: #EDBA25; }
span { border-color: rgb(237,186,37); }
td.TdClassName
{
border-color: #EDBA25;
}
.TagClassName
{
border-color: #EDBA25;
}
</style>