Shades of Bright Sun #EDBA3C
Tints of Bright Sun #EDBA3C
RGB
CMYK
RGB Variations
Color information
#EDBA3C (or 0xEDBA3C) is known color: Bright Sun. HEX triplet: ED, BA and 3C. RGB value is (237,186,60). Sum of RGB (Red+Green+Blue) = 237+186+60=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA3C is #1245C3. Grayscale: #BBBBBB. Windows color (decimal): -1197508 or 3980013. OLE color: 3980013.
HSL color Cylindrical-coordinate representation of color #EDBA3C: hue angle of 42.71º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDBA3C is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 60 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.07 |
| HSL | 42.71º | 0.83% | 0.58% | - |
| HSV(B) | 42.71º | 0.75% | 0.93% | - |
| XYZ | 53.3 | 53.45 | 11.78 | - |
| YUV | 186.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 60 | 0 | 0.22 | 0.75 | 0.07 | 42.71 | 0.83 | 0.58 |
| Hex | ED | BA | 3C | 0 | 16 | 4B | 7 | 2B | 53 | 3A |
| Octal | 355 | 272 | 74 | 0 | 26 | 113 | 7 | 53 | 123 | 72 |
| Binary | 11101101 | 10111010 | 111100 | 0 | 10110 | 1001011 | 111 | 101011 | 1010011 | 111010 |
Color Harmonies of #EDBA3C
Complementary color
Monochromatic Colors of #EDBA3C
Black with #EDBA3C
Text Example
Text Example
White with #EDBA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA3C; }
p { color: rgb(237,186,60); }
H1.HeaderClassName
{
color: #EDBA3C;
}
.AnyTagClassName
{
color: #EDBA3C;
}
</style>
background-color css
<style>
a { background-color: #EDBA3C; }
a { background-color: rgb(237,186,60); }
div.DivClassName
{
background-color: #EDBA3C;
}
.BgClassName
{
background-color: #EDBA3C;
}
</style>
border-color css
<style>
span { border-color: #EDBA3C; }
span { border-color: rgb(237,186,60); }
td.TdClassName
{
border-color: #EDBA3C;
}
.TagClassName
{
border-color: #EDBA3C;
}
</style>