Shades of Bright Sun #EDBA2A
Tints of Bright Sun #EDBA2A
RGB
CMYK
RGB Variations
Color information
#EDBA2A (or 0xEDBA2A) is known color: Bright Sun. HEX triplet: ED, BA and 2A. RGB value is (237,186,42). Sum of RGB (Red+Green+Blue) = 237+186+42=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA2A is #1245D5. Grayscale: #B9B9B9. Windows color (decimal): -1197526 or 2800365. OLE color: 2800365.
HSL color Cylindrical-coordinate representation of color #EDBA2A: hue angle of 44.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDBA2A is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 42 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.07 |
| HSL | 44.31º | 0.84% | 0.55% | - |
| HSV(B) | 44.31º | 0.82% | 0.93% | - |
| XYZ | 52.9 | 53.29 | 9.69 | - |
| YUV | 184.83 | 47.4 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 42 | 0 | 0.22 | 0.82 | 0.07 | 44.31 | 0.84 | 0.55 |
| Hex | ED | BA | 2A | 0 | 16 | 52 | 7 | 2C | 54 | 37 |
| Octal | 355 | 272 | 52 | 0 | 26 | 122 | 7 | 54 | 124 | 67 |
| Binary | 11101101 | 10111010 | 101010 | 0 | 10110 | 1010010 | 111 | 101100 | 1010100 | 110111 |
Color Harmonies of #EDBA2A
Complementary color
Monochromatic Colors of #EDBA2A
Black with #EDBA2A
Text Example
Text Example
White with #EDBA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA2A; }
p { color: rgb(237,186,42); }
H1.HeaderClassName
{
color: #EDBA2A;
}
.AnyTagClassName
{
color: #EDBA2A;
}
</style>
background-color css
<style>
a { background-color: #EDBA2A; }
a { background-color: rgb(237,186,42); }
div.DivClassName
{
background-color: #EDBA2A;
}
.BgClassName
{
background-color: #EDBA2A;
}
</style>
border-color css
<style>
span { border-color: #EDBA2A; }
span { border-color: rgb(237,186,42); }
td.TdClassName
{
border-color: #EDBA2A;
}
.TagClassName
{
border-color: #EDBA2A;
}
</style>