Shades of Bright Sun #EDB624
Tints of Bright Sun #EDB624
RGB
CMYK
RGB Variations
Color information
#EDB624 (or 0xEDB624) is known color: Bright Sun. HEX triplet: ED, B6 and 24. RGB value is (237,182,36). Sum of RGB (Red+Green+Blue) = 237+182+36=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 36 (14.45% from 255 or 7.91% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB624 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB624 is #1249DB. Grayscale: #B6B6B6. Windows color (decimal): -1198556 or 2406125. OLE color: 2406125.
HSL color Cylindrical-coordinate representation of color #EDB624: hue angle of 43.58º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDB624 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 36 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.07 |
| HSL | 43.58º | 0.85% | 0.54% | - |
| HSV(B) | 43.58º | 0.85% | 0.93% | - |
| XYZ | 51.97 | 51.59 | 8.89 | - |
| YUV | 181.8 | 45.72 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 36 | 0 | 0.23 | 0.85 | 0.07 | 43.58 | 0.85 | 0.54 |
| Hex | ED | B6 | 24 | 0 | 17 | 55 | 7 | 2C | 55 | 36 |
| Octal | 355 | 266 | 44 | 0 | 27 | 125 | 7 | 54 | 125 | 66 |
| Binary | 11101101 | 10110110 | 100100 | 0 | 10111 | 1010101 | 111 | 101100 | 1010101 | 110110 |
Color Harmonies of #EDB624
Complementary color
Monochromatic Colors of #EDB624
Black with #EDB624
Text Example
Text Example
White with #EDB624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB624; }
p { color: rgb(237,182,36); }
H1.HeaderClassName
{
color: #EDB624;
}
.AnyTagClassName
{
color: #EDB624;
}
</style>
background-color css
<style>
a { background-color: #EDB624; }
a { background-color: rgb(237,182,36); }
div.DivClassName
{
background-color: #EDB624;
}
.BgClassName
{
background-color: #EDB624;
}
</style>
border-color css
<style>
span { border-color: #EDB624; }
span { border-color: rgb(237,182,36); }
td.TdClassName
{
border-color: #EDB624;
}
.TagClassName
{
border-color: #EDB624;
}
</style>