Shades of Bright Sun #EDB728
Tints of Bright Sun #EDB728
RGB
CMYK
RGB Variations
Color information
#EDB728 (or 0xEDB728) is known color: Bright Sun. HEX triplet: ED, B7 and 28. RGB value is (237,183,40). Sum of RGB (Red+Green+Blue) = 237+183+40=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB728 is #1248D7. Grayscale: #B7B7B7. Windows color (decimal): -1198296 or 2668525. OLE color: 2668525.
HSL color Cylindrical-coordinate representation of color #EDB728: hue angle of 43.55º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDB728 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 40 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.07 |
| HSL | 43.55º | 0.85% | 0.54% | - |
| HSV(B) | 43.55º | 0.83% | 0.93% | - |
| XYZ | 52.24 | 52.02 | 9.3 | - |
| YUV | 182.84 | 47.39 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 40 | 0 | 0.23 | 0.83 | 0.07 | 43.55 | 0.85 | 0.54 |
| Hex | ED | B7 | 28 | 0 | 17 | 53 | 7 | 2C | 55 | 36 |
| Octal | 355 | 267 | 50 | 0 | 27 | 123 | 7 | 54 | 125 | 66 |
| Binary | 11101101 | 10110111 | 101000 | 0 | 10111 | 1010011 | 111 | 101100 | 1010101 | 110110 |
Color Harmonies of #EDB728
Complementary color
Monochromatic Colors of #EDB728
Black with #EDB728
Text Example
Text Example
White with #EDB728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB728; }
p { color: rgb(237,183,40); }
H1.HeaderClassName
{
color: #EDB728;
}
.AnyTagClassName
{
color: #EDB728;
}
</style>
background-color css
<style>
a { background-color: #EDB728; }
a { background-color: rgb(237,183,40); }
div.DivClassName
{
background-color: #EDB728;
}
.BgClassName
{
background-color: #EDB728;
}
</style>
border-color css
<style>
span { border-color: #EDB728; }
span { border-color: rgb(237,183,40); }
td.TdClassName
{
border-color: #EDB728;
}
.TagClassName
{
border-color: #EDB728;
}
</style>