Shades of Bright Sun #EDB829
Tints of Bright Sun #EDB829
RGB
CMYK
RGB Variations
Color information
#EDB829 (or 0xEDB829) is known color: Bright Sun. HEX triplet: ED, B8 and 29. RGB value is (237,184,41). Sum of RGB (Red+Green+Blue) = 237+184+41=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 41 (16.41% from 255 or 8.87% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB829 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB829 is #1247D6. Grayscale: #B8B8B8. Windows color (decimal): -1198039 or 2734317. OLE color: 2734317.
HSL color Cylindrical-coordinate representation of color #EDB829: hue angle of 43.78º 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 #EDB829 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 41 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.07 |
| HSL | 43.78º | 0.84% | 0.55% | - |
| HSV(B) | 43.78º | 0.83% | 0.93% | - |
| XYZ | 52.47 | 52.45 | 9.46 | - |
| YUV | 183.55 | 47.56 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 41 | 0 | 0.22 | 0.83 | 0.07 | 43.78 | 0.84 | 0.55 |
| Hex | ED | B8 | 29 | 0 | 16 | 53 | 7 | 2C | 54 | 37 |
| Octal | 355 | 270 | 51 | 0 | 26 | 123 | 7 | 54 | 124 | 67 |
| Binary | 11101101 | 10111000 | 101001 | 0 | 10110 | 1010011 | 111 | 101100 | 1010100 | 110111 |
Color Harmonies of #EDB829
Complementary color
Monochromatic Colors of #EDB829
Black with #EDB829
Text Example
Text Example
White with #EDB829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB829; }
p { color: rgb(237,184,41); }
H1.HeaderClassName
{
color: #EDB829;
}
.AnyTagClassName
{
color: #EDB829;
}
</style>
background-color css
<style>
a { background-color: #EDB829; }
a { background-color: rgb(237,184,41); }
div.DivClassName
{
background-color: #EDB829;
}
.BgClassName
{
background-color: #EDB829;
}
</style>
border-color css
<style>
span { border-color: #EDB829; }
span { border-color: rgb(237,184,41); }
td.TdClassName
{
border-color: #EDB829;
}
.TagClassName
{
border-color: #EDB829;
}
</style>