Shades of Bright Sun #EDB72D
Tints of Bright Sun #EDB72D
RGB
CMYK
RGB Variations
Color information
#EDB72D (or 0xEDB72D) is known color: Bright Sun. HEX triplet: ED, B7 and 2D. RGB value is (237,183,45). Sum of RGB (Red+Green+Blue) = 237+183+45=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB72D is #1248D2. Grayscale: #B8B8B8. Windows color (decimal): -1198291 or 2996205. OLE color: 2996205.
HSL color Cylindrical-coordinate representation of color #EDB72D: hue angle of 43.12º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDB72D is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 45 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.07 |
| HSL | 43.13º | 0.84% | 0.55% | - |
| HSV(B) | 43.13º | 0.81% | 0.93% | - |
| XYZ | 52.33 | 52.06 | 9.77 | - |
| YUV | 183.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 45 | 0 | 0.23 | 0.81 | 0.07 | 43.13 | 0.84 | 0.55 |
| Hex | ED | B7 | 2D | 0 | 17 | 51 | 7 | 2B | 54 | 37 |
| Octal | 355 | 267 | 55 | 0 | 27 | 121 | 7 | 53 | 124 | 67 |
| Binary | 11101101 | 10110111 | 101101 | 0 | 10111 | 1010001 | 111 | 101011 | 1010100 | 110111 |
Color Harmonies of #EDB72D
Complementary color
Monochromatic Colors of #EDB72D
Black with #EDB72D
Text Example
Text Example
White with #EDB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB72D; }
p { color: rgb(237,183,45); }
H1.HeaderClassName
{
color: #EDB72D;
}
.AnyTagClassName
{
color: #EDB72D;
}
</style>
background-color css
<style>
a { background-color: #EDB72D; }
a { background-color: rgb(237,183,45); }
div.DivClassName
{
background-color: #EDB72D;
}
.BgClassName
{
background-color: #EDB72D;
}
</style>
border-color css
<style>
span { border-color: #EDB72D; }
span { border-color: rgb(237,183,45); }
td.TdClassName
{
border-color: #EDB72D;
}
.TagClassName
{
border-color: #EDB72D;
}
</style>