Shades of Bright Sun #EDB82C
Tints of Bright Sun #EDB82C
RGB
CMYK
RGB Variations
Color information
#EDB82C (or 0xEDB82C) is known color: Bright Sun. HEX triplet: ED, B8 and 2C. RGB value is (237,184,44). Sum of RGB (Red+Green+Blue) = 237+184+44=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB82C is #1247D3. Grayscale: #B8B8B8. Windows color (decimal): -1198036 or 2930925. OLE color: 2930925.
HSL color Cylindrical-coordinate representation of color #EDB82C: hue angle of 43.52º 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 #EDB82C is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 44 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.07 |
| HSL | 43.52º | 0.84% | 0.55% | - |
| HSV(B) | 43.52º | 0.81% | 0.93% | - |
| XYZ | 52.52 | 52.47 | 9.74 | - |
| YUV | 183.89 | 49.06 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 44 | 0 | 0.22 | 0.81 | 0.07 | 43.52 | 0.84 | 0.55 |
| Hex | ED | B8 | 2C | 0 | 16 | 51 | 7 | 2C | 54 | 37 |
| Octal | 355 | 270 | 54 | 0 | 26 | 121 | 7 | 54 | 124 | 67 |
| Binary | 11101101 | 10111000 | 101100 | 0 | 10110 | 1010001 | 111 | 101100 | 1010100 | 110111 |
Color Harmonies of #EDB82C
Complementary color
Monochromatic Colors of #EDB82C
Black with #EDB82C
Text Example
Text Example
White with #EDB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB82C; }
p { color: rgb(237,184,44); }
H1.HeaderClassName
{
color: #EDB82C;
}
.AnyTagClassName
{
color: #EDB82C;
}
</style>
background-color css
<style>
a { background-color: #EDB82C; }
a { background-color: rgb(237,184,44); }
div.DivClassName
{
background-color: #EDB82C;
}
.BgClassName
{
background-color: #EDB82C;
}
</style>
border-color css
<style>
span { border-color: #EDB82C; }
span { border-color: rgb(237,184,44); }
td.TdClassName
{
border-color: #EDB82C;
}
.TagClassName
{
border-color: #EDB82C;
}
</style>