Shades of Bright Sun #EDB528
Tints of Bright Sun #EDB528
RGB
CMYK
RGB Variations
Color information
#EDB528 (or 0xEDB528) is known color: Bright Sun. HEX triplet: ED, B5 and 28. RGB value is (237,181,40). Sum of RGB (Red+Green+Blue) = 237+181+40=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB528 is #124AD7. Grayscale: #B6B6B6. Windows color (decimal): -1198808 or 2668013. OLE color: 2668013.
HSL color Cylindrical-coordinate representation of color #EDB528: hue angle of 42.94º 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 #EDB528 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 40 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.07 |
| HSL | 42.94º | 0.85% | 0.54% | - |
| HSV(B) | 42.94º | 0.83% | 0.93% | - |
| XYZ | 51.83 | 51.21 | 9.16 | - |
| YUV | 181.67 | 48.05 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 40 | 0 | 0.24 | 0.83 | 0.07 | 42.94 | 0.85 | 0.54 |
| Hex | ED | B5 | 28 | 0 | 18 | 53 | 7 | 2B | 55 | 36 |
| Octal | 355 | 265 | 50 | 0 | 30 | 123 | 7 | 53 | 125 | 66 |
| Binary | 11101101 | 10110101 | 101000 | 0 | 11000 | 1010011 | 111 | 101011 | 1010101 | 110110 |
Color Harmonies of #EDB528
Complementary color
Monochromatic Colors of #EDB528
Black with #EDB528
Text Example
Text Example
White with #EDB528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB528; }
p { color: rgb(237,181,40); }
H1.HeaderClassName
{
color: #EDB528;
}
.AnyTagClassName
{
color: #EDB528;
}
</style>
background-color css
<style>
a { background-color: #EDB528; }
a { background-color: rgb(237,181,40); }
div.DivClassName
{
background-color: #EDB528;
}
.BgClassName
{
background-color: #EDB528;
}
</style>
border-color css
<style>
span { border-color: #EDB528; }
span { border-color: rgb(237,181,40); }
td.TdClassName
{
border-color: #EDB528;
}
.TagClassName
{
border-color: #EDB528;
}
</style>