Shades of Bright Sun #EDB625
Tints of Bright Sun #EDB625
RGB
CMYK
RGB Variations
Color information
#EDB625 (or 0xEDB625) is known color: Bright Sun. HEX triplet: ED, B6 and 25. RGB value is (237,182,37). Sum of RGB (Red+Green+Blue) = 237+182+37=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB625 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB625 is #1249DA. Grayscale: #B6B6B6. Windows color (decimal): -1198555 or 2471661. OLE color: 2471661.
HSL color Cylindrical-coordinate representation of color #EDB625: hue angle of 43.5º 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 #EDB625 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 37 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.07 |
| HSL | 43.5º | 0.85% | 0.54% | - |
| HSV(B) | 43.5º | 0.84% | 0.93% | - |
| XYZ | 51.99 | 51.59 | 8.97 | - |
| YUV | 181.92 | 46.22 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 37 | 0 | 0.23 | 0.84 | 0.07 | 43.5 | 0.85 | 0.54 |
| Hex | ED | B6 | 25 | 0 | 17 | 54 | 7 | 2C | 55 | 36 |
| Octal | 355 | 266 | 45 | 0 | 27 | 124 | 7 | 54 | 125 | 66 |
| Binary | 11101101 | 10110110 | 100101 | 0 | 10111 | 1010100 | 111 | 101100 | 1010101 | 110110 |
Color Harmonies of #EDB625
Complementary color
Monochromatic Colors of #EDB625
Black with #EDB625
Text Example
Text Example
White with #EDB625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB625; }
p { color: rgb(237,182,37); }
H1.HeaderClassName
{
color: #EDB625;
}
.AnyTagClassName
{
color: #EDB625;
}
</style>
background-color css
<style>
a { background-color: #EDB625; }
a { background-color: rgb(237,182,37); }
div.DivClassName
{
background-color: #EDB625;
}
.BgClassName
{
background-color: #EDB625;
}
</style>
border-color css
<style>
span { border-color: #EDB625; }
span { border-color: rgb(237,182,37); }
td.TdClassName
{
border-color: #EDB625;
}
.TagClassName
{
border-color: #EDB625;
}
</style>