Shades of Bright Sun #EDB426
Tints of Bright Sun #EDB426
RGB
CMYK
RGB Variations
Color information
#EDB426 (or 0xEDB426) is known color: Bright Sun. HEX triplet: ED, B4 and 26. RGB value is (237,180,38). Sum of RGB (Red+Green+Blue) = 237+180+38=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 38 (15.23% from 255 or 8.35% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB426 is #124BD9. Grayscale: #B5B5B5. Windows color (decimal): -1199066 or 2536685. OLE color: 2536685.
HSL color Cylindrical-coordinate representation of color #EDB426: hue angle of 42.81º 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 #EDB426 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 38 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.07 |
| HSL | 42.81º | 0.85% | 0.54% | - |
| HSV(B) | 42.81º | 0.84% | 0.93% | - |
| XYZ | 51.6 | 50.79 | 8.92 | - |
| YUV | 180.86 | 47.38 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 38 | 0 | 0.24 | 0.84 | 0.07 | 42.81 | 0.85 | 0.54 |
| Hex | ED | B4 | 26 | 0 | 18 | 54 | 7 | 2B | 55 | 36 |
| Octal | 355 | 264 | 46 | 0 | 30 | 124 | 7 | 53 | 125 | 66 |
| Binary | 11101101 | 10110100 | 100110 | 0 | 11000 | 1010100 | 111 | 101011 | 1010101 | 110110 |
Color Harmonies of #EDB426
Complementary color
Monochromatic Colors of #EDB426
Black with #EDB426
Text Example
Text Example
White with #EDB426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB426; }
p { color: rgb(237,180,38); }
H1.HeaderClassName
{
color: #EDB426;
}
.AnyTagClassName
{
color: #EDB426;
}
</style>
background-color css
<style>
a { background-color: #EDB426; }
a { background-color: rgb(237,180,38); }
div.DivClassName
{
background-color: #EDB426;
}
.BgClassName
{
background-color: #EDB426;
}
</style>
border-color css
<style>
span { border-color: #EDB426; }
span { border-color: rgb(237,180,38); }
td.TdClassName
{
border-color: #EDB426;
}
.TagClassName
{
border-color: #EDB426;
}
</style>