Shades of Bright Sun #EDB628
Tints of Bright Sun #EDB628
RGB
CMYK
RGB Variations
Color information
#EDB628 (or 0xEDB628) is known color: Bright Sun. HEX triplet: ED, B6 and 28. RGB value is (237,182,40). Sum of RGB (Red+Green+Blue) = 237+182+40=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB628 is #1249D7. Grayscale: #B6B6B6. Windows color (decimal): -1198552 or 2668269. OLE color: 2668269.
HSL color Cylindrical-coordinate representation of color #EDB628: hue angle of 43.25º 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 #EDB628 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 40 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.07 |
| HSL | 43.25º | 0.85% | 0.54% | - |
| HSV(B) | 43.25º | 0.83% | 0.93% | - |
| XYZ | 52.04 | 51.61 | 9.23 | - |
| YUV | 182.26 | 47.72 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 40 | 0 | 0.23 | 0.83 | 0.07 | 43.25 | 0.85 | 0.54 |
| Hex | ED | B6 | 28 | 0 | 17 | 53 | 7 | 2B | 55 | 36 |
| Octal | 355 | 266 | 50 | 0 | 27 | 123 | 7 | 53 | 125 | 66 |
| Binary | 11101101 | 10110110 | 101000 | 0 | 10111 | 1010011 | 111 | 101011 | 1010101 | 110110 |
Color Harmonies of #EDB628
Complementary color
Monochromatic Colors of #EDB628
Black with #EDB628
Text Example
Text Example
White with #EDB628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB628; }
p { color: rgb(237,182,40); }
H1.HeaderClassName
{
color: #EDB628;
}
.AnyTagClassName
{
color: #EDB628;
}
</style>
background-color css
<style>
a { background-color: #EDB628; }
a { background-color: rgb(237,182,40); }
div.DivClassName
{
background-color: #EDB628;
}
.BgClassName
{
background-color: #EDB628;
}
</style>
border-color css
<style>
span { border-color: #EDB628; }
span { border-color: rgb(237,182,40); }
td.TdClassName
{
border-color: #EDB628;
}
.TagClassName
{
border-color: #EDB628;
}
</style>