Shades of Bright Sun #EDB329
Tints of Bright Sun #EDB329
RGB
CMYK
RGB Variations
Color information
#EDB329 (or 0xEDB329) is known color: Bright Sun. HEX triplet: ED, B3 and 29. RGB value is (237,179,41). Sum of RGB (Red+Green+Blue) = 237+179+41=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 41 (16.41% from 255 or 8.97% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB329 is #124CD6. Grayscale: #B5B5B5. Windows color (decimal): -1199319 or 2733037. OLE color: 2733037.
HSL color Cylindrical-coordinate representation of color #EDB329: hue angle of 42.24º 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 #EDB329 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 41 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.07 |
| HSL | 42.24º | 0.84% | 0.55% | - |
| HSV(B) | 42.24º | 0.83% | 0.93% | - |
| XYZ | 51.45 | 50.4 | 9.12 | - |
| YUV | 180.61 | 49.22 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 41 | 0 | 0.24 | 0.83 | 0.07 | 42.24 | 0.84 | 0.55 |
| Hex | ED | B3 | 29 | 0 | 18 | 53 | 7 | 2A | 54 | 37 |
| Octal | 355 | 263 | 51 | 0 | 30 | 123 | 7 | 52 | 124 | 67 |
| Binary | 11101101 | 10110011 | 101001 | 0 | 11000 | 1010011 | 111 | 101010 | 1010100 | 110111 |
Color Harmonies of #EDB329
Complementary color
Monochromatic Colors of #EDB329
Black with #EDB329
Text Example
Text Example
White with #EDB329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB329; }
p { color: rgb(237,179,41); }
H1.HeaderClassName
{
color: #EDB329;
}
.AnyTagClassName
{
color: #EDB329;
}
</style>
background-color css
<style>
a { background-color: #EDB329; }
a { background-color: rgb(237,179,41); }
div.DivClassName
{
background-color: #EDB329;
}
.BgClassName
{
background-color: #EDB329;
}
</style>
border-color css
<style>
span { border-color: #EDB329; }
span { border-color: rgb(237,179,41); }
td.TdClassName
{
border-color: #EDB329;
}
.TagClassName
{
border-color: #EDB329;
}
</style>