Shades of Bright Sun #EDB731
Tints of Bright Sun #EDB731
RGB
CMYK
RGB Variations
Color information
#EDB731 (or 0xEDB731) is known color: Bright Sun. HEX triplet: ED, B7 and 31. RGB value is (237,183,49). Sum of RGB (Red+Green+Blue) = 237+183+49=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB731 is #1248CE. Grayscale: #B8B8B8. Windows color (decimal): -1198287 or 3258349. OLE color: 3258349.
HSL color Cylindrical-coordinate representation of color #EDB731: hue angle of 42.77º 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 #EDB731 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 49 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.07 |
| HSL | 42.77º | 0.84% | 0.56% | - |
| HSV(B) | 42.77º | 0.79% | 0.93% | - |
| XYZ | 52.41 | 52.09 | 10.2 | - |
| YUV | 183.87 | 51.89 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 49 | 0 | 0.23 | 0.79 | 0.07 | 42.77 | 0.84 | 0.56 |
| Hex | ED | B7 | 31 | 0 | 17 | 4F | 7 | 2B | 54 | 38 |
| Octal | 355 | 267 | 61 | 0 | 27 | 117 | 7 | 53 | 124 | 70 |
| Binary | 11101101 | 10110111 | 110001 | 0 | 10111 | 1001111 | 111 | 101011 | 1010100 | 111000 |
Color Harmonies of #EDB731
Complementary color
Monochromatic Colors of #EDB731
Black with #EDB731
Text Example
Text Example
White with #EDB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB731; }
p { color: rgb(237,183,49); }
H1.HeaderClassName
{
color: #EDB731;
}
.AnyTagClassName
{
color: #EDB731;
}
</style>
background-color css
<style>
a { background-color: #EDB731; }
a { background-color: rgb(237,183,49); }
div.DivClassName
{
background-color: #EDB731;
}
.BgClassName
{
background-color: #EDB731;
}
</style>
border-color css
<style>
span { border-color: #EDB731; }
span { border-color: rgb(237,183,49); }
td.TdClassName
{
border-color: #EDB731;
}
.TagClassName
{
border-color: #EDB731;
}
</style>