Shades of Bright Sun #EDBC30
Tints of Bright Sun #EDBC30
RGB
CMYK
RGB Variations
Color information
#EDBC30 (or 0xEDBC30) is known color: Bright Sun. HEX triplet: ED, BC and 30. RGB value is (237,188,48). Sum of RGB (Red+Green+Blue) = 237+188+48=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC30 is #1243CF. Grayscale: #BBBBBB. Windows color (decimal): -1197008 or 3194093. OLE color: 3194093.
HSL color Cylindrical-coordinate representation of color #EDBC30: hue angle of 44.44º 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 #EDBC30 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 48 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.07 |
| HSL | 44.44º | 0.84% | 0.56% | - |
| HSV(B) | 44.44º | 0.8% | 0.93% | - |
| XYZ | 53.44 | 54.18 | 10.44 | - |
| YUV | 186.69 | 49.73 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 48 | 0 | 0.21 | 0.80 | 0.07 | 44.44 | 0.84 | 0.56 |
| Hex | ED | BC | 30 | 0 | 15 | 50 | 7 | 2C | 54 | 38 |
| Octal | 355 | 274 | 60 | 0 | 25 | 120 | 7 | 54 | 124 | 70 |
| Binary | 11101101 | 10111100 | 110000 | 0 | 10101 | 1010000 | 111 | 101100 | 1010100 | 111000 |
Color Harmonies of #EDBC30
Complementary color
Monochromatic Colors of #EDBC30
Black with #EDBC30
Text Example
Text Example
White with #EDBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC30; }
p { color: rgb(237,188,48); }
H1.HeaderClassName
{
color: #EDBC30;
}
.AnyTagClassName
{
color: #EDBC30;
}
</style>
background-color css
<style>
a { background-color: #EDBC30; }
a { background-color: rgb(237,188,48); }
div.DivClassName
{
background-color: #EDBC30;
}
.BgClassName
{
background-color: #EDBC30;
}
</style>
border-color css
<style>
span { border-color: #EDBC30; }
span { border-color: rgb(237,188,48); }
td.TdClassName
{
border-color: #EDBC30;
}
.TagClassName
{
border-color: #EDBC30;
}
</style>