Shades of Bright Sun #EDB531
Tints of Bright Sun #EDB531
RGB
CMYK
RGB Variations
Color information
#EDB531 (or 0xEDB531) is known color: Bright Sun. HEX triplet: ED, B5 and 31. RGB value is (237,181,49). Sum of RGB (Red+Green+Blue) = 237+181+49=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB531 is #124ACE. Grayscale: #B7B7B7. Windows color (decimal): -1198799 or 3257837. OLE color: 3257837.
HSL color Cylindrical-coordinate representation of color #EDB531: hue angle of 42.13º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDB531 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 49 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.07 |
| HSL | 42.13º | 0.84% | 0.56% | - |
| HSV(B) | 42.13º | 0.79% | 0.93% | - |
| XYZ | 52 | 51.27 | 10.06 | - |
| YUV | 182.7 | 52.55 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 49 | 0 | 0.24 | 0.79 | 0.07 | 42.13 | 0.84 | 0.56 |
| Hex | ED | B5 | 31 | 0 | 18 | 4F | 7 | 2A | 54 | 38 |
| Octal | 355 | 265 | 61 | 0 | 30 | 117 | 7 | 52 | 124 | 70 |
| Binary | 11101101 | 10110101 | 110001 | 0 | 11000 | 1001111 | 111 | 101010 | 1010100 | 111000 |
Color Harmonies of #EDB531
Complementary color
Monochromatic Colors of #EDB531
Black with #EDB531
Text Example
Text Example
White with #EDB531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB531; }
p { color: rgb(237,181,49); }
H1.HeaderClassName
{
color: #EDB531;
}
.AnyTagClassName
{
color: #EDB531;
}
</style>
background-color css
<style>
a { background-color: #EDB531; }
a { background-color: rgb(237,181,49); }
div.DivClassName
{
background-color: #EDB531;
}
.BgClassName
{
background-color: #EDB531;
}
</style>
border-color css
<style>
span { border-color: #EDB531; }
span { border-color: rgb(237,181,49); }
td.TdClassName
{
border-color: #EDB531;
}
.TagClassName
{
border-color: #EDB531;
}
</style>