Shades of Bright Sun #EDB030
Tints of Bright Sun #EDB030
RGB
CMYK
RGB Variations
Color information
#EDB030 (or 0xEDB030) is known color: Bright Sun. HEX triplet: ED, B0 and 30. RGB value is (237,176,48). Sum of RGB (Red+Green+Blue) = 237+176+48=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB030 is #124FCF. Grayscale: #B4B4B4. Windows color (decimal): -1200080 or 3191021. OLE color: 3191021.
HSL color Cylindrical-coordinate representation of color #EDB030: hue angle of 40.63º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDB030 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 48 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.07 |
| HSL | 40.63º | 0.84% | 0.56% | - |
| HSV(B) | 40.63º | 0.8% | 0.93% | - |
| XYZ | 50.98 | 49.27 | 9.62 | - |
| YUV | 179.65 | 53.71 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 48 | 0 | 0.26 | 0.80 | 0.07 | 40.63 | 0.84 | 0.56 |
| Hex | ED | B0 | 30 | 0 | 1A | 50 | 7 | 29 | 54 | 38 |
| Octal | 355 | 260 | 60 | 0 | 32 | 120 | 7 | 51 | 124 | 70 |
| Binary | 11101101 | 10110000 | 110000 | 0 | 11010 | 1010000 | 111 | 101001 | 1010100 | 111000 |
Color Harmonies of #EDB030
Complementary color
Monochromatic Colors of #EDB030
Black with #EDB030
Text Example
Text Example
White with #EDB030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB030; }
p { color: rgb(237,176,48); }
H1.HeaderClassName
{
color: #EDB030;
}
.AnyTagClassName
{
color: #EDB030;
}
</style>
background-color css
<style>
a { background-color: #EDB030; }
a { background-color: rgb(237,176,48); }
div.DivClassName
{
background-color: #EDB030;
}
.BgClassName
{
background-color: #EDB030;
}
</style>
border-color css
<style>
span { border-color: #EDB030; }
span { border-color: rgb(237,176,48); }
td.TdClassName
{
border-color: #EDB030;
}
.TagClassName
{
border-color: #EDB030;
}
</style>