Shades of Bright Sun #EDB82E
Tints of Bright Sun #EDB82E
RGB
CMYK
RGB Variations
Color information
#EDB82E (or 0xEDB82E) is known color: Bright Sun. HEX triplet: ED, B8 and 2E. RGB value is (237,184,46). Sum of RGB (Red+Green+Blue) = 237+184+46=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB82E is #1247D1. Grayscale: #B8B8B8. Windows color (decimal): -1198034 or 3061997. OLE color: 3061997.
HSL color Cylindrical-coordinate representation of color #EDB82E: hue angle of 43.35º 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 #EDB82E is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 46 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.07 |
| HSL | 43.35º | 0.84% | 0.55% | - |
| HSV(B) | 43.35º | 0.81% | 0.93% | - |
| XYZ | 52.56 | 52.48 | 9.94 | - |
| YUV | 184.12 | 50.06 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 46 | 0 | 0.22 | 0.81 | 0.07 | 43.35 | 0.84 | 0.55 |
| Hex | ED | B8 | 2E | 0 | 16 | 51 | 7 | 2B | 54 | 37 |
| Octal | 355 | 270 | 56 | 0 | 26 | 121 | 7 | 53 | 124 | 67 |
| Binary | 11101101 | 10111000 | 101110 | 0 | 10110 | 1010001 | 111 | 101011 | 1010100 | 110111 |
Color Harmonies of #EDB82E
Complementary color
Monochromatic Colors of #EDB82E
Black with #EDB82E
Text Example
Text Example
White with #EDB82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB82E; }
p { color: rgb(237,184,46); }
H1.HeaderClassName
{
color: #EDB82E;
}
.AnyTagClassName
{
color: #EDB82E;
}
</style>
background-color css
<style>
a { background-color: #EDB82E; }
a { background-color: rgb(237,184,46); }
div.DivClassName
{
background-color: #EDB82E;
}
.BgClassName
{
background-color: #EDB82E;
}
</style>
border-color css
<style>
span { border-color: #EDB82E; }
span { border-color: rgb(237,184,46); }
td.TdClassName
{
border-color: #EDB82E;
}
.TagClassName
{
border-color: #EDB82E;
}
</style>