Shades of Bright Sun #EDB836
Tints of Bright Sun #EDB836
RGB
CMYK
RGB Variations
Color information
#EDB836 (or 0xEDB836) is known color: Bright Sun. HEX triplet: ED, B8 and 36. RGB value is (237,184,54). Sum of RGB (Red+Green+Blue) = 237+184+54=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 54 (21.48% from 255 or 11.37% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB836 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB836 is #1247C9. Grayscale: #B9B9B9. Windows color (decimal): -1198026 or 3586285. OLE color: 3586285.
HSL color Cylindrical-coordinate representation of color #EDB836: hue angle of 42.62º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDB836 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 54 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.07 |
| HSL | 42.62º | 0.84% | 0.57% | - |
| HSV(B) | 42.62º | 0.77% | 0.93% | - |
| XYZ | 52.73 | 52.55 | 10.85 | - |
| YUV | 185.03 | 54.06 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 54 | 0 | 0.22 | 0.77 | 0.07 | 42.62 | 0.84 | 0.57 |
| Hex | ED | B8 | 36 | 0 | 16 | 4D | 7 | 2B | 54 | 39 |
| Octal | 355 | 270 | 66 | 0 | 26 | 115 | 7 | 53 | 124 | 71 |
| Binary | 11101101 | 10111000 | 110110 | 0 | 10110 | 1001101 | 111 | 101011 | 1010100 | 111001 |
Color Harmonies of #EDB836
Complementary color
Monochromatic Colors of #EDB836
Black with #EDB836
Text Example
Text Example
White with #EDB836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB836; }
p { color: rgb(237,184,54); }
H1.HeaderClassName
{
color: #EDB836;
}
.AnyTagClassName
{
color: #EDB836;
}
</style>
background-color css
<style>
a { background-color: #EDB836; }
a { background-color: rgb(237,184,54); }
div.DivClassName
{
background-color: #EDB836;
}
.BgClassName
{
background-color: #EDB836;
}
</style>
border-color css
<style>
span { border-color: #EDB836; }
span { border-color: rgb(237,184,54); }
td.TdClassName
{
border-color: #EDB836;
}
.TagClassName
{
border-color: #EDB836;
}
</style>