Shades of Bright Sun #EDB826
Tints of Bright Sun #EDB826
RGB
CMYK
RGB Variations
Color information
#EDB826 (or 0xEDB826) is known color: Bright Sun. HEX triplet: ED, B8 and 26. RGB value is (237,184,38). Sum of RGB (Red+Green+Blue) = 237+184+38=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 38 (15.23% from 255 or 8.28% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB826 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB826 is #1247D9. Grayscale: #B7B7B7. Windows color (decimal): -1198042 or 2537709. OLE color: 2537709.
HSL color Cylindrical-coordinate representation of color #EDB826: hue angle of 44.02º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDB826 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 38 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.07 |
| HSL | 44.02º | 0.85% | 0.54% | - |
| HSV(B) | 44.02º | 0.84% | 0.93% | - |
| XYZ | 52.42 | 52.43 | 9.19 | - |
| YUV | 183.2 | 46.06 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 38 | 0 | 0.22 | 0.84 | 0.07 | 44.02 | 0.85 | 0.54 |
| Hex | ED | B8 | 26 | 0 | 16 | 54 | 7 | 2C | 55 | 36 |
| Octal | 355 | 270 | 46 | 0 | 26 | 124 | 7 | 54 | 125 | 66 |
| Binary | 11101101 | 10111000 | 100110 | 0 | 10110 | 1010100 | 111 | 101100 | 1010101 | 110110 |
Color Harmonies of #EDB826
Complementary color
Monochromatic Colors of #EDB826
Black with #EDB826
Text Example
Text Example
White with #EDB826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB826; }
p { color: rgb(237,184,38); }
H1.HeaderClassName
{
color: #EDB826;
}
.AnyTagClassName
{
color: #EDB826;
}
</style>
background-color css
<style>
a { background-color: #EDB826; }
a { background-color: rgb(237,184,38); }
div.DivClassName
{
background-color: #EDB826;
}
.BgClassName
{
background-color: #EDB826;
}
</style>
border-color css
<style>
span { border-color: #EDB826; }
span { border-color: rgb(237,184,38); }
td.TdClassName
{
border-color: #EDB826;
}
.TagClassName
{
border-color: #EDB826;
}
</style>