Shades of Bright Sun #EDB729
Tints of Bright Sun #EDB729
RGB
CMYK
RGB Variations
Color information
#EDB729 (or 0xEDB729) is known color: Bright Sun. HEX triplet: ED, B7 and 29. RGB value is (237,183,41). Sum of RGB (Red+Green+Blue) = 237+183+41=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 41 (16.41% from 255 or 8.89% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB729 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB729 is #1248D6. Grayscale: #B7B7B7. Windows color (decimal): -1198295 or 2734061. OLE color: 2734061.
HSL color Cylindrical-coordinate representation of color #EDB729: hue angle of 43.47º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDB729 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 41 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.07 |
| HSL | 43.47º | 0.84% | 0.55% | - |
| HSV(B) | 43.47º | 0.83% | 0.93% | - |
| XYZ | 52.26 | 52.03 | 9.39 | - |
| YUV | 182.96 | 47.89 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 41 | 0 | 0.23 | 0.83 | 0.07 | 43.47 | 0.84 | 0.55 |
| Hex | ED | B7 | 29 | 0 | 17 | 53 | 7 | 2B | 54 | 37 |
| Octal | 355 | 267 | 51 | 0 | 27 | 123 | 7 | 53 | 124 | 67 |
| Binary | 11101101 | 10110111 | 101001 | 0 | 10111 | 1010011 | 111 | 101011 | 1010100 | 110111 |
Color Harmonies of #EDB729
Complementary color
Monochromatic Colors of #EDB729
Black with #EDB729
Text Example
Text Example
White with #EDB729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB729; }
p { color: rgb(237,183,41); }
H1.HeaderClassName
{
color: #EDB729;
}
.AnyTagClassName
{
color: #EDB729;
}
</style>
background-color css
<style>
a { background-color: #EDB729; }
a { background-color: rgb(237,183,41); }
div.DivClassName
{
background-color: #EDB729;
}
.BgClassName
{
background-color: #EDB729;
}
</style>
border-color css
<style>
span { border-color: #EDB729; }
span { border-color: rgb(237,183,41); }
td.TdClassName
{
border-color: #EDB729;
}
.TagClassName
{
border-color: #EDB729;
}
</style>