Shades of Bright Sun #EDB928
Tints of Bright Sun #EDB928
RGB
CMYK
RGB Variations
Color information
#EDB928 (or 0xEDB928) is known color: Bright Sun. HEX triplet: ED, B9 and 28. RGB value is (237,185,40). Sum of RGB (Red+Green+Blue) = 237+185+40=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB928 is #1246D7. Grayscale: #B8B8B8. Windows color (decimal): -1197784 or 2669037. OLE color: 2669037.
HSL color Cylindrical-coordinate representation of color #EDB928: hue angle of 44.16º 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 #EDB928 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 40 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.07 |
| HSL | 44.16º | 0.85% | 0.54% | - |
| HSV(B) | 44.16º | 0.83% | 0.93% | - |
| XYZ | 52.66 | 52.86 | 9.43 | - |
| YUV | 184.02 | 46.73 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 40 | 0 | 0.22 | 0.83 | 0.07 | 44.16 | 0.85 | 0.54 |
| Hex | ED | B9 | 28 | 0 | 16 | 53 | 7 | 2C | 55 | 36 |
| Octal | 355 | 271 | 50 | 0 | 26 | 123 | 7 | 54 | 125 | 66 |
| Binary | 11101101 | 10111001 | 101000 | 0 | 10110 | 1010011 | 111 | 101100 | 1010101 | 110110 |
Color Harmonies of #EDB928
Complementary color
Monochromatic Colors of #EDB928
Black with #EDB928
Text Example
Text Example
White with #EDB928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB928; }
p { color: rgb(237,185,40); }
H1.HeaderClassName
{
color: #EDB928;
}
.AnyTagClassName
{
color: #EDB928;
}
</style>
background-color css
<style>
a { background-color: #EDB928; }
a { background-color: rgb(237,185,40); }
div.DivClassName
{
background-color: #EDB928;
}
.BgClassName
{
background-color: #EDB928;
}
</style>
border-color css
<style>
span { border-color: #EDB928; }
span { border-color: rgb(237,185,40); }
td.TdClassName
{
border-color: #EDB928;
}
.TagClassName
{
border-color: #EDB928;
}
</style>