Shades of Bright Sun #EDBA2C
Tints of Bright Sun #EDBA2C
RGB
CMYK
RGB Variations
Color information
#EDBA2C (or 0xEDBA2C) is known color: Bright Sun. HEX triplet: ED, BA and 2C. RGB value is (237,186,44). Sum of RGB (Red+Green+Blue) = 237+186+44=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA2C is #1245D3. Grayscale: #B9B9B9. Windows color (decimal): -1197524 or 2931437. OLE color: 2931437.
HSL color Cylindrical-coordinate representation of color #EDBA2C: hue angle of 44.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDBA2C is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 44 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.07 |
| HSL | 44.15º | 0.84% | 0.55% | - |
| HSV(B) | 44.15º | 0.81% | 0.93% | - |
| XYZ | 52.94 | 53.3 | 9.88 | - |
| YUV | 185.06 | 48.4 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 44 | 0 | 0.22 | 0.81 | 0.07 | 44.15 | 0.84 | 0.55 |
| Hex | ED | BA | 2C | 0 | 16 | 51 | 7 | 2C | 54 | 37 |
| Octal | 355 | 272 | 54 | 0 | 26 | 121 | 7 | 54 | 124 | 67 |
| Binary | 11101101 | 10111010 | 101100 | 0 | 10110 | 1010001 | 111 | 101100 | 1010100 | 110111 |
Color Harmonies of #EDBA2C
Complementary color
Monochromatic Colors of #EDBA2C
Black with #EDBA2C
Text Example
Text Example
White with #EDBA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA2C; }
p { color: rgb(237,186,44); }
H1.HeaderClassName
{
color: #EDBA2C;
}
.AnyTagClassName
{
color: #EDBA2C;
}
</style>
background-color css
<style>
a { background-color: #EDBA2C; }
a { background-color: rgb(237,186,44); }
div.DivClassName
{
background-color: #EDBA2C;
}
.BgClassName
{
background-color: #EDBA2C;
}
</style>
border-color css
<style>
span { border-color: #EDBA2C; }
span { border-color: rgb(237,186,44); }
td.TdClassName
{
border-color: #EDBA2C;
}
.TagClassName
{
border-color: #EDBA2C;
}
</style>